replicant-frameworks_native/opengl/libs
Mathias Agopian df3ca30bf6 created an new EGL extension called ANDROID_swap_rectangle
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.
2009-05-07 15:07:33 -07:00
..
EGL created an new EGL extension called ANDROID_swap_rectangle 2009-05-07 15:07:33 -07:00
GLES_CM Merge commit 'goog/master' into merge_master 2009-04-30 14:43:18 -07:00
tools use gl.h to generate the *.in files. we are now supporting the full gl.h and glext.h apis. 2009-04-23 18:05:44 -07:00
Android.mk integrate some OpenGL ES changes back from master_gl in preparation of opening GLES to the NDK. 2009-04-23 13:45:48 -07:00
egl_entries.in created an new EGL extension called ANDROID_swap_rectangle 2009-05-07 15:07:33 -07:00
egl_impl.h Integrate from //sandbox/mathias/donut/...@145728 2009-04-10 14:24:30 -07:00
gl_entries.in use gl.h to generate the *.in files. we are now supporting the full gl.h and glext.h apis. 2009-04-23 18:05:44 -07:00
gl_enums.in auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
glext_entries.in use gl.h to generate the *.in files. we are now supporting the full gl.h and glext.h apis. 2009-04-23 18:05:44 -07:00
hooks.h use gl.h to generate the *.in files. we are now supporting the full gl.h and glext.h apis. 2009-04-23 18:05:44 -07:00