summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
* Use the TLS register if HAVE_ARM_TLS_REGISTER is definedMathias Agopian2009-10-193-6/+34
* Merge change I0953c1d5 into eclairAndroid (Google) Code Review2009-10-191-5/+18
|\
| * fix [2153873] EGL-1.4 software implementation misses surface attributesMathias Agopian2009-10-191-5/+18
* | Merge change Ide4c8cbc into eclairAndroid (Google) Code Review2009-10-191-0/+5
|\ \ | |/
| * fix [2151588] glTexSubImage2D() allows pixel format conversionMathias Agopian2009-10-191-0/+5
* | one step towards fixing [2071412] work around mdp 32-bits fade limitationMathias Agopian2009-10-161-41/+44
|/
* fix [2187212] add support for GLESv2 dispatch based on TLSMathias Agopian2009-10-1413-565/+523
* Revert "egl: temporarily also include eglTerminate->eglInitialize hack for 8k"Dima Zavin2009-10-091-4/+0
* add a way to easily catch and log GL errors (compile time flag)Mathias Agopian2009-10-081-3/+21
* fix [2167050] glTexImage2D code path buggy in SurfaceFlingerMathias Agopian2009-10-068-1179/+5
* a simple test app for grallocMathias Agopian2009-10-016-0/+556
* Add a simple test of OpenGL ES 1.x.Jack Palevich2009-09-302-0/+374
* Merge change I8018f091 into eclairAndroid (Google) Code Review2009-09-304-64/+76
|\
| * Add very simple input path. Fix end-of-line issues.Jack Palevich2009-09-304-64/+76
* | Don't ask for pbuffer support, because we don't use any pbuffers.Jack Palevich2009-09-281-1/+1
* | Print out EGL configuration info for the config we've chosen.Jack Palevich2009-09-281-53/+57
* | Print out all available EGL configurations.Jack Palevich2009-09-281-8/+82
* | fix [2147737] Pixel Flinger needs to set EGL_RENDERABLE_TYPE to EGL_OPENGL_ES...Mathias Agopian2009-09-271-1/+2
|/
* egl: temporarily also include eglTerminate->eglInitialize hack for 8kDima Zavin2009-09-261-0/+4
* Fix build.Jack Palevich2009-09-251-1/+1
* Tighten up sample code.Jack Palevich2009-09-253-22/+25
* Check for failure to create EGL surfaces and contexts.Jack Palevich2009-09-251-4/+12
* Use EGLUtils to simplify choosing a configuration.Jack Palevich2009-09-251-55/+36
* Merge change 26911 into eclairAndroid (Google) Code Review2009-09-241-3/+1
|\
| * OpenGL ES doesn't allow glColorPointer with a size parameter other than 4Mathias Agopian2009-09-241-3/+1
* | Fix broken Javadoc link for GLSurfaceView.EGLWindowSurfaceFactory.Jack Palevich2009-09-241-1/+1
|/
* Make tritex test run with latest OpenGL driver.Jack Palevich2009-09-242-12/+16
* Publish minor additions to GLSurfaceView API.Jack Palevich2009-09-241-4/+0
* Create samples showing how to call OpenGL from JNI libraries.Jack Palevich2009-09-2316-2/+958
* Allow GLSurfaceView clients to customize EGL Surfaces and Contexts.Jack Palevich2009-09-211-94/+184
* Fix GLSurfaceView to sync surfaceDestroyed with GL rendering threadJack Palevich2009-09-211-1/+26
* log an error when loading an existing GL driver failsMathias Agopian2009-09-201-5/+14
* Draw a green triangle using OpenGL 2.0 APIs.Jack Palevich2009-09-181-112/+235
* Add additional error checking, exit early if errors occur.Jack Palevich2009-09-171-18/+59
* Add EGL call error checking.Jack Palevich2009-09-161-4/+52
* AGL's glCompressedTexImage2D now checks the imageSize parameter.Jack Palevich2009-09-101-5/+55
* Simple app to create a gl2 context and dump the strings.Jason Sams2009-09-012-0/+104
* Calculate specular lighting correctlyMartin Storsjo2009-08-251-3/+8
* If FLAGS_2D_PROJECTION is set, the MVP matrices need updating when changing t...Martin Storsjo2009-08-251-0/+2
* fix a bug recently introduced where EGL couldn't be initialized again after i...Mathias Agopian2009-08-242-76/+120
* first step for fixing [2066786] EGL object lifetime management doesn't respec...Mathias Agopian2009-08-211-71/+243
* fix a bug in ComponentSizeChooser where it could pick a software EGLConfig in...Mathias Agopian2009-08-202-17/+19
* better error handling in EGLMathias Agopian2009-08-201-12/+46
* fix bug [2021677] egl driver unloaded after eglTerminate() is calledMathias Agopian2009-08-173-105/+100
* Surface::GPU and Surface::HARDWARE are now deprecated; they will be set autom...Mathias Agopian2009-08-131-1/+0
* Better error handling in EGL extensionsMathias Agopian2009-08-121-11/+9
* second take, hopefully this time it doesn't break one of the builds: "Surface...Mathias Agopian2009-08-111-0/+4
* Merge change 20893Android (Google) Code Review2009-08-111-2/+5
|\
| * show that we need to glClear to be fast(er)Mathias Agopian2009-08-111-2/+5
* | Merge change 20892Android (Google) Code Review2009-08-111-4/+0
|\ \ | |/ |/|