summaryrefslogtreecommitdiffstats
path: root/opengl/libs
Commit message (Expand)AuthorAgeFilesLines
* Simplify OpenGL TLS access on ARM.Elliott Hughes2013-02-135-56/+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 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-066-14/+14
|\ \
| * | Fix return type of glGetAttribLocation and glGetUniformLocationAndrew Hsieh2012-11-066-14/+14
| * | Merge "egl: Reintroduce eglGetRenderBufferANDROID"Jean-Baptiste Queru2012-10-051-1/+17
| |\ \
| | * | egl: Reintroduce eglGetRenderBufferANDROIDBjorn Andersson2012-08-271-1/+17
* | | | 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-241-0/+1
|\ \ \ \ | |/ / /
| * | | Merge "EGL: add the EGL_ANDROID_framebuffer_target enum" into jb-mr1-devJamie Gennis2012-09-241-0/+1
| |\ \ \
| | * | | EGL: add the EGL_ANDROID_framebuffer_target enumJamie Gennis2012-09-241-0/+1
* | | | | am 363847d4: Merge "EGL: expose the EXT_create_context_robustness ext" into j...Jamie Gennis2012-09-241-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge "EGL: expose the EXT_create_context_robustness ext" into jb-mr1-devJamie Gennis2012-09-241-0/+1
| |\ \ \ \ | | |/ / /
| | * | | EGL: expose the EXT_create_context_robustness extJamie Gennis2012-09-241-0/+1
* | | | | 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: 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-092-0/+17
* | EGL: add the native_fence_sync extensionJamie Gennis2012-09-063-1/+17
* | 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
* | gltrace: flush trace buffer on createContext & makeCurrentSiva Velusamy2012-08-161-0/+2
* | Add compile-time option to systrace GL-ES callsJesse Hall2012-08-132-1/+12
* | Merge "don't error out when eglTerminate()ing an already terminated display"Mathias Agopian2012-06-131-1/+7
|\ \
| * | don't error out when eglTerminate()ing an already terminated displayMathias Agopian2012-06-131-1/+7
* | | am 1d2eb663: am 2d15fcab: Merge "reduce PB size from 2MB to 512KB" into jb-devMathias Agopian2012-06-122-1/+53
|\ \ \ | | |/ | |/|
| * | reduce PB size from 2MB to 512KBMathias Agopian2012-06-052-1/+53
| |/
* | gltrace: Fixup vertex attrib pointers only for GLES2Siva Velusamy2012-06-113-3/+22
|/
* fix EGL_CLIENT_STRINGMathias Agopian2012-05-211-1/+1
* gltrace: Allow receiving commands of length > 4Siva Velusamy2012-05-163-9/+53