replicant-frameworks_native/libs/ui
Mathias Agopian 49753266d2 fix a bug where fading in/out of opaque 32-bits windows wasn't working
opaque 32-bits windows are now allocated as RGBX_8888 buffers and
SurfaceFlinger always uses GL_MODULATE instead of trying to
optimize to GL_REPLACE when possible (makes no sense on
h/w accelerated GL).

we still have a small hack for devices that don't support
RGBX_8888 in their gralloc implementation where we revert to
RGBA_8888.
2010-06-01 15:57:44 -07:00
..
tests
Android.mk
EGLUtils.cpp
EventHub.cpp Calculate bitmask array sizes correctly in the EventHub 2010-03-04 16:32:32 -08:00
EventRecurrence.cpp
FramebufferNativeWindow.cpp implement connect/disconnect in our native_window_t implementations 2010-03-11 15:06:54 -08:00
GraphicBuffer.cpp fix a bug where fading in/out of opaque 32-bits windows wasn't working 2010-06-01 15:57:44 -07:00
GraphicBufferAllocator.cpp when a zero dimension buffer is allocated, turn the allocation into 2010-04-15 15:23:25 -07:00
GraphicBufferMapper.cpp
IOverlay.cpp
KeyCharacterMap.cpp
KeyLayoutMap.cpp
KeyLayoutMap.h
MODULE_LICENSE_APACHE2
NOTICE
Overlay.cpp
PixelFormat.cpp
Rect.cpp
Region.cpp