summaryrefslogtreecommitdiffstats
path: root/opengl
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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-0810-104/+123
|\ \ \ | |/ /
| * | Require native-order direct buffers for glXXXPointer APIs.Jack Palevich2009-05-073-73/+102
| * | 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
* | | update surfaceflinger, libui and libagl to the new gralloc apiMathias Agopian2009-05-048-118/+166
* | | Merge commit 'goog/master' into merge_masterMathias Agopian2009-04-3016-2031/+918
|\ \ \ | |/ /
| * | oops forgot to remove a LOGD when loading an opengl driverMathias Agopian2009-04-241-1/+1
| * | Merge change 551 into donutAndroid (Google) Code Review2009-04-244-109/+3
| |\ \
| | * | Enable static Java APIs for OpenGL ES 1.1 extensions.Jack Palevich2009-04-244-109/+3
| * | | Make sure to map undefined OES functions to their non-OES counterpart if it e...Mathias Agopian2009-04-231-3/+27
| |/ /
| * | use gl.h to generate the *.in files. we are now supporting the full gl.h and ...Mathias Agopian2009-04-2311-861/+877
| * | integrate some OpenGL ES changes back from master_gl in preparation of openin...Mathias Agopian2009-04-2310-1516/+788
| * | Add an Android-specific static OpenGL ES 1.1 Java API.Jack Palevich2009-04-1649-122/+4936
| * | Improve glgenJack Palevich2009-04-144-283/+284
| * | Clean up trivial Eclipse warnings and fix whitespace.Jack Palevich2009-04-138-744/+753
| * | AI 145526: am: CL 145249 Correct misspelling of constant RENDERMODE_CONTUOUSL...Jack Palevich2009-04-091-9/+9
| * | AI 145523: am: CL 145244 Fully document GLSurfaceView and related classes.Jack Palevich2009-04-091-51/+349
| * | AI 144282: Tweak this tool to work with the current directory structure.Jack Palevich2009-04-021-3/+14
| * | Automated import from //branches/donutburger/...@142687,142687Jack Palevich2009-03-251-83/+88
| * | Automated import from //branches/donutburger/...@142486,142486Jack Palevich2009-03-241-20/+194
| * | Automated import from //branches/donutburger/...@142484,142484Jack Palevich2009-03-242-21/+38
| * | Automated import from //branches/donutburger/...@141859,141859Jack Palevich2009-03-241-31/+23
| |/
* | Merge commit 'goog/master' into merge_masterMathias Agopian2009-04-1753-1090/+5914
|\ \
| * | Manually merge 129, 174, and 233 from donutJack Palevich2009-04-1753-1090/+5914
* | | Add clarifying comment.Jack Palevich2009-04-131-1/+1