mutter/cogl/driver/gles
Neil Roberts 38929d55c9 cogl-texture-driver-gles: Fix image height for uploading 3D textures
When uploading a 3D texture with an awkward rowstride, on GLES Cogl
will copy the images to an intermediate buffer to pass to GL. However
it was using the wrong height when copying the data so it would end up
overflowing the buffer and crashing.
2010-11-23 14:12:17 +00:00
..
cogl-context-driver-gles.c build: Start moving to a non-recursive layout 2010-09-29 14:40:15 +01:00
cogl-context-driver-gles.h build: Start moving to a non-recursive layout 2010-09-29 14:40:15 +01:00
cogl-feature-functions-gles.h build: Start moving to a non-recursive layout 2010-09-29 14:40:15 +01:00
cogl-fixed-fragment-shader.glsl cogl-shader: Prepend boilerplate for portable shaders 2010-11-10 14:24:52 +00:00
cogl-fixed-vertex-shader.glsl cogl-shader: Prepend boilerplate for portable shaders 2010-11-10 14:24:52 +00:00
cogl-gles2-wrapper.c cogl-shader: Prepend boilerplate for portable shaders 2010-11-10 14:24:52 +00:00
cogl-gles2-wrapper.h Merge cogl-program-{gl,gles}.c into one cogl-program.c 2010-10-28 19:51:42 +01:00
cogl-gles.c gles2: disable vbos until while we rework backend 2010-11-03 18:09:23 +00:00
cogl-texture-driver-gles.c cogl-texture-driver-gles: Fix image height for uploading 3D textures 2010-11-23 14:12:17 +00:00