summaryrefslogtreecommitdiffstats
path: root/opengl/include
Commit message (Expand)AuthorAgeFilesLines
* libEGL: whitelist the EGL_KHR_create_context_no_error extensionJesse Hall2015-05-121-0/+5
* libEGL: Add wrappers for partial update functionsDan Stoza2015-04-151-0/+17
* opengl: Add EXT_primitive_bounding_box to registryJesse Hall2014-05-211-2/+11
* opengl: Update registry and headers from KhronosJesse Hall2014-05-214-6/+1402
* opengl: Update GLES headers and generate *.in from registry XMLJesse Hall2014-05-215-2412/+2579
* Revert "Update GLES headers from Khronos SVN r26322"Jesse Hall2014-05-205-2578/+2411
* Update GLES headers from Khronos SVN r26322Jesse Hall2014-05-195-2411/+2578
* GLConsumer: start using EGL_ANDROID_image_cropJamie Gennis2013-10-021-0/+8
* replace eglWaitSyncANDROID by eglWaitSyncKHRMathias Agopian2013-03-281-8/+0
* update EGL headers to most recentMathias Agopian2013-03-283-86/+372
* Add eglPresentationTimeANDROIDAndy McFadden2013-03-051-0/+12
* Import OpenGL ES 3.0 headers from Khronos SVNJesse Hall2013-02-125-2/+1116
* Import constness fix from gl3.h into gl2.h.Alistair Strachan2013-02-111-1/+1
* am a151a19d: Merge "Fix return type of glGetAttribLocation and glGetUniformLo...Andrew Hsieh2012-11-061-2/+2
|\
| * Fix return type of glGetAttribLocation and glGetUniformLocationAndrew Hsieh2012-11-061-2/+2
| * egl: Reintroduce eglGetRenderBufferANDROIDBjorn Andersson2012-08-271-0/+10
* | EGL: add the EGL_ANDROID_framebuffer_target enumJamie Gennis2012-09-241-0/+7
* | EGL: expose the EXT_create_context_robustness extJamie Gennis2012-09-241-0/+10
* | EGL: Add the EGL_ANDROID_wait_sync extensionJamie Gennis2012-09-091-0/+10
* | EGL: add the native_fence_sync extensionJamie Gennis2012-09-061-0/+14
|/
* Hibernate the EGL implementation when idleJesse Hall2012-04-091-1/+8
* remove dependency of EGL on ndk headerMathias Agopian2012-03-231-2/+1
* update GLES headers and add support for corresponding new extensions.Mathias Agopian2012-01-282-52/+827
* rework a bit how we manage EGL extensionsMathias Agopian2011-11-141-8/+0
* EGL: add the ANDROID suffix to the blob cache extJamie Gennis2011-11-111-6/+6
* EGL: use an in-memory the blob cacheJamie Gennis2011-11-071-0/+15
* Add (support for) EGL_NV_system_time extension.Jonas Yang2011-09-131-0/+14
* EGL: update EGL_ANDROID_recordable extension.Jamie Gennis2011-07-171-1/+6
* frameworks/base: android_native_buffer_t -> ANativeWindowBufferIliyan Malchev2011-05-031-1/+1
* Refresh EGL header to work with the NDKDavid 'Digit' Turner2010-11-071-12/+11
* surfaceflinger / GL extensions cleanupMichael I. Gold2010-09-152-10/+16
* cleanup EGL a bit. remove unused extension.Mathias Agopian2010-08-271-8/+0
* Introduce official public NativeWindow type.Dianne Hackborn2010-06-301-2/+3
* Added support for the GL_TEXTURE_EXTERNAL targetMathias Agopian2010-06-152-0/+20
* update EGL headers to the latestMathias Agopian2010-06-093-8/+99
* fix OpenGL ES extension headers from khronosMathias Agopian2010-06-092-26/+26
* update the OpenGL ES headers to the latestMathias Agopian2010-06-096-104/+783
* A library for encoding and decoding ETC1 textures.Jack Palevich2009-12-311-0/+106
* this header file is not needed anymoreMathias Agopian2009-07-141-271/+0
* Add eglGetRenderBufferANDROID() extension, which returns the current render b...Mathias Agopian2009-06-252-8/+14
* Android now has its own EGL extension block (yay) 0x3140-0x314F. EGL_NATIVE_B...Mathias Agopian2009-06-231-1/+1
* Added most of the support needed for GLES 2.xMathias Agopian2009-05-271-0/+29
* minor modifications to the official GLES 2.x headersMathias Agopian2009-05-272-8/+8
* add GLES 2.x headersMathias Agopian2009-05-272-0/+1138
* Merge commit 'goog/master' into merge_masterMathias Agopian2009-05-142-15/+2
|\
| * remove the gl{Vertex|Color|TexCoord|Normal}PointerBounds() "extension" fro eg...Mathias Agopian2009-05-081-15/+0
| * only export the GL entry-points, hide everything else.Mathias Agopian2009-05-082-4/+6
* | created an new EGL extension called ANDROID_swap_rectangleMathias Agopian2009-05-071-0/+12
* | move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h...Mathias Agopian2009-05-052-242/+3
* | get rid of android_native_buffer_t::getHandle() and replace it with an handle...Mathias Agopian2009-05-051-5/+4