mutter/cogl
Neil Roberts c243086f44 cogl-vertex-buffer: Fix the #define for glDisableVertexAttribArray
glDisableVertexAttribArray was defined to glEnableVertexAttribArray so
it would probably cause crashes if it was ever used. Presumably
nothing is using these yet because the generic attributes are not yet
tied to shader attributes in a predictable way.
2010-07-06 16:08:44 +01:00
..
driver
tesselator Fix building the tesselator code for GLES 2010-07-01 20:39:57 +01:00
winsys cogl: declare experimental symbols consistently 2010-06-30 18:51:31 +01:00
cogl-atlas-texture-private.h
cogl-atlas-texture.c
cogl-atlas.c
cogl-atlas.h
cogl-bitmap-fallback.c
cogl-bitmap-pixbuf.c
cogl-bitmap-private.h
cogl-bitmap.c
cogl-bitmap.h
cogl-bitmask.c
cogl-bitmask.h
cogl-blend-string.c
cogl-blend-string.h
cogl-buffer-private.h pixel-array: Allow passing of hints to cogl_buffer_map 2010-07-06 12:07:28 +01:00
cogl-buffer.c pixel-array: Allow passing of hints to cogl_buffer_map 2010-07-06 12:07:28 +01:00
cogl-buffer.h pixel-array: Allow passing of hints to cogl_buffer_map 2010-07-06 12:07:28 +01:00
cogl-clip-stack.c
cogl-clip-stack.h
cogl-clip-state.c
cogl-clip-state.h
cogl-color-private.h
cogl-color.c
cogl-color.h
cogl-context.c cogl-buffer: Handle subclass registration like cogl-texture 2010-07-05 15:20:03 +01:00
cogl-context.h cogl-buffer: Handle subclass registration like cogl-texture 2010-07-05 15:20:03 +01:00
cogl-debug.c debug: Adds a COGL_DEBUG=disable-pbos debug option 2010-07-06 12:09:01 +01:00
cogl-debug.h debug: Adds a COGL_DEBUG=disable-pbos debug option 2010-07-06 12:09:01 +01:00
cogl-defines.h.in
cogl-deprecated.h
cogl-enum-types.c.in
cogl-enum-types.h.in
cogl-feature-private.c
cogl-feature-private.h
cogl-fixed.c
cogl-fixed.h
cogl-framebuffer-private.h
cogl-framebuffer.c
cogl-handle.h
cogl-internal.h
cogl-journal-private.h
cogl-journal.c
cogl-material-arbfp-private.h material: Split the fragment processing backends out 2010-06-30 15:04:10 +01:00
cogl-material-arbfp.c build: Fix GLES builds since the material backend split 2010-07-05 14:50:47 +01:00
cogl-material-fixed-private.h material: Split the fragment processing backends out 2010-06-30 15:04:10 +01:00
cogl-material-fixed.c build: Fix GLES builds since the material backend split 2010-07-05 14:50:47 +01:00
cogl-material-glsl-private.h material: Split the fragment processing backends out 2010-06-30 15:04:10 +01:00
cogl-material-glsl.c build: Fix GLES builds since the material backend split 2010-07-05 14:50:47 +01:00
cogl-material-private.h build: Fix GLES builds since the material backend split 2010-07-05 14:50:47 +01:00
cogl-material.c cogl-material: Adds debug api to dump sparse material graph 2010-07-05 15:04:46 +01:00
cogl-material.h Add CoglMaterialWrapMode to the Cogl docs and fix docs for the getters 2010-07-02 17:29:34 +01:00
cogl-matrix-mesa.c
cogl-matrix-mesa.h
cogl-matrix-private.h
cogl-matrix-stack.c
cogl-matrix-stack.h
cogl-matrix.c
cogl-matrix.h
cogl-object-private.h cogl-object: cogl_is_XYZ prototype should take void * 2010-07-05 15:47:02 +01:00
cogl-object.c
cogl-object.h
cogl-offscreen.h
cogl-path-private.h cogl-path: Allow changing the fill rule 2010-06-29 20:37:14 +01:00
cogl-path.c Fix building the tesselator code for GLES 2010-07-01 20:39:57 +01:00
cogl-path.h cogl-path: Allow changing the fill rule 2010-06-29 20:37:14 +01:00
cogl-pixel-array-private.h rename CoglPixelBuffer to CoglPixelArray 2010-07-05 15:20:04 +01:00
cogl-pixel-array.c pixel-array: Allow passing of hints to cogl_buffer_map 2010-07-06 12:07:28 +01:00
cogl-pixel-array.h pixel-array: Only allow allocation of arrays with a 2D size 2010-07-05 15:20:04 +01:00
cogl-primitives.c
cogl-primitives.h
cogl-profile.c
cogl-profile.h
cogl-shader.h
cogl-spans.c
cogl-spans.h
cogl-sub-texture-private.h
cogl-sub-texture.c
cogl-texture-2d-private.h
cogl-texture-2d-sliced-private.h
cogl-texture-2d-sliced.c
cogl-texture-2d.c
cogl-texture-driver.h
cogl-texture-private.h
cogl-texture-rectangle-private.h
cogl-texture-rectangle.c
cogl-texture.c rename CoglPixelBuffer to CoglPixelArray 2010-07-05 15:20:04 +01:00
cogl-texture.h
cogl-types.h
cogl-util.c
cogl-util.h
cogl-vector.c
cogl-vector.h cogl: declare experimental symbols consistently 2010-06-30 18:51:31 +01:00
cogl-vertex-buffer-private.h
cogl-vertex-buffer.c cogl-vertex-buffer: Fix the #define for glDisableVertexAttribArray 2010-07-06 16:08:44 +01:00
cogl-vertex-buffer.h cogl-vertex-buffer.h: #include <cogl/cogl-defines.h> 2010-07-05 14:54:21 +01:00
cogl.c debug: Adds a COGL_DEBUG=disable-pbos debug option 2010-07-06 12:09:01 +01:00
cogl.h rename CoglPixelBuffer to CoglPixelArray 2010-07-05 15:20:04 +01:00
cogl.pc.in
Makefile.am build: Exclude built sources from the dist 2010-07-06 13:24:00 +01:00
stb_image.c