summaryrefslogtreecommitdiffstats
path: root/opengl/libs/GLES2
Commit message (Expand)AuthorAgeFilesLines
* Fix EGL shim extension injection for GL ES 3 drivers.Alistair Strachan2015-05-282-9/+79
* [MIPS] Fix mips32r1 buildDuane Sand2015-02-021-0/+1
* Use register numbers instead of register namesNikola Veljkovic2015-01-191-8/+8
* [MIPS] Further opengl support for mips64 and mipsr6Duane Sand2015-01-191-5/+39
* EGL: make x86/64 wrappers resistant to -fno-omit-frame-pointer flagMichal Wajdeczko2014-11-121-2/+2
* am e2e17e5b: Merge "GlES2: Add NULL check"Jesse Hall2014-08-061-1/+1
|\
| * GlES2: Add NULL checkAnshuman Dani2014-08-061-1/+1
* | am 17cbadf0: am 6fa169fa: Merge "Add aarch64 EGL/GLES trampolines"Jesse Hall2014-06-071-13/+31
|\ \ | |/
| * Add aarch64 EGL/GLES trampolinesJesse Hall2014-06-061-13/+31
* | am 92374318: am 618c78c0: am dc273621: Merge "EGL: add x86/64 assembly code f...Jesse Hall2014-05-271-0/+38
|\ \ | |/
| * EGL: add x86/64 assembly code for EGL/GLES wrappersmwajdecz2014-05-271-0/+38
* | opengl: Regenerate code with ES 3.1 and new extensionsJesse Hall2014-05-213-4/+273
* | opengl: Update GLES headers and generate *.in from registry XMLJesse Hall2014-05-212-287/+518
* | Revert "opengl: Generate *.in from registry XML"Jesse Hall2014-05-202-518/+287
* | opengl: Generate *.in from registry XMLJesse Hall2014-05-192-287/+518
* | Disable warnings when generating GL wrappersJesse Hall2014-05-171-0/+2
* | Rationalize GLES2/3 .in files.Jesse Hall2014-05-174-747/+320
|/
* improve GLES jumptablesMathias Agopian2013-07-011-23/+11
* fix local include pathsMathias Agopian2013-04-041-2/+2
* Fix MIPS assembly variable names to not conflict with GL API parameter namesJesse Hall2013-03-301-8/+8
* am 111d920b: am d3b2c029: Merge "[MIPS] Add MIPS architecture support to open...Keun-young Park2013-03-281-0/+40
|\
| * [MIPS] Add MIPS architecture support to opengl frameworkDuane Sand2013-03-281-0/+40
* | Merge changes Ic344ef63,If9bb02be,Ic8f94634Jesse Hall2013-02-243-11/+751
|\ \
| * | Add ES3 support to libGLESv2 and tracing toolsJesse Hall2013-02-123-11/+751
* | | Merge changes I45836219,I70a4075eJesse Hall2013-02-231-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Import constness fix from gl3.h into gl2.h.Alistair Strachan2013-02-111-1/+1
* | Simplify OpenGL TLS access on ARM.Elliott Hughes2013-02-131-8/+1
|/
* am a151a19d: Merge "Fix return type of glGetAttribLocation and glGetUniformLo...Andrew Hsieh2012-11-061-2/+2
|\
| * Fix return type of glGetAttribLocation and glGetUniformLocationAndrew Hsieh2012-11-061-2/+2
* | Add runtime debugging capabilities to OpenGLRomain Guy2012-10-181-37/+0
* | Revert "Add GL Error logs (temporary)"Chet Haase2012-10-101-9/+1
* | Add GL Error logs (temporary)Chet Haase2012-10-041-1/+9
* | Re-enable FAST_TLS in gl2 codeChet Haase2012-09-281-1/+1
* | New compile-time flags to make debugging easier for us poor soulsRomain Guy2012-09-271-1/+11
* | Add compile-time option to systrace GL-ES callsJesse Hall2012-08-131-0/+11
|/
* Don't wrap EGLImageKHR and EGLSyncKHR anymoreMathias Agopian2012-02-142-26/+2
* add support for GL_EXT_debug_markerMathias Agopian2012-01-292-1/+15
* update GLES headers and add support for corresponding new extensions.Mathias Agopian2012-01-281-4/+187
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-1/+1
* am 4eb1ad5e: am 524a6d8e: Merge "better fix for [3028370] GL get error should...Mathias Agopian2010-09-231-0/+1
|\
| * better fix for [3028370] GL get error should return a valid error if no conte...Mathias Agopian2010-09-231-0/+1
* | Fix tons of bugs and add new text rendering support.Romain Guy2010-08-101-2/+18
|/
* update GL ES stub libraries with the new GL ES headersMathias Agopian2010-06-092-31/+106
* Fix Android's glEGLImageTargetRenderbufferOES() wrapperMathias Agopian2010-03-291-1/+1
* Use the TLS register if HAVE_ARM_TLS_REGISTER is definedMathias Agopian2009-10-191-3/+11
* fix [2187212] add support for GLESv2 dispatch based on TLSMathias Agopian2009-10-143-180/+3
* Added most of the support needed for GLES 2.xMathias Agopian2009-05-275-0/+819