mutter/cogl/driver/gles
Neil Roberts 82fd07c54a cogl-vertex-buffer: Add support for unsigned int indices
This adds a COGL_INDICES_TYPE_UNSIGNED_INT enum value so that unsigned
ints can be used with cogl_vertex_buffer_indices_new.  Unsigned ints
are not supported in core on GLES so a feature flag has also been
added to advertise this. GLES only sets the feature if the
GL_OES_element_index_uint extension is available. It is an error to
call indices_new() with unsigned ints unless the feature is
advertised.

http://bugzilla.openedhand.com/show_bug.cgi?id=1998
2010-02-26 10:56:35 +00:00
..
cogl-context-driver.c
cogl-context-driver.h
cogl-defines.h.in
cogl-feature-functions.h cogl-vertex-buffer: Add support for unsigned int indices 2010-02-26 10:56:35 +00:00
cogl-fixed-fragment-shader.glsl
cogl-fixed-vertex-shader.glsl
cogl-gles2-wrapper.c gles2: Remove the special wrapper for glBindTexture 2010-02-25 12:50:52 +00:00
cogl-gles2-wrapper.h gles2: Remove the special wrapper for glBindTexture 2010-02-25 12:50:52 +00:00
cogl-program.c
cogl-program.h
cogl-shader-private.h
cogl-shader.c
cogl-texture-driver.c gles2: Remove the special wrapper for glBindTexture 2010-02-25 12:50:52 +00:00
cogl.c
Makefile.am
stringify.sh