summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
...
* | | am c38d40de: am 6b228af6: Merge "EGL: add the ANDROID suffix to the blob cach...Jamie Gennis2011-11-155-57/+59
|\ \ \ | |/ /
| * | 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
* | | am cb0db030: Merge branch \'ics-mr1-plus-aosp\' of ssh://android-git:29418/pl...Akwasi Boateng2011-11-114-1/+20
|\ \ \ | |/ /
| * | 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
* | | am 1bf15e79: am 97ece7a9: Merge "EGL: add deferred saving of the cache" into ...Jamie Gennis2011-11-102-0/+34
|\ \ \ | |/ /
| * | EGL: add deferred saving of the cacheJamie Gennis2011-11-082-0/+34
| |/
* | am 3cb007e4: am 911263dc: Merge changes I18e5e789,I5cbaae2d into ics-mr1Jamie Gennis2011-11-097-21/+460
|\ \ | |/
| * 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
* | Merge "Properly passing an unused variable through."Alex Sakhartchouk2011-11-071-1/+1
|\ \
| * | Properly passing an unused variable through.Alex Sakhartchouk2011-11-031-1/+1
* | | am 2ab7ec90: Merge "EGL: Add stubs for EGL_ANDROID_blob_cache" into ics-mr1Jamie Gennis2011-11-055-1/+139
|\ \ \ | | |/ | |/|
| * | EGL: Add stubs for EGL_ANDROID_blob_cacheJamie Gennis2011-11-045-1/+139
* | | am 74b2b954: am 09848bc8: Merge "docs: add developer guide cross references, ...Joe Fernandez2011-10-313-1/+25
|\ \ \ | |/ / | | / | |/ |/|
| * 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
* | | Destroy and recreate the EGL surface when the surface size changes.Jack Palevich2011-10-281-30/+30
|/ /
* | 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
* | Merge "Remove the simulator target from all makefiles. Bug: 5010576"Jeff Brown2011-07-1212-84/+36
|\ \
| * | Remove the simulator target from all makefiles.Jeff Brown2011-07-1112-84/+36
| |/
* | Merge changes I002177a6,Ibaff52feJamie Gennis2011-07-113-0/+333
|\ \
| * | Add the EGL_ANDROID_recordable spec.Jamie Gennis2011-07-112-0/+125
| * | Add the spec for EGL_ANDROID_blob_cache.Jamie Gennis2011-07-111-0/+208
| |/
* | 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
|/
* Add a simple EGL testMathias Agopian2011-07-082-0/+170