summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL/egl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* fix [2187212] add support for GLESv2 dispatch based on TLSMathias Agopian2009-10-141-100/+120
* fix a bug recently introduced where EGL couldn't be initialized again after i...Mathias Agopian2009-08-241-76/+116
* first step for fixing [2066786] EGL object lifetime management doesn't respec...Mathias Agopian2009-08-211-71/+243
* fix bug [2021677] egl driver unloaded after eglTerminate() is calledMathias Agopian2009-08-171-99/+99
* Better error handling in EGL extensionsMathias Agopian2009-08-121-11/+9
* log opengl-call-with-no-context only once per thread, instead of for each fun...Mathias Agopian2009-07-311-2/+9
* am 46e28db8: Merge change 6713 into donutAndroid (Google) Code Review2009-07-091-1/+1
|\
| * fix for [1969185] valgrind errors in new gl stuffMathias Agopian2009-07-091-1/+1
| * fix [1942438] eglGetCurrentSurface() returns bogus valueMathias Agopian2009-06-241-3/+5
* | Add eglGetRenderBufferANDROID() extension, which returns the current render b...Mathias Agopian2009-06-251-0/+17
* | fix [1942438] eglGetCurrentSurface() returns bogus valueMathias Agopian2009-06-251-3/+5
* | implement a real loader for EGL driversMathias Agopian2009-05-281-136/+12
* | Added most of the support needed for GLES 2.xMathias Agopian2009-05-271-47/+67
* | remove libEGL and libGLESv1_CM dependencies on libutils and libuiMathias Agopian2009-05-171-4/+1
* | Merge commit 'goog/master' into merge_masterMathias Agopian2009-05-141-2/+2
|\ \ | |/
| * should help fix the Simulator build.Mathias Agopian2009-05-131-2/+2
* | fix EGL extension string namesMathias Agopian2009-05-071-2/+2
* | created an new EGL extension called ANDROID_swap_rectangleMathias Agopian2009-05-071-0/+21
* | Merge commit 'goog/master' into merge_masterMathias Agopian2009-04-301-8/+27
|\ \ | |/
| * oops forgot to remove a LOGD when loading an opengl driverMathias Agopian2009-04-241-1/+1
| * Make sure to map undefined OES functions to their non-OES counterpart if it e...Mathias Agopian2009-04-231-3/+27
| * use gl.h to generate the *.in files. we are now supporting the full gl.h and ...Mathias Agopian2009-04-231-5/+1
| * integrate some OpenGL ES changes back from master_gl in preparation of openin...Mathias Agopian2009-04-231-48/+90
| * Automated import from //branches/donutburger/...@142484,142484Jack Palevich2009-03-241-15/+20
* | Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-101-91/+274
* | Automated import from //branches/master/...@142578,142578Jack Palevich2009-03-251-15/+20
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1363
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1363/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-4/+4
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-4/+4
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-7/+1
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+1369