summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
* GLSurfaceView: add property to default to RGB565Takazumi Matsumoto2013-01-071-1/+3
* GLSurfaceView defaults to 888 instead of 565Mathias Agopian2012-09-181-6/+6
* Rename UserId to UserHandle.Dianne Hackborn2012-08-161-2/+2
* Enable use of Surface as a native window in EGL14 wrapper.Jeff Brown2012-08-081-1/+3
* Improve gradientsRomain Guy2012-07-311-2/+2
* Fix android.opengl.Matrix frustum's generationRomain Guy2012-07-301-4/+3
* Merge "Make HardwareRenderer able to target generic Surface objects"Romain Guy2012-07-241-2/+3
|\
| * Make HardwareRenderer able to target generic Surface objectsRomain Guy2012-07-241-2/+3
* | updated gles20 bindings, fixes broken methodsThomas Tafertshofer2012-07-191-0/+42
|/
* EGL 1.4 API without @hideThomas Tafertshofer2012-07-136-64/+62
* EGL 1.4 bindings generated by glgenThomas Tafertshofer2012-07-106-0/+643
* Improve GLSurfaceView Pausing.Jack Palevich2012-04-161-2/+12
* Notify monitor waiters when changing mSurfaceIsBad value.Jack Palevich2012-04-101-2/+9
* Try to survive a failure return from eglMakeCurrent.Jack Palevich2012-03-291-14/+25
* Make GLSurfaceView handle eglSwapBuffers errors more robustly.Jack Palevich2012-03-291-34/+31
* Merge "Package restrictions per user"Amith Yamasani2012-03-221-1/+2
|\
| * Package restrictions per userAmith Yamasani2012-03-221-1/+2
* | Merge "Remove EGL context limit for Adreno GPUs."Jack Palevich2012-03-221-2/+6
|\ \
| * | Remove EGL context limit for Adreno GPUs.Jack Palevich2012-03-191-2/+6
| |/
* | Ignore EGL_BAD_CURRENT_SURFACE errors from eglSwapBuffersJack Palevich2012-03-151-4/+8
|/
* Expose a function to set OpenGL Trace level.Siva Velusamy2012-03-091-2/+11
* remove files that moved to frameworks/nativeMathias Agopian2012-03-07293-75622/+0
* fixup hardcoded include paths for new projectMathias Agopian2012-03-071-2/+2
* Merge "gltrace: Send vertex attribute data after glDraw() call."Siva Velusamy2012-03-067-51/+418
|\
| * gltrace: Send vertex attribute data after glDraw() call.Siva Velusamy2012-03-017-51/+418
* | fixup include pathsMathias Agopian2012-03-0520-29/+24
|/
* Add tracing to various graphics components.Jamie Gennis2012-02-271-0/+5
* libagl shouldn't export anythingMathias Agopian2012-02-271-18/+640
* Merge "gltrace: Make code 64-bit safe."Siva Velusamy2012-02-274-555/+2118
|\
| * gltrace: Make code 64-bit safe.Siva Velusamy2012-02-274-555/+2118
* | Merge "gltrace: attach buffer data sent with glBufferData"Siva Velusamy2012-02-271-0/+28
|\ \ | |/
| * gltrace: attach buffer data sent with glBufferDataSiva Velusamy2012-02-241-0/+28
* | remove dependency on android_native{s_priv|buffer}.hMathias Agopian2012-02-243-6/+3
* | remove libui dependency on libEGLMathias Agopian2012-02-2438-70/+189
|/
* Merge "gltrace: Trace thread time and wall clock time."Siva Velusamy2012-02-178-1334/+3138
|\
| * gltrace: Trace thread time and wall clock time.Siva Velusamy2012-02-178-1334/+3138
* | Merge "Remove unused private APIs"Romain Guy2012-02-174-655/+0
|\ \ | |/ |/|
| * Remove unused private APIsRomain Guy2012-02-174-655/+0
* | Merge "Don't wrap EGLImageKHR and EGLSyncKHR anymore"Mathias Agopian2012-02-149-289/+39
|\ \ | |/ |/|
| * Don't wrap EGLImageKHR and EGLSyncKHR anymoreMathias Agopian2012-02-149-289/+39
* | Merge "gltrace: Patch up all glUniform*() calls."Siva Velusamy2012-02-141-0/+154
|\ \ | |/ |/|
| * gltrace: Patch up all glUniform*() calls.Siva Velusamy2012-02-141-0/+154
* | EGLConfig is now not remaped to an internal EGLConfigMathias Agopian2012-02-136-261/+54
* | remove multiplexing of multiple EGL implementationMathias Agopian2012-02-1310-427/+258
|/
* fix a dead-lock in eglMakeCurrentMathias Agopian2012-02-032-22/+54
* gltrace: fixup Push & Insert Marker callsSiva Velusamy2012-02-011-0/+8
* fix a race condition in eglMakeCurrent()Mathias Agopian2012-01-303-35/+52
* Merge "add all needed GL extension wrappers"Mathias Agopian2012-01-301-16/+34
|\
| * add all needed GL extension wrappersMathias Agopian2012-01-301-16/+34
* | Merge "add support for GL_EXT_debug_marker"Mathias Agopian2012-01-3012-12/+118
|\ \ | |/ |/|