summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
* 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-163-8/+87
|\
| * am b4f7592b: Merge change 4299 into donutAndroid (Google) Code Review2009-06-163-8/+87
| |\
| | * Allow pre-Donut apps to use indirect Buffers in GL11 Pointer methods.Jack Palevich2009-06-153-8/+87
* | | 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
| |/
| * libGLESv1_CM.so doesn't need to depend on libutils or libuiMathias Agopian2009-05-181-1/+1
| * Fix bug 1856713 gl Pointer functions should use Buffer positionJack Palevich2009-05-153-8/+28
* | remove libEGL and libGLESv1_CM dependencies on libutils and libuiMathias Agopian2009-05-173-218/+3
* | Merge commit 'goog/master' into merge_masterMathias Agopian2009-05-1410-19/+48
|\ \ | |/
| * should help fix the Simulator build.Mathias Agopian2009-05-131-2/+2
| * remove the gl{Vertex|Color|TexCoord|Normal}PointerBounds() "extension" fro eg...Mathias Agopian2009-05-084-15/+37
| * should fix the build.Mathias Agopian2009-05-081-1/+1
| * only export the GL entry-points, hide everything else.Mathias Agopian2009-05-085-4/+14
* | Merge commit 'goog/master' into merge_masterMathias Agopian2009-05-088-50/+69
|\ \ | |/
| * Require native-order direct buffers for glXXXPointer APIs.Jack Palevich2009-05-071-19/+48
| * Fix automatically generated code for glGetJack Palevich2009-05-077-31/+21
* | fix EGL extension string namesMathias Agopian2009-05-072-3/+3
* | created an new EGL extension called ANDROID_swap_rectangleMathias Agopian2009-05-074-26/+280
* | move android_native_buffer_t declaration into its own private/ui/android_nati...Mathias Agopian2009-05-053-3/+3
* | move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h...Mathias Agopian2009-05-056-245/+9
* | get rid of android_native_buffer_t::getHandle() and replace it with an handle...Mathias Agopian2009-05-053-34/+15
* | removed the "bits" attribute from android_native_buffer_t.Mathias Agopian2009-05-053-34/+57