summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge "Add EGL_KHR_get_all_proc_addresses to extension string"Jesse Hall2013-08-072-18/+26
|\
| * Add EGL_KHR_get_all_proc_addresses to extension stringJesse Hall2013-08-062-18/+26
* | All consumers now take an IGraphicBufferConsumer instead of a BufferQueueMathias Agopian2013-08-061-4/+4
|/
* Merge "Binderize the consumer side of BufferQueue"Mathias Agopian2013-08-022-1/+2
|\
| * Binderize the consumer side of BufferQueueMathias Agopian2013-08-012-1/+2
* | Drop frames based on presentation timestampAndy McFadden2013-08-011-5/+0
|/
* Make Flattenable not virtualMathias Agopian2013-07-301-4/+2
* Merge "EGL: fix eglTerminate blob cache behavior"Jamie Gennis2013-07-301-6/+3
|\
| * EGL: fix eglTerminate blob cache behaviorJamie Gennis2013-07-301-6/+3
* | get rid of HAL pixelformats 5551 and 4444Mathias Agopian2013-07-263-12/+0
|/
* BufferQueue improvements and APIs changesMathias Agopian2013-07-181-2/+6
* 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
* | | | Merge "Small clarifications to EGL_ANDROID_presentation_time"Jesse Hall2013-06-261-3/+18
|\ \ \ \
| * | | | Small clarifications to EGL_ANDROID_presentation_timeJesse Hall2013-06-261-3/+18
* | | | | 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
* | | | | Fix wrapper equals()Andy McFadden2013-06-215-10/+12
* | | | | free EGL resources associated to a thread when it terminatesMathias Agopian2013-05-304-20/+25
* | | | | am 7a486528: am f0dcff89: Merge "gl_code.cpp: Remove a DOS style newline"Jesse Hall2013-05-131-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | am f0dcff89: Merge "gl_code.cpp: Remove a DOS style newline"Jesse Hall2013-05-131-1/+1
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Merge "gl_code.cpp: Remove a DOS style newline"Jesse Hall2013-05-131-1/+1
| | |\ \
| | | * | gl_code.cpp: Remove a DOS style newlineBernhard Rosenkränzer2013-03-271-1/+1
* | | | | 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 958ef3d7: am c8639351: Generate new EGLExt classJesse Hall2013-05-028-24/+195
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Generate new EGLExt classJesse Hall2013-05-028-24/+195
* | | | | | am 34c0fb18: am cc8f8ad3: Merge "Fix glGetUniformIndices JNI prototype" into ...Jesse Hall2013-04-301-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge "Fix glGetUniformIndices JNI prototype" into jb-mr2-devJesse Hall2013-05-011-1/+1
| |\ \ \ \ \
| | * | | | | Fix glGetUniformIndices JNI prototypeJesse Hall2013-04-291-1/+1
* | | | | | | am ef4dbb6a: am 5d46b04b: Merge "Recommend different time source" into jb-mr2...Andy McFadden2013-04-301-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge "Recommend different time source" into jb-mr2-devAndy McFadden2013-05-011-2/+2
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Recommend different time sourceAndy McFadden2013-04-291-2/+2
* | | | | | | 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
| |/ / / / /