replicant-frameworks_native/opengl
Mathias Agopian 618fa10949 fix [2187212] add support for GLESv2 dispatch based on TLS
Instead of using a different function pointer table for ES 1.x and ES 2.x,
we use a single one that is the union (sort|uniq) of both tables. Two
instances of this table are initialized with pointers to GL ES 1.x and GL ES 2.x
entry-points.
When a context is created, we store its version number and when it is bound to a
thread we set the approruiate table based on the stored version.

This introduce no penalty while dispatching gl calls to the right API version.

[Pending Dr No approval for MR1]
2009-10-14 02:06:37 -07:00
..
include this header file is not needed anymore 2009-07-14 14:50:44 -07:00
libagl fix [2147737] Pixel Flinger needs to set EGL_RENDERABLE_TYPE to EGL_OPENGL_ES_BIT 2009-09-27 20:18:16 -07:00
libs fix [2187212] add support for GLESv2 dispatch based on TLS 2009-10-14 02:06:37 -07:00
tests fix [2167050] glTexImage2D code path buggy in SurfaceFlinger 2009-10-06 17:00:25 -07:00
tools/glgen Allow pre-Donut apps to use indirect Buffers in GL11 Pointer methods. 2009-06-15 21:03:24 -07:00