replicant-frameworks_native/opengl/tools/glgen
Jack Palevich 46d25a371d Require native-order direct buffers for glXXXPointer APIs.
This was always a documented restriction, but was not enforced by the runtime until now.

Until now, if you passed in some other kind of buffer, it would sometimes work, and
sometimes fail. The failures happened when the Java VM moved the buffer data while
OpenGL was still holding a pointer to it.

Now we throw an exception rather than leaving the system in a potentially bad state.
2009-05-07 18:28:29 -07:00
..
specs Fix automatically generated code for glGet 2009-05-07 10:52:18 -07:00
src Require native-order direct buffers for glXXXPointer APIs. 2009-05-07 18:28:29 -07:00
stubs Fix automatically generated code for glGet 2009-05-07 10:52:18 -07:00
.gitignore Add an Android-specific static OpenGL ES 1.1 Java API. 2009-04-16 15:20:55 -07:00
gen Add an Android-specific static OpenGL ES 1.1 Java API. 2009-04-16 15:20:55 -07:00