index
:
delta/gnome/cogl.git
cogl-1.10
cogl-1.12
cogl-1.14
cogl-1.16
cogl-1.18
cogl-1.20
cogl-1.22
cogl-1.8
cogl-latest-win
cogl.dllexport
cogl.msvc.new
cogl.windows.fixes
fosdem-2012
halfline/wip/render-node
lionel/cogl-gst-1.18
lionel/introspection-next
master
msvc-support
msvc-support-1.8
rbradford/cogl-1.12/wayland-0.99
rbradford/wayland-resize
rbradford/wayland-update
rstrode/wip/prepare-for-mutter-merge
wip/cogl-1.12
wip/cogl-1.14
wip/cogl-1.14-fixes
wip/cogl-1.7.0
wip/cogl-2.0
wip/cogl-hair-no-banding
wip/cogl-sharp
wip/color-mask
wip/depth-texture
wip/drm-driver
wip/egl-platforms
wip/emscripten
wip/example-crate
wip/expose-glx-egl-context
wip/expose-glx-egl-context-1.18
wip/for-cairo-cogl
wip/frame-synchronization
wip/framebuffer-discard
wip/gles2-context
wip/gles2-flip-fbo
wip/glsl-unified
wip/journal-reorg
wip/lantw/support-automake-1.16
wip/lazy-texture-allocate
wip/lionel/introspection
wip/lionel/introspection-1.18
wip/mir
wip/onscreen-flip
wip/osx
wip/out-of-memory-checks
wip/outputs
wip/piotrdrag/unicode-typography
wip/pipeline-cleanup
wip/pixel-format-2101010
wip/port-clutter-tests
wip/public-atlas-apis
wip/quadbuffer-stereo
wip/release-1.7.4
wip/rib/cogl-1.12
wip/rib/cogl-1.18
wip/rib/frame-synchronization
wip/rib/gles2-context
wip/rib/introspection
wip/rib/introspection-1.18
wip/rib/master-next
wip/rig
wip/rob/kms-winsys
wip/rstrode/prepare-for-mutter-merge
wip/sdl2-android-example
wip/smcv/test-premult-use-after-free
wip/sparse
wip/split-cogl-path
wip/ulib
wip/unref-virtual
wip/virtual-framebuffer
wip/vts
wip/wayland
wip/wayland-for-demo
gitlab.gnome.org: GNOME/cogl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cogl
/
cogl-pipeline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch use of primitive glib types to c99 equivalents
Robert Bragg
2012-08-06
1
-41
/
+41
*
Removes all remaining use of CoglHandle
Robert Bragg
2012-08-06
1
-1
/
+1
*
Add _COGL_STATIC_ASSERT macro
Robert Bragg
2012-08-06
1
-2
/
+12
*
Use GL_ARB_sampler_objects
Neil Roberts
2012-04-05
1
-5
/
+3
*
pipeline: Use cogl_depth_state_init to init default depth state
Neil Roberts
2012-04-03
1
-7
/
+1
*
pipeline: Point sprite state shouldn't affect codegen on GL
Neil Roberts
2012-03-07
1
-1
/
+0
*
Add -Wmissing-declarations to maintainer flags and fix problems
Neil Roberts
2012-03-06
1
-6
/
+0
*
Adds a context arg to cogl_pipeline_new()
Robert Bragg
2012-02-21
1
-4
/
+2
*
context: removes some uses of CoglHandle
Robert Bragg
2012-02-21
1
-4
/
+4
*
pipeline: make _equal() cost scale by n bits in differences
Robert Bragg
2012-02-20
1
-127
/
+99
*
Remove all internal includes of cogl.h
Robert Bragg
2012-02-20
1
-1
/
+0
*
Move all types/prototypes from cogl.h -> cogl[1]-context.h
Robert Bragg
2012-02-20
1
-0
/
+1
*
Add a version of _cogl_pipeline_get_layer which does not create it
Neil Roberts
2012-02-13
1
-3
/
+4
*
cogl-pipeline-layer: Use CoglTextureType instead of GL target enum
Neil Roberts
2012-02-13
1
-16
/
+20
*
Flush matrices in the progend and flip with a vector
Neil Roberts
2011-12-06
1
-3
/
+11
*
snippet: Add a hook for the layer texture coordinate transformation
Neil Roberts
2011-12-06
1
-1
/
+4
*
pipeline: Assume blend enabled when there are snippets
Neil Roberts
2011-12-06
1
-0
/
+12
*
pipeline: Add a snippet hook for the texture lookup
Neil Roberts
2011-12-06
1
-42
/
+6
*
cogl-pipeline: Add two hook points for adding shader snippets
Neil Roberts
2011-12-06
1
-2
/
+83
*
pipeline: Add a missing break for the uniforms state
Neil Roberts
2011-11-29
1
-0
/
+1
*
cogl-pipeline: Use a hash table for faster uniform name lookup
Neil Roberts
2011-11-16
1
-12
/
+13
*
cogl-pipeline: Store the uniform overrides in an array instead of list
Neil Roberts
2011-11-16
1
-29
/
+19
*
cogl-pipeline: Add support for setting uniform values
Neil Roberts
2011-11-16
1
-1
/
+104
*
pipeline: Make the backface culling experimental public
Neil Roberts
2011-11-14
1
-6
/
+2
*
Start to reduce dependence on glib
Robert Bragg
2011-11-01
1
-13
/
+13
*
pipeline: don't leak the layers_cache
Robert Bragg
2011-10-12
1
-0
/
+2
*
pipeline: optimize _compare_differences functions
Robert Bragg
2011-09-21
1
-56
/
+45
*
pipeline: lazily get ctx in _get_layer
Robert Bragg
2011-09-21
1
-2
/
+3
*
pipeline: Split more code out from cogl-pipeline.c
Robert Bragg
2011-09-21
1
-1124
/
+37
*
Add a strong CoglTexture type to replace CoglHandle
Robert Bragg
2011-09-21
1
-2
/
+2
*
Make backface culling be part of the legacy state
Neil Roberts
2011-09-19
1
-1
/
+35
*
pipeline-arbfp: Check for fog on the pipeline not the legacy state
Neil Roberts
2011-09-19
1
-0
/
+12
*
pipeline: split out all layer state apis
Robert Bragg
2011-09-19
1
-1639
/
+5
*
pipeline: split out all core state apis
Robert Bragg
2011-09-19
1
-1371
/
+30
*
Adds ColorMask support to Cogl
Robert Bragg
2011-07-19
1
-1
/
+88
*
pipeline: Unify how the backends store private data
Neil Roberts
2011-07-13
1
-16
/
+0
*
pipeline: NULLify deprecated_get_layers_list on copy
Damien Lespiau
2011-07-12
1
-0
/
+1
*
pipeline: Plug a leak of GLists
Damien Lespiau
2011-07-12
1
-0
/
+2
*
Dynamically load the GL or GLES library
Neil Roberts
2011-07-11
1
-86
/
+146
*
cogl-pipeline: Fix reference counting on promoting weak parents
Neil Roberts
2011-07-06
1
-18
/
+21
*
cogl-pipeline: Use BSD lists for the list of pipeline children
Neil Roberts
2011-07-01
1
-32
/
+12
*
pipeline: Avoid reseting texture target for NULL textures
Robert Bragg
2011-06-30
1
-6
/
+10
*
pipeline: fix layer change notify mutex rule
Robert Bragg
2011-06-30
1
-94
/
+65
*
pipeline: Fix argument checking in set_depth_state()
Emmanuele Bassi
2011-05-18
1
-2
/
+2
*
Add CoglDepthState API
Robert Bragg
2011-05-16
1
-174
/
+62
*
cogl_pipeline_equal: Handle COGL_WRAP_MODE_AUTOMATIC better
Neil Roberts
2011-05-05
1
-3
/
+26
*
cogl: rename cogl-context.h cogl-context-private.h
Robert Bragg
2011-04-11
1
-1
/
+1
*
cogl-pipeline: Be careful not to take ownership of root layer
Neil Roberts
2011-04-05
1
-2
/
+4
*
pipeline: reclaim ownership if reverting to layer ancestor
Robert Bragg
2011-04-05
1
-1
/
+2
*
cogl-pipeline: Fix comparing the color in set_layer_combine_constant
Neil Roberts
2011-02-01
1
-10
/
+11
[next]