replicant-frameworks_native/opengl
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
..
include auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
libagl integrate some OpenGL ES changes back from master_gl in preparation of opening GLES to the NDK. 2009-04-23 13:45:48 -07:00
libs oops forgot to remove a LOGD when loading an opengl driver 2009-04-24 18:16:44 -07:00
tests auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
tools/glgen Require native-order direct buffers for glXXXPointer APIs. 2009-05-07 18:28:29 -07:00