mutter/cogl/driver/gles
Neil Roberts 8836c868a4 cogl-gles2-wrapper: Fix some cases using the wrong texture unit
At two places in cogl_wrap_prepare_for_draw it was trying to loop over
the texture units to flush some state. However it was retrieving the
texture unit pointer using w->active_texture_unit instead of the loop
index so it would end up with the wrong state.

Also in glEnableClientState it was using the active unit instead of
the client active unit.
2010-06-08 17:26:26 +01:00
..
cogl-context-driver.c Remove mentions of the FSF address 2010-03-01 12:56:10 +00:00
cogl-context-driver.h Remove mentions of the FSF address 2010-03-01 12:56:10 +00:00
cogl-defines.h.in Remove mentions of the FSF address 2010-03-01 12:56:10 +00:00
cogl-feature-functions.h gles: Fix the functions names for the GL_OES_framebuffer_object ext 2010-05-05 12:24:11 +01:00
cogl-fixed-fragment-shader.glsl Intial Re-layout of the Cogl source code and introduction of a Cogl Winsys 2009-10-16 18:58:50 +01:00
cogl-fixed-vertex-shader.glsl Intial Re-layout of the Cogl source code and introduction of a Cogl Winsys 2009-10-16 18:58:50 +01:00
cogl-gles2-wrapper.c cogl-gles2-wrapper: Fix some cases using the wrong texture unit 2010-06-08 17:26:26 +01:00
cogl-gles2-wrapper.h Remove mentions of the FSF address 2010-03-01 12:56:10 +00:00
cogl-program.c Remove mentions of the FSF address 2010-03-01 12:56:10 +00:00
cogl-program.h Remove mentions of the FSF address 2010-03-01 12:56:10 +00:00
cogl-shader-private.h Remove mentions of the FSF address 2010-03-01 12:56:10 +00:00
cogl-shader.c Remove mentions of the FSF address 2010-03-01 12:56:10 +00:00
cogl-texture-driver.c Remove mentions of the FSF address 2010-03-01 12:56:10 +00:00
cogl.c Remove mentions of the FSF address 2010-03-01 12:56:10 +00:00
Makefile.am build: Add cogl-feature-functions.h to the dist 2009-11-18 14:43:46 +00:00
stringify.sh Intial Re-layout of the Cogl source code and introduction of a Cogl Winsys 2009-10-16 18:58:50 +01:00