summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
* Merge "opengl: remove tegra errata duplicates" into icsSteve Kondik2012-05-131-34/+5
|\
| * opengl: remove tegra errata duplicatesTanguy Pruvot2012-05-111-34/+5
* | Handling EGL_BAD_ALLOC egl error as return from swapRamakant Singh2012-05-061-0/+1
|/
* f/b: qcom flags cleanupGiulio Cervera2012-04-022-7/+0
* opengl: remove unused adreno flag from the makefileAnshul Gupta2012-01-121-4/+0
* QCOM: tile renderer: ifdef with QCOM_HARDWAREtoastcfh2011-12-221-0/+2
* frameworks/base: support for QCOM tiled renderingRajulu Ponnada2011-12-201-0/+2
* opengl/libs/EGL: Bring back eglRenderBufferANDROID extentionArne Coucheron2011-12-206-0/+90
* Merge branch 'ics-mr1' of https://android.googlesource.com/platform/framework...Steve Kondik2011-12-1633-4225/+989
|\
| * 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
| |\
| * | Work around race condition when shutting down a surface flinger surface.Jack Palevich2011-10-141-3/+17
* | | graphics: Add directives for compatibility with older EGL blobsRicardo Cerqueira2011-12-063-0/+10
* | | [opengl] implement work around for tegra errata 657451Gary King2011-11-184-2/+41
| |/ |/|
* | docs: add developer guide cross references, Project ACRE, round 3Joe Fernandez2011-10-283-1/+25
|/
* 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
|/