summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
* this header file is not needed anymoreMathias Agopian2009-07-141-271/+0
* am 46e28db8: Merge change 6713 into donutAndroid (Google) Code Review2009-07-092-2/+2
|\
| * fix for [1969185] valgrind errors in new gl stuffMathias Agopian2009-07-092-2/+2
| * Merge change 5352 into donutAndroid (Google) Code Review2009-06-251-3/+5
| |\
| | * fix [1942438] eglGetCurrentSurface() returns bogus valueMathias Agopian2009-06-241-3/+5
* | | Make opengl loader use an absolute path.Marco Nelissen2009-07-071-1/+1
* | | fix a bug where gl didn't always fallback to software when copybit failed. mi...Mathias Agopian2009-06-291-13/+17
* | | use copybit for eglSwapBuffers() copy-back operationsMathias Agopian2009-06-251-52/+109
* | | Add eglGetRenderBufferANDROID() extension, which returns the current render b...Mathias Agopian2009-06-256-14/+72
* | | fix [1942438] eglGetCurrentSurface() returns bogus valueMathias Agopian2009-06-251-3/+5
* | | copybit now uses a native_handle_t* instead of a fd/offsetMathias Agopian2009-06-241-6/+1
* | | merge master in master_glMathias Agopian2009-06-246-7/+14
|\ \ \
| * \ \ am 4fb69770: Merge change 5024 into donutAndroid (Google) Code Review2009-06-225-6/+6
| |\ \ \ | | |/ /
| | * | Merge change 5024 into donutAndroid (Google) Code Review2009-06-225-6/+6
| | |\ \ | | | |/ | | |/|
| | | * Remove opengl tests from tests buildSriram Raman2009-06-225-6/+6
| * | | am 5277103d: Merge change 5035 into donutAndroid (Google) Code Review2009-06-221-1/+8
| |\ \ \ | | |/ /
| | * | add glTexParameteri() and fix glTexParameteriv()Mathias Agopian2009-06-221-1/+8
| | |/
* | | fix a bug where copybit would be rejected in landscape modeMathias Agopian2009-06-231-15/+30
* | | Android now has its own EGL extension block (yay) 0x3140-0x314F. EGL_NATIVE_B...Mathias Agopian2009-06-231-1/+1
* | | we were not fetching the texture coords in the copybit case, so we were using...Mathias Agopian2009-06-181-1/+15
* | | fix/add some commentsMathias Agopian2009-06-171-4/+12
* | | s/w OpenGL no detects and handles all any combinations of triangle fans corre...Mathias Agopian2009-06-173-77/+122
* | | fix a scissor bug in the GLES-on-top-of copybit codeMathias Agopian2009-06-161-17/+14
* | | Merge commit 'goog/master' into merge_masterMathias Agopian2009-06-164-11/+117
|\ \ \ | |/ /
| * | am b4f7592b: Merge change 4299 into donutAndroid (Google) Code Review2009-06-164-11/+117
| |\ \ | | |/
| | * Allow pre-Donut apps to use indirect Buffers in GL11 Pointer methods.Jack Palevich2009-06-154-11/+117
* | | fix a bug where copybit only renders in the first buffer when used with s/w GLMathias Agopian2009-06-108-35/+38
* | | revive the copybit test.Mathias Agopian2009-06-092-93/+65
* | | Merge commit 'goog/master' into merge_masterMathias Agopian2009-06-056-78/+242
|\ \ \ | |/ /
| * | am cede1ed3: fix [1610840] Positional light doesn\'t work correctly on emulatorMathias Agopian2009-06-033-78/+39
| |\ \ | | |/
| | * fix [1610840] Positional light doesn't work correctly on emulatorMathias Agopian2009-06-033-78/+39
| * | am 5de674e1: Merge change 3013 into donutAndroid (Google) Code Review2009-06-031-0/+5
| |\ \ | | |/
| | * Merge change 3013 into donutAndroid (Google) Code Review2009-06-031-0/+5
| | |\
| | | * fix a bug in GL lighting where the specular component could be ommited when v...Mathias Agopian2009-06-021-0/+5
| * | | am 5f784df5: Merge change 3011 into donutAndroid (Google) Code Review2009-06-021-144/+37
| |\ \ \ | | |/ /
| | * | simplify this testMathias Agopian2009-06-021-144/+37
| | |/
| * | am 7728be03: Merge change 2896 into donutAndroid (Google) Code Review2009-06-023-0/+305
| |\ \ | | |/
| | * added a test that exhibits some lighting issues in the software renderer. see...Mathias Agopian2009-06-013-0/+305
* | | make sure clear the draw and read EGLSurface when eglMakeCurrent() is called ...Mathias Agopian2009-06-031-1/+3
* | | remove some spurious debuging LOGDMathias Agopian2009-06-031-1/+1
* | | fix/clean these Android.mk following dbort and joeo's commentsMathias Agopian2009-06-033-12/+11
* | | implement a real loader for EGL driversMathias Agopian2009-05-288-141/+479
* | | Added most of the support needed for GLES 2.xMathias Agopian2009-05-2717-358/+991
* | | minor modifications to the official GLES 2.x headersMathias Agopian2009-05-272-8/+8
* | | add GLES 2.x headersMathias Agopian2009-05-272-0/+1138
* | | merge master to master_glMathias Agopian2009-05-223-8/+28
|\ \ \ | |/ /
| * | am bb7b7b31: Merge change 2152 into donutAndroid (Google) Code Review2009-05-201-0/+5
| |\ \ | | |/
| | * make sure to fail to software when the h/w renderer cannot be initializedMathias Agopian2009-05-201-0/+5
| * | move libbinder's header files under includes/binderMathias Agopian2009-05-201-4/+4
| * | checkpoint: split libutils into libutils + libbinderMathias Agopian2009-05-201-1/+1
| |/