replicant-frameworks_native/opengl
Mathias Agopian cee79391c8 fix [2870926] Issue 9802: EGL wrapper has not been implemented correctly for eglQuerySurface().
rework how our EGL wrapper manages EGLConfig:

- we now store the EGLConfig with the EGLSurface and EGLContext
  so that we can have easy access to it from eglQueryContext
  and eglQuerySurface.

- EGLConfig now are an index into a sorted table of egl_config_t,
  we use a binary search to retrieve our EGLConfig (the index) from
  the implementation's EGLConfig.

- egl_config_t keeps track of the implementation's index,
  EGLConfig and CONFIG_ID as well as our CONFIG_ID.

In many ways, this implementation is simpler and more robust, as it doesn't
assume anything about the number of implementations nor what EGLConfig is
made of (the previous code assumed EGLConfig didn't usem more than 24-bits).

Change-Id: Id5abe923aacb6e1fd2b63bd8c15d7b04ae824922
2010-07-26 21:14:59 -07:00
..
include Introduce official public NativeWindow type. 2010-06-30 15:32:04 -07:00
libagl Introduce official public NativeWindow type. 2010-06-30 15:32:04 -07:00
libs fix [2870926] Issue 9802: EGL wrapper has not been implemented correctly for eglQuerySurface(). 2010-07-26 21:14:59 -07:00
tests update EGL headers to the latest 2010-06-09 18:56:05 -07:00
tools/glgen Add OpenGL ES 2.0 VBO versions glDrawElements and glVertexAttribPointer. 2010-06-22 20:08:40 +08:00