| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Fix glGetUniformIndices JNI prototype" into jb-mr2-dev | Jesse Hall | 2013-05-01 | 1 | -1/+1 |
|\ |
|
| * | Fix glGetUniformIndices JNI prototype | Jesse Hall | 2013-04-29 | 1 | -1/+1 |
* | | Merge "Recommend different time source" into jb-mr2-dev | Andy McFadden | 2013-05-01 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Recommend different time source | Andy McFadden | 2013-04-29 | 1 | -2/+2 |
* | | EGL: expose the EGL_KHR_create_context extension | Jamie Gennis | 2013-04-25 | 1 | -0/+1 |
|/ |
|
* | fix "traceGpuCompletion" debug feature | Mathias Agopian | 2013-04-16 | 1 | -13/+8 |
* | Subclass GLES30 from GLES20, @Deprecate GL_STENCIL_INDEX | Jesse Hall | 2013-04-15 | 5 | -466/+9 |
* | Special-case glGetActiveUniformBlockName | Jesse Hall | 2013-04-10 | 4 | -1/+159 |
* | Special-case glGetStringi | Jesse Hall | 2013-04-10 | 4 | -1/+17 |
* | Special-case glMapBufferRange | Jesse Hall | 2013-04-10 | 4 | -1/+24 |
* | Special-case glGetBufferPointerv | Jesse Hall | 2013-04-10 | 4 | -1/+20 |
* | Special-case glGetUniformIndices | Jesse Hall | 2013-04-10 | 4 | -1/+174 |
* | Special-case glGetTransformFeedbackVarying | Jesse Hall | 2013-04-10 | 4 | -1/+381 |
* | Special-case glTransformFeedbackVaryings | Jesse Hall | 2013-04-10 | 4 | -1/+59 |
* | Add buffer object versions of several functions | Jesse Hall | 2013-04-10 | 6 | -7/+95 |
* | Add *int64 and GLsync types and related functions | Jesse Hall | 2013-04-10 | 3 | -10/+16 |
* | Add ES3 functions and constants, difficult ones commented out | Jesse Hall | 2013-04-10 | 3 | -31/+453 |
* | Support "const GLChar*" and "const GLenum*" types | Jesse Hall | 2013-04-10 | 2 | -1/+6 |
* | Minor changes to ES3 functions inherited from ES2 | Jesse Hall | 2013-04-10 | 1 | -5/+5 |
* | Generate GLES30 class, just a clone of GLES20 for now | Jesse Hall | 2013-04-10 | 5 | -3/+501 |
* | Make gen more readable, use UNIX-style line endings | Jesse Hall | 2013-04-10 | 2 | -146/+162 |
* | Add liblog | Ying Wang | 2013-04-09 | 9 | -6/+15 |
* | fix local include paths | Mathias Agopian | 2013-04-04 | 11 | -22/+20 |
* | Merge "EGL_ANDROID_presentation_time: initial spec draft" into jb-mr2-dev | Jamie Gennis | 2013-04-01 | 1 | -0/+121 |
|\ |
|
| * | EGL_ANDROID_presentation_time: initial spec draft | Jamie Gennis | 2013-04-01 | 1 | -0/+121 |
* | | Fix MIPS assembly variable names to not conflict with GL API parameter names | Jesse Hall | 2013-03-30 | 3 | -22/+22 |
* | | Merge "don't use compile-time configuration of libgui as much as possible" in... | Mathias Agopian | 2013-03-29 | 1 | -4/+19 |
|\ \ |
|
| * | | don't use compile-time configuration of libgui as much as possible | Mathias Agopian | 2013-03-29 | 1 | -4/+19 |
* | | | am e3a396b2: am 906bd042: Merge "[MIPS] Add MIPS architecture support to libagl" | Keun-young Park | 2013-03-29 | 4 | -1/+113 |
|\ \ \ |
|
| * \ \ | Merge "[MIPS] Add MIPS architecture support to libagl" | Keun-young Park | 2013-03-29 | 4 | -1/+113 |
| |\ \ \ |
|
| | * | | | [MIPS] Add MIPS architecture support to libagl | Duane Sand | 2013-03-27 | 4 | -1/+113 |
* | | | | | am 111d920b: am d3b2c029: Merge "[MIPS] Add MIPS architecture support to open... | Keun-young Park | 2013-03-28 | 4 | -1/+116 |
|\ \ \ \ \
| |/ / / /
| | | / /
| |_|/ /
|/| | | |
|
| * | | | Merge "[MIPS] Add MIPS architecture support to opengl framework" | Keun-young Park | 2013-03-29 | 4 | -1/+116 |
| |\ \ \ |
|
| | * | | | [MIPS] Add MIPS architecture support to opengl framework | Duane Sand | 2013-03-28 | 4 | -1/+116 |
| | |/ / |
|
* | | | | Merge changes I22f1b358,I5496d0de,Ifd98966b into jb-mr2-dev | Mathias Agopian | 2013-03-28 | 6 | -147/+504 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | replace eglWaitSyncANDROID by eglWaitSyncKHR | Mathias Agopian | 2013-03-28 | 3 | -26/+34 |
| * | | | update EGL headers to most recent | Mathias Agopian | 2013-03-28 | 3 | -86/+372 |
| * | | | cleanup EGL extensions strings and entry-points | Mathias Agopian | 2013-03-28 | 3 | -40/+103 |
* | | | | am 4194b389: am 0b6c4157: Merge "frameworks/native/opengl: Fix build with gcc... | Jesse Hall | 2013-03-28 | 4 | -4/+4 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | frameworks/native/opengl: Fix build with gcc 4.8 | Bernhard Rosenkränzer | 2013-03-27 | 4 | -4/+4 |
| |/ |
|
* | | improved CallStack a bit | Mathias Agopian | 2013-03-21 | 2 | -6/+2 |
* | | Merge "When disconnecting a surface, cancel don't queue the buffer" into jb-m... | Jesse Hall | 2013-03-07 | 1 | -2/+1 |
|\ \ |
|
| * | | When disconnecting a surface, cancel don't queue the buffer | Jesse Hall | 2013-03-07 | 1 | -2/+1 |
* | | | Merge "Defer destroying surfaces until not current" into jb-mr2-dev | Jesse Hall | 2013-03-07 | 1 | -5/+12 |
|\ \ \
| |/ / |
|
| * | | Defer destroying surfaces until not current | Jesse Hall | 2013-03-07 | 1 | -5/+12 |
* | | | another attempt to fix the build | Mathias Agopian | 2013-03-06 | 2 | -2/+4 |
|/ / |
|
* | | attempt to fix build | Mathias Agopian | 2013-03-06 | 1 | -0/+4 |
* | | Add eglPresentationTimeANDROID | Andy McFadden | 2013-03-05 | 5 | -1/+37 |
* | | add some missing parameter validation in GLES java bindings | Mathias Agopian | 2013-02-25 | 29 | -595/+508 |
* | | Merge changes Ic344ef63,If9bb02be,Ic8f94634 | Jesse Hall | 2013-02-24 | 26 | -126/+7738 |
|\ \ |
|