summaryrefslogtreecommitdiffstats
path: root/opengl/libs
Commit message (Expand)AuthorAgeFilesLines
* Fix convert8To4, convert8To5Jack Palevich2011-12-091-2/+2
* gltrace: Make framebuffer contents an optional message.Siva Velusamy2011-12-054-13/+495
* Merge "glestrace: Framework for GLES tracing library"Siva Velusamy2011-12-0233-484/+17425
|\
| * glestrace: Framework for GLES tracing librarySiva Velusamy2011-12-0233-484/+17425
* | add a way to access the version string of the h/w implementation of EGLMathias Agopian2011-11-291-0/+8
|/
* Merge "EGL: Use cache sizes defined in the BoardConfig" into ics-mr1Jamie Gennis2011-11-212-3/+18
|\
| * EGL: Use cache sizes defined in the BoardConfigJamie Gennis2011-11-212-3/+18
* | EGL: default to swap interval 1Jamie Gennis2011-11-211-0/+5
|/
* Merge "EGL: fix blob cache extension detection" into ics-mr1Jamie Gennis2011-11-171-1/+1
|\
| * EGL: fix blob cache extension detectionJamie Gennis2011-11-171-1/+1
* | be a bit more defensive when parsing extension stringsMathias Agopian2011-11-161-9/+13
* | rework a bit how we manage EGL extensionsMathias Agopian2011-11-143-41/+77
|/
* fix crash when validating an invalid EGL objectsMathias Agopian2011-11-146-41/+48
* Merge "EGL: add the ANDROID suffix to the blob cache ext" into ics-mr1Jamie Gennis2011-11-143-24/+26
|\
| * EGL: add the ANDROID suffix to the blob cache extJamie Gennis2011-11-113-24/+26
* | Merge "Terminate EGL when an app goes in the background" into ics-mr1Romain Guy2011-11-101-0/+2
|\ \ | |/ |/|
| * Terminate EGL when an app goes in the backgroundRomain Guy2011-11-101-0/+2
* | EGL: add deferred saving of the cacheJamie Gennis2011-11-082-0/+34
|/
* EGL: implement loading and saving the cacheJamie Gennis2011-11-083-5/+179
* EGL: use an in-memory the blob cacheJamie Gennis2011-11-073-16/+152
* EGL: Add stubs for EGL_ANDROID_blob_cacheJamie Gennis2011-11-045-1/+139
* don't log EGL errors due to unimplemented proprietary extensionsMathias Agopian2011-10-053-15/+24
* fix EGL debuggerMathias Agopian2011-09-198-33/+29
* cleanup: fix typos in logsMathias Agopian2011-09-161-1/+1
* Add (support for) EGL_NV_system_time extension.Jonas Yang2011-09-132-0/+53
* add an option to EGL to dump stack traces on errorsMathias Agopian2011-09-062-4/+18
* opengl: EGL: special case for GLES emulationDavid 'Digit' Turner2011-09-021-0/+43
* fix another bug that prevented the gl debugger to workMathias Agopian2011-09-011-1/+1
* this should fix the GL debuggerMathias Agopian2011-09-011-3/+3
* fix logging of eglMakeCurrent() errorsMathias Agopian2011-08-251-0/+3
* EGL: move disconnect to surface dtorJamie Gennis2011-08-242-9/+9
* connect/disconnect is now called from our EGL wrapperMathias Agopian2011-08-011-2/+17
* Merge "Remove the simulator target from all makefiles. Bug: 5010576"Jeff Brown2011-07-123-40/+24
|\
| * Remove the simulator target from all makefiles.Jeff Brown2011-07-113-40/+24
* | Merge "EGL: fix the ANativeWindow size/fmt override"Jamie Gennis2011-07-111-1/+6
|\ \
| * | EGL: fix the ANativeWindow size/fmt overrideJamie Gennis2011-07-111-1/+6
| |/
* | Always make GL calls with a valid EGL context.Romain Guy2011-07-111-0/+5
|/
* fix x86 buildMathias Agopian2011-05-2311-151/+161
* eglTerminate() now actually frees up all active egl objectsMathias Agopian2011-05-166-160/+176
* refactor EGL source codeMathias Agopian2011-05-1615-2074/+2421
* fix (Again) adding OES postfix when looking for gl functionsMathias Agopian2011-05-111-9/+6
* add OES postfix without truncating functionJeff Boody2011-05-111-4/+6
* EGL: Allow creating a SurfaceTexture EGLSurface.Jamie Gennis2011-04-251-10/+0
* GLES2Dbg: noop - format & commentDavid Li2011-04-212-6/+6
* GLES2Dbg: send some GL implementation constants to clientDavid Li2011-04-197-21/+107
* GLES2Dbg: initial testsDavid Li2011-04-199-18/+991
* GLES2Dbg: added CaptureDraw and CaptureSwap optionsDavid Li2011-04-128-51/+203
* GLES2Dbg: use dump.gles2dbg file when fails to create socketDavid Li2011-04-128-31/+71
* GLES2Dbg: add EXTEND_AFTER_CALL_Debug_* macro and improve protocolDavid Li2011-04-1212-120/+245
* GLES2Dbg: change GLES2_dbg to shared libraryDavid Li2011-04-1211-53/+101