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 fix [2182249] [MR1] valgrind error in surface flinger 2009-10-15 18:08:15 -07:00
Android.mk split libsurfaceflinger_client and libcamera_client out of libui 2010-02-11 13:16:22 -08:00
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 fix a bug I introduced recently where YUV formats would crash the system 2010-02-16 20:43:39 -08:00
Rect.cpp
Region.cpp Remove a dependency of Region (libui) on Parcel (libbinder). 2010-02-17 20:26:47 -08:00