Mathias Agopian 5b5c914487 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
2009-07-26 23:39:41 -07:00
2009-07-28 12:03:46 -07:00
2009-07-15 18:08:10 -07:00
2009-07-30 08:35:03 -07:00
2009-07-28 17:42:53 -07:00
2009-07-26 22:54:35 -07:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%