summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | EGL: expose the EXT_create_context_robustness extJamie Gennis2012-09-242-0/+11
* | | | | | am 0d45d711: am 500407a2: log an error when eglCreateContext() fails in an in...Mathias Agopian2012-09-241-0/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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 81b316aa: am 98838aa0: am 77af25b6: Merge "Return back-end result from egl...Mathias Agopian2012-09-241-2/+3
|\ \ \ \ \ | |/ / / /
| * | | | 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
| | | |/
* | | | am 849df8cd: am e0606e29: Merge "Add a spec for EGL_ANDROID_framebuffer_targe...Jamie Gennis2012-09-242-5/+108
|\ \ \ \ | |/ / /
| * | | Add a spec for EGL_ANDROID_framebuffer_target.Jamie Gennis2012-09-212-5/+108
* | | | am 278b3016: am 2a60824a: am 516efc1b: am 8a2b5423: Merge "libagl: Transform ...Mathias Agopian2012-09-201-0/+7
|\ \ \ \ | |/ / /
| * | | 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
* | | | am 8e7e5399: am f0f56f32: Merge "EGL: fix an extension string bug" into jb-mr...Jamie Gennis2012-09-181-0/+4
|\ \ \ \ | |/ / /
| * | | EGL: fix an extension string bugJamie Gennis2012-09-171-0/+4
* | | | am 688115bb: am e45b01f5: Merge "EGL: make max cache key size BoardConfig-abl...Jamie Gennis2012-09-132-1/+9
|\ \ \ \ | |/ / /
| * | | EGL: make max cache key size BoardConfig-ableJamie Gennis2012-09-122-1/+9
* | | | am 26606ba0: am 010dd4fb: EGL: Add the EGL_ANDROID_wait_sync extensionJamie Gennis2012-09-103-0/+27
|\ \ \ \ | |/ / /
| * | | EGL: Add the EGL_ANDROID_wait_sync extensionJamie Gennis2012-09-093-0/+27
* | | | am 0a8e3367: am 331841b9: EGL: add the native_fence_sync extensionJamie Gennis2012-09-065-4/+34
|\ \ \ \ | |/ / /
| * | | EGL: add the native_fence_sync extensionJamie Gennis2012-09-065-4/+34
* | | | am 2ec08f82: am 8893d5bb: EGL_ANDROID_native_fence_sync: fix the versionJamie Gennis2012-09-061-1/+1
|\ \ \ \ | |/ / /
| * | | EGL_ANDROID_native_fence_sync: fix the versionJamie Gennis2012-09-051-1/+1
* | | | am 6d53451b: am f42449e1: Merge "EGL_ANDROID_fence_sync: make it more generic...Jamie Gennis2012-09-051-61/+73
|\ \ \ \ | |/ / /
| * | | EGL_ANDROID_fence_sync: make it more genericJamie Gennis2012-09-041-61/+73
* | | | am ada50888: am 0adc8f26: am 6e820eec: am 6f89ebde: Merge "EGL: do not use sp...Jean-Baptiste Queru2012-08-201-14/+15
|\ \ \ \ | |/ / /
| * | | am 6e820eec: am 6f89ebde: Merge "EGL: do not use sparse files for shader"Jean-Baptiste Queru2012-08-201-14/+15
| |\ \ \ | | |/ /
| | * | EGL: do not use sparse files for shadervijay gupta2012-07-231-14/+15
| | |/
* | | am 0bbd95b9: am c21fc05a: Merge "gltrace: flush trace buffer on createContext...Siva Velusamy2012-08-161-0/+2
|\ \ \ | |/ /
| * | gltrace: flush trace buffer on createContext & makeCurrentSiva Velusamy2012-08-161-0/+2
* | | am b58c6d5e: am 7e5099a9: Add compile-time option to systrace GL-ES callsJesse Hall2012-08-132-1/+12
|\ \ \ | |/ /
| * | Add compile-time option to systrace GL-ES callsJesse Hall2012-08-132-1/+12
* | | Updated eglCreateWindowSurface stub for glgenThomas Tafertshofer2012-08-091-1/+3
|/ /
* | Merge "enable java/jni build in PDK if supported" into jb-mr1-devKeun young Park2012-08-081-3/+8
|\ \
| * | enable java/jni build in PDK if supportedKeun young Park2012-08-071-3/+8
* | | Changes to support multi-display HWCJesse Hall2012-08-076-26/+32
|/ /
* | Revert "Minimal changes to support multi-display HWC"Jesse Hall2012-07-316-32/+26
* | Minimal changes to support multi-display HWCJesse Hall2012-07-276-26/+32
* | Fixed bug in opengl es binding generationThomas Tafertshofer2012-07-231-1/+6
* | Merge "glgen stubs to fix bad methods in gles20 bindings"Mathias Agopian2012-07-239-0/+897
|\ \
| * | glgen stubs to fix bad methods in gles20 bindingsThomas Tafertshofer2012-07-199-0/+897
* | | Merge "Update the EGL_ANDROID_fence_sync spec."Jamie Gennis2012-07-231-51/+106
|\ \ \ | |/ / |/| |
| * | Update the EGL_ANDROID_fence_sync spec.Jamie Gennis2012-07-231-51/+106
* | | Merge "OpenGL bindings fix for methods with iobuffer args"Mathias Agopian2012-07-187-44/+53
|\ \ \
| * | | OpenGL bindings fix for methods with iobuffer argsThomas Tafertshofer2012-07-127-44/+53
| |/ /
* | | Remove @hide from the generated EGL 1.4 APIThomas Tafertshofer2012-07-137-34/+32
|/ /
* | improve glgen tool to support EGL1.4Thomas Tafertshofer2012-07-1023-157/+1367
* | Update ANativeWindow clients for syncJamie Gennis2012-06-202-11/+21
* | Add support for HWC_DEVICE_API_VERSION_1_0Jesse Hall2012-06-146-31/+31