replicant-frameworks_native/libs
Mathias Agopian cb6b904164 fixed some issues with the software renderer when surfaces are made current.
there was several issues:
- when a surface was made non-current, the last frame wasn't shown and the buffer could stay locked
- when a surface was made current the 2nd time, it would not dequeue a new buffer

now, queue/dequeue are done when the surface is made current.

for this to work, a new query() hook had to be added on android_native_window_t, it allows to retrieve some attributes of a window (currently only width and height).
2009-07-30 18:14:56 -07:00
..
audioflinger Merge change 8987 2009-07-29 09:50:29 -07:00
binder
surfaceflinger NPOT EGLimage without GL_ARB_texture_non_power_of_two would be improperly scalled 2009-07-30 12:19:10 -07:00
ui fixed some issues with the software renderer when surfaces are made current. 2009-07-30 18:14:56 -07:00
utils Only restore the bits for wallpapers that aren't built in. 2009-07-29 12:05:36 -07:00