summaryrefslogtreecommitdiffstats
path: root/opengl/libs
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove adreno 130 workaround supportMathias Agopian2013-08-282-19/+0
* try to keep omap4 aliveMathias Agopian2013-08-283-35/+22
* 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-133-19/+77
* Don't swallow eglCreateContext errorsJesse Hall2013-08-121-6/+0
* make sure we have a context when creating the 1st surfaceMathias Agopian2013-08-081-0/+5
* Add EGL_KHR_get_all_proc_addresses to extension stringJesse Hall2013-08-062-18/+26
* Drop frames based on presentation timestampAndy McFadden2013-08-011-5/+0
* Make Flattenable not virtualMathias Agopian2013-07-301-4/+2
* EGL: fix eglTerminate blob cache behaviorJamie Gennis2013-07-301-6/+3
* 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-113-24/+55
|\ \ \ | |/ /
| * | am c07b5206: Find non-extension GLES wrappers in eglGetProcAddressJesse Hall2013-07-093-1/+32
| |\ \
| | * | Find non-extension GLES wrappers in eglGetProcAddressJesse Hall2013-07-043-1/+32
* | | | improve GLES jumptablesMathias Agopian2013-07-016-133/+50
* | | | 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-304-20/+25
* | | | Merge "change how the userspace GLES drivers are named"Mathias Agopian2013-05-022-63/+127
|\ \ \ \
| * | | | change how the userspace GLES drivers are namedMathias Agopian2013-04-262-63/+127
* | | | | am 8369c473: am f6d1c393: EGL: expose the EGL_KHR_create_context extensionJamie Gennis2013-04-291-0/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | EGL: expose the EGL_KHR_create_context extensionJamie Gennis2013-04-251-0/+1
* | | | fix a typo in EGL loaderMathias Agopian2013-04-231-1/+1
|/ / /
* | | fix "traceGpuCompletion" debug featureMathias Agopian2013-04-161-13/+8
* | | Add liblogYing Wang2013-04-092-4/+4
* | | fix local include pathsMathias Agopian2013-04-0411-22/+20
* | | Fix MIPS assembly variable names to not conflict with GL API parameter namesJesse Hall2013-03-303-22/+22
* | | Merge "don't use compile-time configuration of libgui as much as possible" in...Mathias Agopian2013-03-291-4/+19
|\ \ \
| * | | don't use compile-time configuration of libgui as much as possibleMathias Agopian2013-03-291-4/+19
* | | | am 111d920b: am d3b2c029: Merge "[MIPS] Add MIPS architecture support to open...Keun-young Park2013-03-284-1/+116
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | [MIPS] Add MIPS architecture support to opengl frameworkDuane Sand2013-03-284-1/+116
* | | replace eglWaitSyncANDROID by eglWaitSyncKHRMathias Agopian2013-03-282-18/+34
* | | cleanup EGL extensions strings and entry-pointsMathias Agopian2013-03-283-40/+103
* | | improved CallStack a bitMathias Agopian2013-03-212-6/+2
* | | Add eglPresentationTimeANDROIDAndy McFadden2013-03-051-0/+22
* | | Merge changes Ic344ef63,If9bb02be,Ic8f94634Jesse Hall2013-02-2421-124/+6622
|\ \ \
| * | | Symlink /system/lib/libGLESv3.so -> libGLESv2.soJesse Hall2013-02-131-0/+14
| * | | Add ES3 support to libGLESv2 and tracing toolsJesse Hall2013-02-1220-124/+6608
* | | | Merge changes I45836219,I70a4075eJesse Hall2013-02-235-5/+5
|\ \ \ \ | |/ / /
| * | | Regenerate API/trace files for constness changeJesse Hall2013-02-114-4/+4
| * | | Import constness fix from gl3.h into gl2.h.Alistair Strachan2013-02-111-1/+1
* | | | am 45b0e435: Merge "Simplify OpenGL TLS access on ARM."Elliott Hughes2013-02-145-56/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Simplify OpenGL TLS access on ARM.Elliott Hughes2013-02-135-56/+3