summaryrefslogtreecommitdiff
path: root/opengl/libs/GLES_CM
AgeCommit message (Expand)Author
2022-10-21Add opengl assembly stub for riscv64 Xia Lifang
2018-04-01Update EGL and GLES headers. Krzysztof KosiƄski
2017-03-13get rid of the dependency on utils/CallStack.h Mathias Agopian
2016-12-22Replace cutils/log.h and rationalize log/log.h and android/log.h Mark Salyzyn
2016-03-28Merge "Switch GLES wrappers over to using Clang (and fix inline assembly)." Stephen Hines
2016-03-28Switch GLES wrappers over to using Clang (and fix inline assembly). Stephen Hines
2015-12-18opengl: Update headers and registry and regenerate *api.in Pablo Ceballos
2015-02-02[MIPS] Fix mips32r1 build Duane Sand
2015-01-19Use register numbers instead of register names Nikola Veljkovic
2015-01-19[MIPS] Further opengl support for mips64 and mipsr6 Duane Sand
2014-11-12EGL: make x86/64 wrappers resistant to -fno-omit-frame-pointer flag Michal Wajdeczko
2014-06-07am 17cbadf0: am 6fa169fa: Merge "Add aarch64 EGL/GLES trampolines" Jesse Hall
2014-06-06Add aarch64 EGL/GLES trampolines Jesse Hall
2014-05-27am 92374318: am 618c78c0: am dc273621: Merge "EGL: add x86/64 assembly code f... Jesse Hall
2014-05-27EGL: add x86/64 assembly code for EGL/GLES wrappers mwajdecz
2014-05-21opengl: Update GLES headers and generate *.in from registry XML Jesse Hall
2014-05-20Revert "opengl: Generate *.in from registry XML" Jesse Hall
2014-05-19opengl: Generate *.in from registry XML Jesse Hall
2014-05-17Disable warnings when generating GL wrappers Jesse Hall
2014-03-12native frameworks: 64-bit compile issues Mark Salyzyn
2013-07-01improve GLES jumptables Mathias Agopian
2013-04-04fix local include paths Mathias Agopian
2013-03-30Fix MIPS assembly variable names to not conflict with GL API parameter names Jesse Hall
2013-03-28[MIPS] Add MIPS architecture support to opengl framework Duane Sand
2013-02-13Simplify OpenGL TLS access on ARM. Elliott Hughes
2012-02-14Don't wrap EGLImageKHR and EGLSyncKHR anymore Mathias Agopian
2012-01-29add support for GL_EXT_debug_marker Mathias Agopian
2012-01-28update GLES headers and add support for corresponding new extensions. Mathias Agopian
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE Steve Block
2010-09-23better fix for [3028370] GL get error should return a valid error if no conte... Mathias Agopian
2010-06-09update GL ES stub libraries with the new GL ES headers Mathias Agopian
2010-03-29Fix Android's glEGLImageTargetRenderbufferOES() wrapper Mathias Agopian
2009-12-08Implement Matrix Palette extension. Jack Palevich
2009-10-19Use the TLS register if HAVE_ARM_TLS_REGISTER is defined Mathias Agopian
2009-10-14fix [2187212] add support for GLESv2 dispatch based on TLS Mathias Agopian
2009-10-08add a way to easily catch and log GL errors (compile time flag) Mathias Agopian
2009-05-27Added most of the support needed for GLES 2.x Mathias Agopian
2009-05-14Merge commit 'goog/master' into merge_master Mathias Agopian
2009-05-08remove the gl{Vertex|Color|TexCoord|Normal}PointerBounds() "extension" fro eg... Mathias Agopian
2009-04-30Merge commit 'goog/master' into merge_master Mathias Agopian
2009-04-23use gl.h to generate the *.in files. we are now supporting the full gl.h and ... Mathias Agopian
2009-04-23integrate some OpenGL ES changes back from master_gl in preparation of openin... Mathias Agopian
2009-04-10Integrate from //sandbox/mathias/donut/...@145728 Mathias Agopian
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745 The Android Open Source Project