summaryrefslogtreecommitdiffstats
path: root/opengl/libs
Commit message (Collapse)AuthorAgeFilesLines
...
* | created an new EGL extension called ANDROID_swap_rectangleMathias Agopian2009-05-072-0/+25
| | | | | | | | | | | | ANDROID_swap_rectangle allows to specify the rectangle affected by eglSwapBuffers(), anything outside of this rectangle is unchanged. in particular EGL_BUFFER_DESTROYED only applies to that rectangle. This extension as well as EGL_BUFFER_PRESERVED allow major optimizations on surfaceflinger, which can redraw only the dirty area during compositing. However, ANDROID_swap_rectangle allows further optimizations in EGL by reducing the amount of copy-back needed. ANDROID_swap_rectangle is particularily important for software implementations.
* | Merge commit 'goog/master' into merge_masterMathias Agopian2009-04-3012-1922/+915
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | Conflicts: libs/surfaceflinger/Layer.cpp libs/surfaceflinger/SurfaceFlinger.cpp opengl/libagl/egl.cpp opengl/libs/EGL/egl.cpp opengl/libs/GLES_CM/gl.cpp opengl/libs/GLES_CM/gl_api.in opengl/libs/gl_entries.in opengl/libs/tools/glapigen
| * oops forgot to remove a LOGD when loading an opengl driverMathias Agopian2009-04-241-1/+1
| |
| * Make sure to map undefined OES functions to their non-OES counterpart if it ↵Mathias Agopian2009-04-231-3/+27
| | | | | | | | exists.
| * use gl.h to generate the *.in files. we are now supporting the full gl.h and ↵Mathias Agopian2009-04-2311-861/+877
| | | | | | | | glext.h apis.
| * integrate some OpenGL ES changes back from master_gl in preparation of ↵Mathias Agopian2009-04-239-1491/+745
| | | | | | | | opening GLES to the NDK.
| * Automated import from //branches/donutburger/...@142484,142484Jack Palevich2009-03-241-15/+20
| |
* | Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-109-478/+934
| | | | | | | | SurfaceFlinger rework for new EGL driver model support.
* | Automated import from //branches/master/...@142578,142578Jack Palevich2009-03-251-15/+20
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0313-0/+4110
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0313-4110/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-4/+4
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-4/+4
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-7/+1
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-1013-0/+4116