Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't wrap EGLImageKHR and EGLSyncKHR anymore | Mathias Agopian | 2012-02-14 | 1 | -6/+0 |
| | | | | | | | | this simplify our EGL wrapper implementation a lot. This wrapping is no longer needed now that we can only support a single underlaying EGL implementation. Change-Id: I8213df7ac69daac447f1fe6e37044b78aac4e9a9 | ||||
* | add support for GL_EXT_debug_marker | Mathias Agopian | 2012-01-29 | 1 | -0/+3 |
| | | | | | | | | | | | | | | This extension is always added to the GL_EXTENSIONS extension string for the current GL context, regardless of if it's supported by the h/w driver. The extension itself will be handled by GLES_trace (eventually), when GLES_trace is not enabled, it'll result to a no-op. If the h/w implementation has this extension, we'll call that version instead of our dummy version. Change-Id: Ie5dd3387c4d45cd5ed5f03b73bda6045620a96bc | ||||
* | Added most of the support needed for GLES 2.x | Mathias Agopian | 2009-05-27 | 1 | -4/+11 |
| | |||||
* | use gl.h to generate the *.in files. we are now supporting the full gl.h and ↵ | Mathias Agopian | 2009-04-23 | 1 | -25/+32 |
| | | | | glext.h apis. | ||||
* | integrate some OpenGL ES changes back from master_gl in preparation of ↵ | Mathias Agopian | 2009-04-23 | 1 | -0/+65 |
opening GLES to the NDK. |