replicant-frameworks_native/opengl
Jack Palevich 81cd084485 Implement eglInitialize / eglTerminate reference counting
Previously we imlpemented the standard semantics for
eglInitialize / eglTerminate, which are that
eglInitialize may be called any number of times,
but the first call to eglTerminate will terminate
the display.

Now we follow reference-countins semantics, which
means that eglTerminate will only terminate the
display when the reference count returns to zero.

This change allows EGL to be used by multiple
independently written modules in the same process.

(Otherwise there is no way for the independent
modules to coordinate their use of the display.)
2010-03-15 21:21:51 -07:00
..
include A library for encoding and decoding ETC1 textures. 2009-12-31 13:31:04 +08:00
libagl Fix glCopyTexSubImage2D inverted texture bug. 2010-03-12 17:32:26 -08:00
libs Implement eglInitialize / eglTerminate reference counting 2010-03-15 21:21:51 -07:00
tests Add correct copyright headers to multiple files 2010-03-11 18:22:10 -08:00
tools/glgen Add correct copyright headers to multiple files 2010-03-11 18:22:10 -08:00