1
0
Fork 0
mutter-performance-source/gles
Robert Bragg d7c5fa4b61 [cogl] Move rect and poly drawing code from cogl-texture.c to cogl-primitives.c
None of this code directly related to implementing CoglTextures, and the
code was needlessly duplicated between the GL and GLES backends. This moves
the cogl_rectangle* and cogl_polygon* code into common/cogl-primitives.c
makes which makes lot of sense since the two copies keep needlessly
diverging introducing or fixing bugs in one but not the other. For instance
I came accross one such bug regarding the enabling of texture units when
unifying the code.
2009-03-23 16:32:07 +00:00
..
cogl-context.c Virtualize GL matrix operations and use a client-side matrix when GL is indirect 2009-03-12 18:32:45 +00:00
cogl-context.h Virtualize GL matrix operations and use a client-side matrix when GL is indirect 2009-03-12 18:32:45 +00:00
cogl-defines.h.in Fix building GLES 2 after the material branch merge 2009-02-02 21:57:41 +00:00
cogl-fbo.c Virtualize GL matrix operations and use a client-side matrix when GL is indirect 2009-03-12 18:32:45 +00:00
cogl-fbo.h Bug 1074 - FBOs on GLES 2008-10-29 14:52:48 +00:00
cogl-fixed-fragment-shader.glsl [multi-texturing] This adds a new cogl_multi_texture API for GL,GLES1 + GLES2 2008-12-22 16:35:51 +00:00
cogl-fixed-vertex-shader.glsl [multi-texturing] This adds a new cogl_multi_texture API for GL,GLES1 + GLES2 2008-12-22 16:35:51 +00:00
cogl-gles2-wrapper.c Finish GLES{1,2} support for client side matrix stacks 2009-03-12 18:55:41 +00:00
cogl-gles2-wrapper.h Finish GLES{1,2} support for client side matrix stacks 2009-03-12 18:55:41 +00:00
cogl-internal.h Updates GLES1 support for CoglMaterial 2009-01-27 14:26:50 +00:00
cogl-primitives.c Maintain the Cogl assumption that the modelview matrix is normally current 2009-03-12 18:55:41 +00:00
cogl-program.c 2008-11-18 Emmanuele Bassi <ebassi@linux.intel.com> 2008-11-18 15:21:02 +00:00
cogl-program.h * clutter/cogl/gles/cogl-gles2-wrapper.h: 2008-06-24 16:21:40 +00:00
cogl-shader-private.h 2008-10-30 Emmanuele Bassi <ebassi@linux.intel.com> 2008-10-30 17:25:00 +00:00
cogl-shader.c 2008-10-30 Emmanuele Bassi <ebassi@linux.intel.com> 2008-10-30 17:25:00 +00:00
cogl-texture-private.h [cogl] Move rect and poly drawing code from cogl-texture.c to cogl-primitives.c 2009-03-23 16:32:07 +00:00
cogl-texture.c [cogl] Move rect and poly drawing code from cogl-texture.c to cogl-primitives.c 2009-03-23 16:32:07 +00:00
cogl-util.c Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
cogl-util.h Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00
cogl.c Removes a hack in gles/cogl.c that was already fixed in gl/cogl.c 2009-03-23 12:41:41 +00:00
Makefile.am Add runtime debug messages for COGL 2009-02-23 13:00:52 +00:00
stringify.sh * clutter/cogl/gles/cogl-gles2-wrapper.h: 2008-06-24 16:21:40 +00:00