replicant-frameworks_native/include
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
..
binder Make MemoryDealer's destructor protected instead of public. 2009-07-16 10:05:57 -07:00
pim auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
private add a ctor to Mutex to specify the type, which can be shared. This is used by sf and af an soon will allow some optimization in the kernel for non shared mutexes 2009-07-13 22:06:36 -07:00
tts Fix issue 1795088 Improve audio routing code 2009-07-23 06:03:39 -07:00
ui fixed some issues with the software renderer when surfaces are made current. 2009-07-30 18:14:56 -07:00
utils am 9fc20b0e: Merge change 8126 into donut 2009-07-21 19:03:53 -07:00