summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)Steve Block2012-01-194-7/+7
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)Steve Block2012-01-195-15/+15
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)Steve Block2012-01-1913-60/+60
* add a way to access the version string of the h/w implementation of EGLMathias Agopian2011-11-292-1/+10
* Hide ManagedEGLContext until we are sure this is the correct API.Romain Guy2011-11-211-0/+2
* Merge "Notify views when EGL resources are about to be destroyed Bug #5639899...Romain Guy2011-11-211-3/+2
|\
| * Notify views when EGL resources are about to be destroyedRomain Guy2011-11-211-3/+2
* | 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
* | Merge "GLES: add image external enums" into ics-mr1Jamie Gennis2011-11-172-1/+9
|\ \
| * | GLES: add image external enumsJamie Gennis2011-11-152-1/+9
* | | be a bit more defensive when parsing extension stringsMathias Agopian2011-11-161-9/+13
* | | Add new ManagedEGLContext class to help apps participate in memory trimming.Dianne Hackborn2011-11-161-0/+136
* | | rework a bit how we manage EGL extensionsMathias Agopian2011-11-1416-4149/+82
| |/ |/|
* | 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-145-57/+59
|\ \ | |/ |/|
| * EGL: add the ANDROID suffix to the blob cache extJamie Gennis2011-11-115-57/+59
* | Merge "Terminate EGL when an app goes in the background" into ics-mr1Romain Guy2011-11-104-1/+20
|\ \ | |/ |/|
| * Terminate EGL when an app goes in the backgroundRomain Guy2011-11-104-1/+20
* | EGL: add deferred saving of the cacheJamie Gennis2011-11-082-0/+34
|/
* EGL: implement loading and saving the cacheJamie Gennis2011-11-085-5/+293
* EGL: use an in-memory the blob cacheJamie Gennis2011-11-074-16/+167
* EGL: Add stubs for EGL_ANDROID_blob_cacheJamie Gennis2011-11-045-1/+139
* am 09848bc8: Merge "docs: add developer guide cross references, Project ACRE,...Joe Fernandez2011-10-293-1/+25
|\
| * docs: add developer guide cross references, Project ACRE, round 3Joe Fernandez2011-10-283-1/+25
* | Work around race condition when shutting down a surface flinger surface.Jack Palevich2011-10-141-3/+17
|/
* don't log EGL errors due to unimplemented proprietary extensionsMathias Agopian2011-10-053-15/+24
* Avoid allocating temporary memory for Matrix operations.Jack Palevich2011-09-201-80/+111
* 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-133-0/+67
* 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
* Merge "EGL: move disconnect to surface dtor"Jamie Gennis2011-08-252-9/+9
|\
| * EGL: move disconnect to surface dtorJamie Gennis2011-08-242-9/+9
* | Add OpenGL backend to ImageWallpaperRomain Guy2011-08-241-1/+48
|/
* implement EGL_TEXTURE_EXTERNAL_OES in libaglMathias Agopian2011-08-182-4/+7
* fix test-opengl-swapintervalMathias Agopian2011-08-151-6/+10
* fix an issue where the screen could be stale after a surface size changeMathias Agopian2011-08-011-0/+10
* connect/disconnect is now called from our EGL wrapperMathias Agopian2011-08-011-2/+17
* Add new OpenGL testRomain Guy2011-07-192-0/+486
* EGL: update EGL_ANDROID_recordable extension.Jamie Gennis2011-07-172-5/+37
* Merge "fix typo in a comment"Mathias Agopian2011-07-121-1/+1
|\
| * fix typo in a commentMathias Agopian2011-07-121-1/+1