1
0
Fork 0
mutter-performance-source/cogl/driver
Neil Roberts 4f08e3cf6e cogl-buffer: Support mapping buffers for write on GLES
GLES has an extension called GL_OES_mapbuffer to support mapping
buffer objects but only for writing. Cogl now has two new feature
flags to advertise whether mapping for reading and writing is
supported. Under OpenGL, these features are always set if the VBO
extension is advertised and under GLES only the write flag is set if
the GL_OES_mapbuffer extension is advertised.
2011-01-13 16:36:45 +00:00
..
gl cogl-buffer: Support mapping buffers for write on GLES 2011-01-13 16:36:45 +00:00
gles cogl-buffer: Support mapping buffers for write on GLES 2011-01-13 16:36:45 +00:00
Makefile.am Intial Re-layout of the Cogl source code and introduction of a Cogl Winsys 2009-10-16 18:58:50 +01:00