replicant-frameworks_native/opengl/tools/glgen/specs/jsr239
Jack Palevich 5afdc87704 Add size checks for glBufferData and glBufferSubData
Without the size checks it's possible for calls to glBufferData
and glBufferSubData to read off the end of the Buffer object's
data, which can cause page faults.

Fix end-of-line characters for the "spec" files. (That's why
every line of these files is changed.)

Enhance our code emitter to properly handle bounds checks for
possibly-null pointers.
2009-10-21 11:02:44 -07:00
..
glspec-1.0 Add an Android-specific static OpenGL ES 1.1 Java API. 2009-04-16 15:20:55 -07:00
glspec-1.0ext Add an Android-specific static OpenGL ES 1.1 Java API. 2009-04-16 15:20:55 -07:00
glspec-1.1 Add an Android-specific static OpenGL ES 1.1 Java API. 2009-04-16 15:20:55 -07:00
glspec-1.1ext Add an Android-specific static OpenGL ES 1.1 Java API. 2009-04-16 15:20:55 -07:00
glspec-1.1extpack Add an Android-specific static OpenGL ES 1.1 Java API. 2009-04-16 15:20:55 -07:00
glspec-checks Add size checks for glBufferData and glBufferSubData 2009-10-21 11:02:44 -07:00