summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
* am 1267b0e1: Merge change 26882 into eclairJack Palevich2009-09-241-4/+0
|\
| * Publish minor additions to GLSurfaceView API.Jack Palevich2009-09-241-4/+0
* | am 311ed019: Merge change 26679 into eclairJack Palevich2009-09-2316-2/+958
|\ \ | |/
| * Create samples showing how to call OpenGL from JNI libraries.Jack Palevich2009-09-2316-2/+958
* | am 1167b43c: Merge change 26317 into eclairJack Palevich2009-09-211-94/+184
|\ \ | |/
| * Allow GLSurfaceView clients to customize EGL Surfaces and Contexts.Jack Palevich2009-09-211-94/+184
* | am 5222a957: Merge change 26270 into eclairJack Palevich2009-09-211-1/+26
|\ \ | |/
| * Fix GLSurfaceView to sync surfaceDestroyed with GL rendering threadJack Palevich2009-09-211-1/+26
* | am cc7f40a8: Merge change 26060 into eclairMathias Agopian2009-09-201-5/+14
|\ \ | |/
| * log an error when loading an existing GL driver failsMathias Agopian2009-09-201-5/+14
* | am cd0aceb7: Merge change 25883 into eclairJack Palevich2009-09-181-112/+235
|\ \ | |/
| * Draw a green triangle using OpenGL 2.0 APIs.Jack Palevich2009-09-181-112/+235
* | am 78059337: Merge change 25523 into eclairJack Palevich2009-09-171-18/+59
|\ \ | |/
| * Add additional error checking, exit early if errors occur.Jack Palevich2009-09-171-18/+59
* | am fee6b69a: Merge change 25303 into eclairJack Palevich2009-09-161-4/+52
|\ \ | |/
| * Add EGL call error checking.Jack Palevich2009-09-161-4/+52
* | am ebebf9c3: Merge change 24618 into eclairJack Palevich2009-09-101-5/+55
|\ \ | |/
| * AGL's glCompressedTexImage2D now checks the imageSize parameter.Jack Palevich2009-09-101-5/+55
* | am e00d660a: Merge change 23584 into eclairJason Sams2009-09-022-0/+104
|\ \ | |/
| * Simple app to create a gl2 context and dump the strings.Jason Sams2009-09-012-0/+104
* | merge from open-source masterJean-Baptiste Queru2009-09-011-1/+1
|\ \ | |/ |/|
| * Merge change 10840Android Code Review2009-08-251-1/+1
| |\
| | * the vertex index should be "first + i".Li Wenhao2009-07-291-1/+1
| * | Merge change 11093Android Code Review2009-08-251-0/+2
| |\ \
| | * | If FLAGS_2D_PROJECTION is set, the MVP matrices need updating when changing t...Martin Storsjo2009-08-101-0/+2
| * | | Calculate specular lighting correctlyMartin Storsjo2009-08-111-3/+8
| |/ /
| * | merge from donutJean-Baptiste Queru2009-07-292-2/+2
| |\ \
| | * | donut snapshotJean-Baptiste Queru2009-07-292-2/+2
| * | | Merge korg/donut into korg/masterJean-Baptiste Queru2009-07-2587-3040/+7441
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * donut snapshotJean-Baptiste Queru2009-07-2121-104/+408
| | * donut snapshotJean-Baptiste Queru2009-05-2075-2945/+7042
* | | 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
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "SurfaceFlinger will now allocate buffers based on the usage specified...Fred Quintana2009-08-111-4/+0
* | | | option to use drawtexture at compile timeMathias Agopian2009-08-111-8/+12
* | | | fix and extend the filter test a bitMathias Agopian2009-08-111-4/+46
|/ / /
* | | SurfaceFlinger will now allocate buffers based on the usage specified by the ...Mathias Agopian2009-08-111-0/+4
* | | workaround a bug in the SGX driver that would prevent eglGetConfig to work pr...Mathias Agopian2009-08-107-16/+25
* | | add support for RGBX_8888Mathias Agopian2009-08-071-0/+2