replicant-frameworks_native/libs
Mathias Agopian 57720c384a fix [2211532] improves sholes graphics performance
Instead of using glTex{Sub}Image2D() to refresh the textures, we're using an EGLImageKHR object
backed up by a gralloc buffer. The data is updated using memcpy(). This is faster than
glTex{Sub}Image2D() because the texture is not swizzled. It also uses less memory because
EGLImageKHW is not limited to power-of-two dimensions.
2009-10-23 15:37:28 -07:00
..
audioflinger Fix issue 2174002: After rejecting Call when device ringtone is mute and playing music, audio is not transfered to BT device. 2009-10-08 12:03:51 -07:00
binder Add offset handling in MemoryHeapBase class 2009-08-20 03:55:20 -07:00
surfaceflinger fix [2211532] improves sholes graphics performance 2009-10-23 15:37:28 -07:00
ui fix [2182249] [MR1] valgrind error in surface flinger 2009-10-15 18:08:15 -07:00
utils Turn off most of the backup-related debug logging 2009-09-30 17:07:37 -07:00