summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
* free EGL resources associated to a thread when it terminatesMathias Agopian2013-05-304-20/+25
* am 7a486528: am f0dcff89: Merge "gl_code.cpp: Remove a DOS style newline"Jesse Hall2013-05-131-1/+1
|\
| * am f0dcff89: Merge "gl_code.cpp: Remove a DOS style newline"Jesse Hall2013-05-131-1/+1
| |\
| | * Merge "gl_code.cpp: Remove a DOS style newline"Jesse Hall2013-05-131-1/+1
| | |\
| | | * gl_code.cpp: Remove a DOS style newlineBernhard Rosenkränzer2013-03-271-1/+1
* | | | Merge "change how the userspace GLES drivers are named"Mathias Agopian2013-05-022-63/+127
|\ \ \ \
| * | | | change how the userspace GLES drivers are namedMathias Agopian2013-04-262-63/+127
* | | | | am 958ef3d7: am c8639351: Generate new EGLExt classJesse Hall2013-05-028-24/+195
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Generate new EGLExt classJesse Hall2013-05-028-24/+195
* | | | | am 34c0fb18: am cc8f8ad3: Merge "Fix glGetUniformIndices JNI prototype" into ...Jesse Hall2013-04-301-1/+1
|\| | | |
| * | | | Merge "Fix glGetUniformIndices JNI prototype" into jb-mr2-devJesse Hall2013-05-011-1/+1
| |\ \ \ \
| | * | | | Fix glGetUniformIndices JNI prototypeJesse Hall2013-04-291-1/+1
* | | | | | am ef4dbb6a: am 5d46b04b: Merge "Recommend different time source" into jb-mr2...Andy McFadden2013-04-301-2/+2
|\| | | | |
| * | | | | Merge "Recommend different time source" into jb-mr2-devAndy McFadden2013-05-011-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Recommend different time sourceAndy McFadden2013-04-291-2/+2
* | | | | | am 8369c473: am f6d1c393: EGL: expose the EGL_KHR_create_context extensionJamie Gennis2013-04-291-0/+1
|\| | | | |
| * | | | | EGL: expose the EGL_KHR_create_context extensionJamie Gennis2013-04-251-0/+1
| |/ / / /
* | | | | Merge "Fix range check"Andy McFadden2013-04-291-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix range checkAndy McFadden2013-04-251-0/+1
| |/ / /
* / / / fix a typo in EGL loaderMathias Agopian2013-04-231-1/+1
|/ / /
* | | fix "traceGpuCompletion" debug featureMathias Agopian2013-04-161-13/+8
* | | Subclass GLES30 from GLES20, @Deprecate GL_STENCIL_INDEXJesse Hall2013-04-155-466/+9
* | | Special-case glGetActiveUniformBlockNameJesse Hall2013-04-104-1/+159
* | | Special-case glGetStringiJesse Hall2013-04-104-1/+17
* | | Special-case glMapBufferRangeJesse Hall2013-04-104-1/+24
* | | Special-case glGetBufferPointervJesse Hall2013-04-104-1/+20
* | | Special-case glGetUniformIndicesJesse Hall2013-04-104-1/+174
* | | Special-case glGetTransformFeedbackVaryingJesse Hall2013-04-104-1/+381
* | | Special-case glTransformFeedbackVaryingsJesse Hall2013-04-104-1/+59
* | | Add buffer object versions of several functionsJesse Hall2013-04-106-7/+95
* | | Add *int64 and GLsync types and related functionsJesse Hall2013-04-103-10/+16
* | | Add ES3 functions and constants, difficult ones commented outJesse Hall2013-04-103-31/+453
* | | Support "const GLChar*" and "const GLenum*" typesJesse Hall2013-04-102-1/+6
* | | Minor changes to ES3 functions inherited from ES2Jesse Hall2013-04-101-5/+5
* | | Generate GLES30 class, just a clone of GLES20 for nowJesse Hall2013-04-105-3/+501
* | | Make gen more readable, use UNIX-style line endingsJesse Hall2013-04-102-146/+162
* | | Add liblogYing Wang2013-04-099-6/+15
* | | fix local include pathsMathias Agopian2013-04-0411-22/+20
* | | Merge "EGL_ANDROID_presentation_time: initial spec draft" into jb-mr2-devJamie Gennis2013-04-011-0/+121
|\ \ \
| * | | EGL_ANDROID_presentation_time: initial spec draftJamie Gennis2013-04-011-0/+121
* | | | Fix MIPS assembly variable names to not conflict with GL API parameter namesJesse Hall2013-03-303-22/+22
* | | | Merge "don't use compile-time configuration of libgui as much as possible" in...Mathias Agopian2013-03-291-4/+19
|\ \ \ \
| * | | | don't use compile-time configuration of libgui as much as possibleMathias Agopian2013-03-291-4/+19
* | | | | am e3a396b2: am 906bd042: Merge "[MIPS] Add MIPS architecture support to libagl"Keun-young Park2013-03-294-1/+113
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge "[MIPS] Add MIPS architecture support to libagl"Keun-young Park2013-03-294-1/+113
| |\ \ \ \
| | * | | | [MIPS] Add MIPS architecture support to libaglDuane Sand2013-03-274-1/+113
* | | | | | am 111d920b: am d3b2c029: Merge "[MIPS] Add MIPS architecture support to open...Keun-young Park2013-03-284-1/+116
|\| | | | | | |_|/ / / |/| | | |
| * | | | Merge "[MIPS] Add MIPS architecture support to opengl framework"Keun-young Park2013-03-294-1/+116
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | [MIPS] Add MIPS architecture support to opengl frameworkDuane Sand2013-03-284-1/+116
| | |/ /
* | | | Merge changes I22f1b358,I5496d0de,Ifd98966b into jb-mr2-devMathias Agopian2013-03-286-147/+504
|\ \ \ \ | |_|_|/ |/| | |