summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | 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
* | | | Merge "Defer destroying surfaces until not current" into jb-mr2-devJesse Hall2013-03-071-5/+12
|\ \ \ \ | |/ / /
| * | | Defer destroying surfaces until not currentJesse Hall2013-03-071-5/+12
* | | | another attempt to fix the buildMathias Agopian2013-03-062-2/+4
|/ / /
* | | attempt to fix buildMathias Agopian2013-03-061-0/+4
* | | Add eglPresentationTimeANDROIDAndy McFadden2013-03-055-1/+37
* | | add some missing parameter validation in GLES java bindingsMathias Agopian2013-02-2529-595/+508
* | | Merge changes Ic344ef63,If9bb02be,Ic8f94634Jesse Hall2013-02-2426-126/+7738
|\ \ \
| * | | Symlink /system/lib/libGLESv3.so -> libGLESv2.soJesse Hall2013-02-131-0/+14