summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
* am 0ecf0b8d: Merge "Additional parameter validation for EGL functions"Jean-Baptiste Queru2013-06-251-6/+11
|\
| * Merge "Additional parameter validation for EGL functions"Jean-Baptiste Queru2013-06-251-6/+11
| |\
| | * Additional parameter validation for EGL functionsMichael Chock2012-09-121-6/+11
* | | 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
* | | | Generate new EGLExt classJesse Hall2013-05-028-24/+195
* | | | Merge "Fix glGetUniformIndices JNI prototype" into jb-mr2-devJesse Hall2013-05-011-1/+1
|\ \ \ \
| * | | | Fix glGetUniformIndices JNI prototypeJesse Hall2013-04-291-1/+1
* | | | | Merge "Recommend different time source" into jb-mr2-devAndy McFadden2013-05-011-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Recommend different time sourceAndy McFadden2013-04-291-2/+2
* | | | | EGL: expose the EGL_KHR_create_context extensionJamie Gennis2013-04-251-0/+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
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | replace eglWaitSyncANDROID by eglWaitSyncKHRMathias Agopian2013-03-283-26/+34
| * | | | update EGL headers to most recentMathias Agopian2013-03-283-86/+372
| * | | | cleanup EGL extensions strings and entry-pointsMathias Agopian2013-03-283-40/+103
* | | | | am 4194b389: am 0b6c4157: Merge "frameworks/native/opengl: Fix build with gcc...Jesse Hall2013-03-284-4/+4
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | frameworks/native/opengl: Fix build with gcc 4.8Bernhard Rosenkränzer2013-03-274-4/+4
| |/ /
* | | improved CallStack a bitMathias Agopian2013-03-212-6/+2
* | | Merge "When disconnecting a surface, cancel don't queue the buffer" into jb-m...Jesse Hall2013-03-071-2/+1
|\ \ \
| * | | When disconnecting a surface, cancel don't queue the bufferJesse Hall2013-03-071-2/+1