summaryrefslogtreecommitdiffstats
path: root/opengl/libs
Commit message (Expand)AuthorAgeFilesLines
* Gfx-3d: fix GetProcAddress in egl extentionluliuhui2013-04-211-1/+4
* gltrace: Make sure device is debuggable.Siva Velusamy2012-11-201-0/+6
* Add runtime debugging capabilities to OpenGLRomain Guy2012-10-183-42/+137
* Update comments to reflect what the code actually doesRomain Guy2012-10-151-2/+2
* Add new debug option to force 4x MSAA in OpenGL ES 2.0 appsRomain Guy2012-10-151-0/+53
* Revert "Add GL Error logs (temporary)"Chet Haase2012-10-102-13/+1
* Add GL Error logs (temporary)Chet Haase2012-10-042-1/+13
* Re-enable FAST_TLS in gl2 codeChet Haase2012-09-281-1/+1
* New compile-time flags to make debugging easier for us poor soulsRomain Guy2012-09-271-1/+11
* assert -eng builds when calling a GL function without a contextMathias Agopian2012-09-261-2/+7
* 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
* | 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
* | log an error when eglCreateContext() fails in an inconsistant wayMathias Agopian2012-09-241-0/+6
|/
* 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
* Disable EGL hibernation due to jankJesse Hall2012-05-043-7/+17
* gldebugger: Allow connections from root userSiva Velusamy2012-04-261-2/+3
* Fix deadlock when cleaning objects in eglTerminateJesse Hall2012-04-172-29/+79
* Hibernate the EGL implementation when idleJesse Hall2012-04-096-17/+94
* Increment/decrement a counter around EGL callsJesse Hall2012-04-096-91/+169
* EGL: add GPU frame completion tracingJamie Gennis2012-04-063-3/+84
* debug.egl.finish can be used to force a glFinish() when eglSwapBuffers() is c...Mathias Agopian2012-03-253-1/+21
* gltrace: Only accept connections from the shell.Siva Velusamy2012-03-151-0/+14
* gltrace: Expose a function to set OpenGL trace level.Siva Velusamy2012-03-092-17/+45
* gltrace: Send vertex attribute data after glDraw() call.Siva Velusamy2012-03-017-51/+418
* Add tracing to various graphics components.Jamie Gennis2012-02-271-0/+5
* gltrace: Make code 64-bit safe.Siva Velusamy2012-02-274-555/+2118
* gltrace: attach buffer data sent with glBufferDataSiva Velusamy2012-02-241-0/+28
* gltrace: Trace thread time and wall clock time.Siva Velusamy2012-02-178-1334/+3138
* Merge "Don't wrap EGLImageKHR and EGLSyncKHR anymore"Mathias Agopian2012-02-149-289/+39
|\
| * Don't wrap EGLImageKHR and EGLSyncKHR anymoreMathias Agopian2012-02-149-289/+39
* | Merge "gltrace: Patch up all glUniform*() calls."Siva Velusamy2012-02-141-0/+154
|\ \ | |/ |/|
| * gltrace: Patch up all glUniform*() calls.Siva Velusamy2012-02-141-0/+154
* | EGLConfig is now not remaped to an internal EGLConfigMathias Agopian2012-02-136-261/+54
* | remove multiplexing of multiple EGL implementationMathias Agopian2012-02-1310-427/+258
|/