summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
* cleanup EGL a bit. remove unused extension.Mathias Agopian2010-08-273-55/+0
* fix [2931718] glDrawArrays skips a triangle when more than 70 vertices are used.Mathias Agopian2010-08-181-2/+2
* fix [2931161] crash in labyritnth when completing a levelMathias Agopian2010-08-181-32/+35
* fix [2912927] Can't get NV_draw_path extension to workMathias Agopian2010-08-131-2/+3
* improve a bit the implementation of eglGetProcAddressMathias Agopian2010-08-091-86/+32
* fix [2421247] implement eglGetProcAddress(), needed in the ndkMathias Agopian2010-08-024-51/+233
* remove copybit hack from software opengl (libagl)Mathias Agopian2010-07-299-811/+1
* fix [2870926] Issue 9802: EGL wrapper has not been implemented correctly for ...Mathias Agopian2010-07-261-98/+138
* Merge "Fix a bug that prevented the creation of EGL shared contexts." into gi...Mathias Agopian2010-07-021-0/+4
|\
| * Fix a bug that prevented the creation of EGL shared contexts.Jamie Gennis2010-07-021-0/+4
* | Introduce official public NativeWindow type.Dianne Hackborn2010-06-302-7/+8
|/
* Add OpenGL ES 2.0 VBO versions glDrawElements and glVertexAttribPointer.Jack Palevich2010-06-222-2/+4
* Added support for the GL_TEXTURE_EXTERNAL targetMathias Agopian2010-06-152-0/+20
* update EGL headers to the latestMathias Agopian2010-06-095-10/+99
* update GL ES stub libraries with the new GL ES headersMathias Agopian2010-06-095-58/+268
* fix OpenGL ES extension headers from khronosMathias Agopian2010-06-092-26/+26
* update the OpenGL ES headers to the latestMathias Agopian2010-06-096-104/+783
* fix a crasher in our EGL wrapper when attrib_list is NULL in eglChooseConfigMathias Agopian2010-05-172-6/+13
* am fb234bbe: merge from open-source masterThe Android Open Source Project2010-05-122-1/+5
|\
| * merge from open-source masterThe Android Open Source Project2010-05-122-1/+5
| |\
| | * Merge "Build software AGL library with correct get_tls() macro for ARMv7 base...Mathias Agopian2010-05-101-0/+4
| | |\
| | | * Build software AGL library with correct get_tls() macro for ARMv7 based platf...Magnus Landqvist2010-02-191-0/+4
| | * | Merge "Fix glReadPixels() to verify that both x and y are non-negative."Mathias Agopian2010-05-101-1/+1
| | |\ \
| | | * | Fix glReadPixels() to verify that both x and y are non-negative.Mike Playle2010-01-291-1/+1
| | | |/
| | | * merge from eclairJean-Baptiste Queru2009-11-1578-2108/+8085
| | | |\
| | | | * eclair snapshotJean-Baptiste Queru2009-11-1380-2112/+8096
* | | | | small cleanup. gEGLImpl should have been staticMathias Agopian2010-04-092-1/+2
|/ / / /
* | | | merge from open-source masterThe Android Open Source Project2010-03-311-1/+2
|\ \ \ \ | |/ / /
| * | | gl_code : add end of line.Jae-Hyung Ahn2010-03-241-1/+2
| * | | am 6d0f6c78: Merge "DO NOT MERGE A library for encoding and decoding ETC1 tex...Jack Palevich2010-01-093-0/+792
| |\ \ \
| | * | | DO NOT MERGE A library for encoding and decoding ETC1 textures.Jack Palevich2010-01-083-0/+792
| * | | | am 533a2803: Merge change I18ffb549 into eclairMathias Agopian2009-11-301-1/+1
| |\ \ \ \ | | |/ / /
| * | | | am 13feccf5: Merge change I39f0003e into eclairMathias Agopian2009-11-191-12/+24
| |\ \ \ \
| * \ \ \ \ am 27407208: Merge change Icf335098 into eclairMathias Agopian2009-11-122-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ am c421fc2a: Merge change Id09376d1 into eclairMathias Agopian2009-11-091-4/+23
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge from open-source masterJean-Baptiste Queru2009-11-081-1/+1
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Fix Android's glEGLImageTargetRenderbufferOES() wrapperMathias Agopian2010-03-292-2/+2
* | | | | | | | Add a test of EGL pausing and resuming.Jack Palevich2010-03-296-0/+274
* | | | | | | | fix [2236865] STOPSHIP: bump soft gl and egl minor version numberMathias Agopian2010-03-251-1/+1
* | | | | | | | Implement eglInitialize / eglTerminate reference countingJack Palevich2010-03-151-1/+4
* | | | | | | | Fix glCopyTexSubImage2D inverted texture bug.Jack Palevich2010-03-121-1/+1
* | | | | | | | Add correct copyright headers to multiple filesKenny Root2010-03-1116-0/+248
* | | | | | | | get rid off the YUV formats at the libui layerMathias Agopian2010-02-161-14/+1
* | | | | | | | Merge "fix [2189862] Race condition in eglIntialize and eglDestroy"Mathias Agopian2010-02-051-3/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | fix [2189862] Race condition in eglIntialize and eglDestroyMathias Agopian2010-02-051-3/+16
* | | | | | | | | Proper EGLImageKHR error handlingMathias Agopian2010-02-042-1/+41
|/ / / / / / / /
* | | | | | | | fix [2133133] Software OpenGL ES Lighting is buggy (GL Gears washed out bug)Mathias Agopian2010-02-033-26/+78
* | | | | | | | Fix ETC1 texture decoding.Jack Palevich2010-02-021-1/+1
* | | | | | | | implement [2396050] Add ETC1 texture support to AGLMathias Agopian2010-02-023-6/+40
* | | | | | | | fix [2397853] glCopyTexImage2D crashes emulatorMathias Agopian2010-02-011-1/+23