summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL/eglApi.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Modify EGL to disconnect the window when the surface gets destroyed."Michael Lentine2014-08-081-9/+0
* Modify EGL to disconnect the window when the surface gets destroyed.Michael Lentine2014-07-291-0/+9
* am 43b3e600: am 3f0d5669: Merge "Expose core EGL entry points to eglGetProcAd...Jesse Hall2014-04-211-2/+5
|\
| * Expose core EGL entry points to eglGetProcAddressMichael Chock2014-03-271-2/+5
| * Make libEGL build cleanly under 64-bitDan Stoza2014-01-271-1/+1
* | Make libEGL build cleanly under 64-bitDan Stoza2014-01-171-1/+1
* | Improve error messageAndy McFadden2014-01-071-3/+5
|/
* GLConsumer: start using EGL_ANDROID_image_cropJamie Gennis2013-10-021-2/+2
* Disable the egl_khr_gl_colorspace extensionJesse Hall2013-09-161-3/+29
* fix a possible null dereference when eglMakeCurrent() failsMathias Agopian2013-09-061-1/+2
* try to keep omap4 aliveMathias Agopian2013-08-281-1/+20
* only use format compatible with CPU consumersMathias Agopian2013-08-211-15/+28
* Replace sRGB_888 with sRGB_X_8888Jesse Hall2013-08-161-3/+3
* Add support for EGL_KHR_gl_colorspaceJesse Hall2013-08-131-11/+55
* Don't swallow eglCreateContext errorsJesse Hall2013-08-121-6/+0
* Add EGL_KHR_get_all_proc_addresses to extension stringJesse Hall2013-08-061-8/+15
* Drop frames based on presentation timestampAndy McFadden2013-08-011-5/+0
* am 082fc1ca: am ae961022: Merge "EGL: Fix error for eglCreateWindowSurface"Jesse Hall2013-07-171-1/+1
|\
| * am ae961022: Merge "EGL: Fix error for eglCreateWindowSurface"Jesse Hall2013-07-171-1/+1
| |\
| | * EGL: Fix error for eglCreateWindowSurfaceJonathan Hamilton2013-07-171-1/+1
* | | resolved conflicts for merge of 5477d0e4 to masterJesse Hall2013-07-111-0/+17
|\ \ \ | |/ /
| * | am c07b5206: Find non-extension GLES wrappers in eglGetProcAddressJesse Hall2013-07-091-0/+17
| |\ \
| | * | Find non-extension GLES wrappers in eglGetProcAddressJesse Hall2013-07-041-0/+17
* | | | improve GLES jumptablesMathias Agopian2013-07-011-2/+0
* | | | am db8c267e: am 3c0425cd: am 0ecf0b8d: Merge "Additional parameter validation...Jean-Baptiste Queru2013-06-251-6/+11
|\ \ \ \ | |/ / /
| * | | am 0ecf0b8d: Merge "Additional parameter validation for EGL functions"Jean-Baptiste Queru2013-06-251-6/+11
| |\ \ \ | | |/ / | |/| / | | |/
| | * Merge "Additional parameter validation for EGL functions"Jean-Baptiste Queru2013-06-251-6/+11
| | |\
| | | * Additional parameter validation for EGL functionsMichael Chock2012-09-121-6/+11
* | | | free EGL resources associated to a thread when it terminatesMathias Agopian2013-05-301-5/+5
|/ / /
* | | EGL: expose the EGL_KHR_create_context extensionJamie Gennis2013-04-251-0/+1
* | | fix "traceGpuCompletion" debug featureMathias Agopian2013-04-161-13/+8
* | | fix local include pathsMathias Agopian2013-04-041-5/+3
* | | don't use compile-time configuration of libgui as much as possibleMathias Agopian2013-03-291-4/+19
* | | replace eglWaitSyncANDROID by eglWaitSyncKHRMathias Agopian2013-03-281-17/+18
* | | cleanup EGL extensions strings and entry-pointsMathias Agopian2013-03-281-10/+100
* | | Add eglPresentationTimeANDROIDAndy McFadden2013-03-051-0/+22
* | | Add ES3 support to libGLESv2 and tracing toolsJesse Hall2013-02-121-19/+17
* | | am 873ab60e: am 75b83e4d: Merge "Gfx-3d: fix GetProcAddress in egl extention"Jesse Hall2013-02-011-1/+4
|\ \ \ | |/ /
| * | Gfx-3d: fix GetProcAddress in egl extentionluliuhui2013-01-221-1/+4
* | | gltrace: Add support for tracing running applications.Siva Velusamy2012-12-201-5/+29
|/ /
* | am 825a9a2d: Merge "Update comments to reflect what the code actually does" i...Romain Guy2012-10-161-2/+2
|\ \
| * | Update comments to reflect what the code actually doesRomain Guy2012-10-151-2/+2
* | | am b96fe085: Merge "Add new debug option to force 4x MSAA in OpenGL ES 2.0 ap...Romain Guy2012-10-151-0/+53
|\ \ \ | |/ /
| * | Add new debug option to force 4x MSAA in OpenGL ES 2.0 appsRomain Guy2012-10-151-0/+53
* | | am 500407a2: log an error when eglCreateContext() fails in an inconsistant wayMathias Agopian2012-09-241-0/+6
|\ \ \ | |/ /
| * | log an error when eglCreateContext() fails in an inconsistant wayMathias Agopian2012-09-241-0/+6
* | | am 98838aa0: am 77af25b6: Merge "Return back-end result from eglDestroyImageKHR"Mathias Agopian2012-09-241-2/+3
|\ \ \ | |/ / |/| |
| * | Return back-end result from eglDestroyImageKHRSteven Holte2012-09-121-2/+3
| |/
* | EGL: Add the EGL_ANDROID_wait_sync extensionJamie Gennis2012-09-091-0/+16
* | EGL: add the native_fence_sync extensionJamie Gennis2012-09-061-1/+15
|/