summaryrefslogtreecommitdiffstats
path: root/opengl/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix missing NLBruce Beare2011-01-211-1/+0
* Add a test application to dump all the EGLConfig availableMathias Agopian2010-10-202-0/+105
* option to enable multisamplingMathias Agopian2010-09-091-61/+71
* add a fps counter to sanangeles demoMathias Agopian2010-09-081-9/+18
* update EGL headers to the latestMathias Agopian2010-06-092-2/+0
* 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
* | Add a test of EGL pausing and resuming.Jack Palevich2010-03-296-0/+274
* | Add correct copyright headers to multiple filesKenny Root2010-03-111-0/+16
* | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-4/+4
* | Do not use a user tag on apps, as it is ignored.Jean-Baptiste Queru2010-01-063-3/+3
* | Print OpenGL version and extension information.Jack Palevich2009-12-241-144/+152
* | Extend GLSurfaceView to make it easy to create an OpenGL ES 2.0 contextJack Palevich2009-11-192-217/+2
* | Add a Java API for OpenGL ES 2.0.Jack Palevich2009-11-195-0/+514
* | am 78383abf: am cbf583d7: am 77bd91f8: Merge change Ie3e80456 into eclairMathias Agopian2009-11-011-2/+4
|\ \
| * \ am 77bd91f8: Merge change Ie3e80456 into eclairMathias Agopian2009-10-301-2/+4
| |\ \ | | |/
| | * Turns out the SGX driver is correct and the bug was in this test.Mathias Agopian2009-10-301-2/+4
* | | am 894449ac: am af7d2dda: am 5dc7a21c: Merge change I4e036287 into eclairMathias Agopian2009-10-291-11/+8
|\ \ \ | |/ /
| * | am 5dc7a21c: Merge change I4e036287 into eclairMathias Agopian2009-10-291-11/+8
| |\ \ | | |/
| | * update line test to expose some bug on SGX530 ed4Mathias Agopian2009-10-291-11/+8
* | | am 2eca23d6: am a2151b2b: am 7bde36e6: added GL test for textured linesMathias Agopian2009-10-292-0/+134
|\ \ \ | |/ /
| * | am 7bde36e6: added GL test for textured linesMathias Agopian2009-10-292-0/+134
| |\ \ | | |/
| | * added GL test for textured linesMathias Agopian2009-10-282-0/+134
* | | am 09e7ef8a: am a5bfe52d: Merge change Ib3558f35 into eclair-mr2Jack Palevich2009-10-131-0/+1
|\ \ \ | |/ /
| * | Make our choice of surface explicit.Jack Palevich2009-10-131-0/+1
* | | am 65cc9418: am 332c7934: Merge change I69e21f5f into eclair-mr2Jack Palevich2009-10-139-0/+843
|\ \ \ | |/ /
| * | GLDual test application.Jack Palevich2009-10-139-0/+843
* | | merged d7c18d7672f3ecbbcb2f5bec92fe54dd990cb8dd, w/conflict in opengl/tests/c...android-build SharedAccount2009-10-128-1180/+5
|\ \ \ | |/ /
| * | am 9d6a685b: Merge changes I430cf57b,I51f02f67,I464f13f3 into eclairMathias Agopian2009-10-068-1179/+5
| |\ \ | | |/
| | * fix [2167050] glTexImage2D code path buggy in SurfaceFlingerMathias Agopian2009-10-068-1179/+5
* | | am c5b09d8a: am 4ac45597: Merge change I15b0ebb9 into eclairMathias Agopian2009-10-126-0/+556
|\ \ \ | |/ /
| * | am 4ac45597: Merge change I15b0ebb9 into eclairMathias Agopian2009-10-046-0/+556
| |\ \ | | |/
| | * a simple test app for grallocMathias Agopian2009-10-016-0/+556
* | | am 7d638292: Merge change Ib4285d22 into eclair-mr2Jack Palevich2009-10-121-9/+166
|\ \ \ | |/ /
| * | Change way we choose EGL surfaces to be compatible with the nativeJack Palevich2009-10-021-9/+166
| |/
* | Add back missing shared libraries used in executables in link commands. TheseDoug Kwan2009-10-044-0/+4
|/
* 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 build.Jack Palevich2009-09-251-1/+1
* Tighten up sample code.Jack Palevich2009-09-253-22/+25
* Use EGLUtils to simplify choosing a configuration.Jack Palevich2009-09-251-55/+36
* Make tritex test run with latest OpenGL driver.Jack Palevich2009-09-242-12/+16
* Create samples showing how to call OpenGL from JNI libraries.Jack Palevich2009-09-2315-0/+956
* 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