summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
* Simplify OpenGL TLS access on ARM.Elliott Hughes2013-02-136-65/+3
* 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
* | am a90173d8: am 762a6d86: Merge "DO NOT MERGE - native_fence_sync: fix an enu...Andy McFadden2012-11-271-10/+11
|\ \
| * \ Merge "DO NOT MERGE - native_fence_sync: fix an enum name" into jb-mr1.1-devAndy McFadden2012-11-271-10/+11
| |\ \
| | * | DO NOT MERGE - native_fence_sync: fix an enum nameJamie Gennis2012-11-261-10/+11
* | | | am c859084c: am a9a4cd48: gltrace: Make sure device is debuggable.Siva Velusamy2012-11-201-0/+6
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | gltrace: Make sure device is debuggable.Siva Velusamy2012-11-201-0/+6
| |/
* | am a151a19d: Merge "Fix return type of glGetAttribLocation and glGetUniformLo...Andrew Hsieh2012-11-069-21/+21
|\ \
| * | Fix return type of glGetAttribLocation and glGetUniformLocationAndrew Hsieh2012-11-069-21/+21
| * | Merge "egl: Reintroduce eglGetRenderBufferANDROID"Jean-Baptiste Queru2012-10-053-1/+55
| |\ \
| | * | egl: Reintroduce eglGetRenderBufferANDROIDBjorn Andersson2012-08-273-1/+55
* | | | am 60393d45: Merge "Add runtime debugging capabilities to OpenGL" into jb-mr1...Romain Guy2012-10-183-42/+137
|\ \ \ \ | | |_|/ | |/| |
| * | | Add runtime debugging capabilities to OpenGLRomain Guy2012-10-183-42/+137
* | | | 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 8d5d2019: Revert "Add GL Error logs (temporary)"Chet Haase2012-10-102-13/+1
|\ \ \ \ | |/ / /
| * | | Revert "Add GL Error logs (temporary)"Chet Haase2012-10-102-13/+1
* | | | am 27b28fd9: Merge "Add GL Error logs (temporary)" into jb-mr1-devChet Haase2012-10-042-1/+13
|\ \ \ \ | |/ / /
| * | | Add GL Error logs (temporary)Chet Haase2012-10-042-1/+13
* | | | am 4c273277: Merge "Re-enable FAST_TLS in gl2 code" into jb-mr1-devChet Haase2012-09-281-1/+1
|\ \ \ \ | |/ / /
| * | | Re-enable FAST_TLS in gl2 codeChet Haase2012-09-281-1/+1
* | | | am cb094a78: Merge "New compile-time flags to make debugging easier for us po...Romain Guy2012-09-271-1/+11
|\ \ \ \ | |/ / /
| * | | New compile-time flags to make debugging easier for us poor soulsRomain Guy2012-09-271-1/+11
* | | | am 1e83690c: Merge "assert -eng builds when calling a GL function without a c...Mathias Agopian2012-09-261-2/+7
|\ \ \ \ | |/ / /
| * | | assert -eng builds when calling a GL function without a contextMathias Agopian2012-09-261-2/+7
* | | | am 2f45d746: Merge "EGL: add the EGL_ANDROID_framebuffer_target enum" into jb...Jamie Gennis2012-09-242-0/+8
|\ \ \ \ | |/ / /
| * | | Merge "EGL: add the EGL_ANDROID_framebuffer_target enum" into jb-mr1-devJamie Gennis2012-09-242-0/+8
| |\ \ \
| | * | | EGL: add the EGL_ANDROID_framebuffer_target enumJamie Gennis2012-09-242-0/+8
* | | | | am 363847d4: Merge "EGL: expose the EXT_create_context_robustness ext" into j...Jamie Gennis2012-09-242-0/+11
|\ \ \ \ \ | |/ / / /
| * | | | Merge "EGL: expose the EXT_create_context_robustness ext" into jb-mr1-devJamie Gennis2012-09-242-0/+11
| |\ \ \ \ | | |/ / /
| | * | | EGL: expose the EXT_create_context_robustness extJamie Gennis2012-09-242-0/+11
* | | | | 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
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge "Return back-end result from eglDestroyImageKHR"Mathias Agopian2012-09-241-2/+3
| |\ \
| | * | Return back-end result from eglDestroyImageKHRSteven Holte2012-09-121-2/+3
| | |/
* | | Add a spec for EGL_ANDROID_framebuffer_target.Jamie Gennis2012-09-212-5/+108
* | | am 516efc1b: am 8a2b5423: Merge "libagl: Transform the vertex if using eye sp...Mathias Agopian2012-09-191-0/+7
|\ \ \ | |/ /
| * | Merge "libagl: Transform the vertex if using eye space lighting with point li...Mathias Agopian2012-09-191-0/+7
| |\ \ | | |/ | |/|
| | * libagl: Transform the vertex if using eye space lighting with point lightsMartin Storsjo2012-07-121-0/+7
* | | EGL: fix an extension string bugJamie Gennis2012-09-171-0/+4
* | | EGL: make max cache key size BoardConfig-ableJamie Gennis2012-09-122-1/+9
* | | EGL: Add the EGL_ANDROID_wait_sync extensionJamie Gennis2012-09-093-0/+27
* | | EGL: add the native_fence_sync extensionJamie Gennis2012-09-065-4/+34
* | | EGL_ANDROID_native_fence_sync: fix the versionJamie Gennis2012-09-051-1/+1
* | | EGL_ANDROID_fence_sync: make it more genericJamie Gennis2012-09-041-61/+73
* | | am 6e820eec: am 6f89ebde: Merge "EGL: do not use sparse files for shader"Jean-Baptiste Queru2012-08-201-14/+15
|\ \ \ | |/ /