summaryrefslogtreecommitdiffstats
path: root/opengl/libs
Commit message (Expand)AuthorAgeFilesLines
* Fix Android's glEGLImageTargetRenderbufferOES() wrapperMathias Agopian2010-03-292-2/+2
* Implement eglInitialize / eglTerminate reference countingJack Palevich2010-03-151-1/+4
* fix [2189862] Race condition in eglIntialize and eglDestroyMathias Agopian2010-02-051-3/+16
* fix [2303866] eglMakeCurrent doesn't return all error messages described in t...Mathias Agopian2010-01-251-3/+3
* Use correct TLS codepath in graphics librariesGary King2010-01-121-0/+11
* A library for encoding and decoding ETC1 textures.Jack Palevich2009-12-312-0/+700
* Implement Matrix Palette extension.Jack Palevich2009-12-081-0/+21
* fix[2222341] Soft reset while going back from camcorder settingsMathias Agopian2009-10-301-1/+1
* return proper error code from eglCreateImageKHRMathias Agopian2009-10-291-4/+24
* Use the TLS register if HAVE_ARM_TLS_REGISTER is definedMathias Agopian2009-10-193-6/+34
* fix [2187212] add support for GLESv2 dispatch based on TLSMathias Agopian2009-10-1413-565/+523
* Revert "egl: temporarily also include eglTerminate->eglInitialize hack for 8k"Dima Zavin2009-10-091-4/+0
* add a way to easily catch and log GL errors (compile time flag)Mathias Agopian2009-10-081-3/+21
* egl: temporarily also include eglTerminate->eglInitialize hack for 8kDima Zavin2009-09-261-0/+4
* log an error when loading an existing GL driver failsMathias Agopian2009-09-201-5/+14
* fix a bug recently introduced where EGL couldn't be initialized again after i...Mathias Agopian2009-08-242-76/+120
* first step for fixing [2066786] EGL object lifetime management doesn't respec...Mathias Agopian2009-08-211-71/+243
* fix a bug in ComponentSizeChooser where it could pick a software EGLConfig in...Mathias Agopian2009-08-201-2/+2
* fix bug [2021677] egl driver unloaded after eglTerminate() is calledMathias Agopian2009-08-173-105/+100
* 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
* GLESv2 couldn't be loaded due to wrong path specificationMathias Agopian2009-07-291-1/+1
* 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
| * make sure to fail to software when the h/w renderer cannot be initializedMathias Agopian2009-05-201-0/+5
| * libGLESv1_CM.so doesn't need to depend on libutils or libuiMathias Agopian2009-05-181-1/+1
* | Make opengl loader use an absolute path.Marco Nelissen2009-07-071-1/+1
* | Add eglGetRenderBufferANDROID() extension, which returns the current render b...Mathias Agopian2009-06-252-0/+18
* | fix [1942438] eglGetCurrentSurface() returns bogus valueMathias Agopian2009-06-251-3/+5
* | remove some spurious debuging LOGDMathias Agopian2009-06-031-1/+1
* | fix/clean these Android.mk following dbort and joeo's commentsMathias Agopian2009-06-032-10/+8
* | implement a real loader for EGL driversMathias Agopian2009-05-287-140/+476
* | Added most of the support needed for GLES 2.xMathias Agopian2009-05-2716-358/+962
* | remove libEGL and libGLESv1_CM dependencies on libutils and libuiMathias Agopian2009-05-173-218/+3
* | Merge commit 'goog/master' into merge_masterMathias Agopian2009-05-145-4/+18
|\ \ | |/
| * should help fix the Simulator build.Mathias Agopian2009-05-131-2/+2
| * remove the gl{Vertex|Color|TexCoord|Normal}PointerBounds() "extension" fro eg...Mathias Agopian2009-05-081-0/+11
| * should fix the build.Mathias Agopian2009-05-081-1/+1
| * only export the GL entry-points, hide everything else.Mathias Agopian2009-05-082-0/+6
* | fix EGL extension string namesMathias Agopian2009-05-071-2/+2
* | created an new EGL extension called ANDROID_swap_rectangleMathias Agopian2009-05-072-0/+25
* | Merge commit 'goog/master' into merge_masterMathias Agopian2009-04-3012-1922/+915
|\ \ | |/
| * 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-2311-861/+877
| * integrate some OpenGL ES changes back from master_gl in preparation of openin...Mathias Agopian2009-04-239-1491/+745
| * Automated import from //branches/donutburger/...@142484,142484Jack Palevich2009-03-241-15/+20
* | Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-109-478/+934
* | Automated import from //branches/master/...@142578,142578Jack Palevich2009-03-251-15/+20
|/