replicant-frameworks_native/opengl
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
..
include this header file is not needed anymore 2009-07-14 14:50:44 -07:00
libagl fixed some issues with the software renderer when surfaces are made current. 2009-07-30 18:14:56 -07:00
libs GLESv2 couldn't be loaded due to wrong path specification 2009-07-29 11:10:29 -07:00
tests merge master in master_gl 2009-06-24 18:31:21 -07:00
tools/glgen Allow pre-Donut apps to use indirect Buffers in GL11 Pointer methods. 2009-06-15 21:03:24 -07:00