summaryrefslogtreecommitdiff
path: root/opengl/libagl2/src
AgeCommit message (Collapse)Author
2011-11-14rework a bit how we manage EGL extensions Mathias Agopian
- don't advertise extensions that are not supported by any implementation - remove EGL_ANDROID_swap_rectangle which is not implemented by anybody and confuses people - add some comments about mandatory extensions Bug: 5428001 Change-Id: Id8dc48116ac1d1eb79ec9ef55d03e29d4257c1f3
2011-05-03frameworks/base: android_native_buffer_t -> ANativeWindowBuffer Iliyan Malchev
Change-Id: Idc2eabaa805bb6d308ebb315872623f28d428417 Signed-off-by: Iliyan Malchev <malchev@google.com>
2011-05-02remove last traces of copybit Mathias Agopian
Change-Id: Ia0f13a0ee6f702256482b5eb29d7fa2aa840bfc7
2011-04-28get rid of dependency on copybit HAL module Mathias Agopian
Change-Id: Ia608099a2426c11a91d33063ba53c93e1eccb428
2011-03-08Initial commit of libAgl2 using Pixelflinger2 in external/mesa3d David Li
Somewhat functional, refer to README for details. Need to enable Android.mk to build. It builds libGLES_android.so, which needs to replace the one in system/lib/egl built by libagl. Change-Id: Iec3aaa8f3963a4185d81955cd24019eb0c4a5850 Signed-off-by: David Li <davidxli@google.com>