]> git.cworth.org Git - fips/history - eglwrap.c
Add explicit link to libpthread, to work around debugging issues
[fips] / eglwrap.c
2013-11-04 Carl WorthRemove the context_get_current function
2013-10-28 Carl WorthAdd a new context.c file with context_enter and context...
2013-10-28 Carl Worthdispatch: Fix dispatcher to perform lookup for the...
2013-10-24 Carl WorthCleanup outstanding counters at context change.
2013-10-22 Carl WorthAdd collection of (AMD_performance_monitor) performance...
2013-10-16 Carl WorthAggregate non-shader GPU operations into their own...
2013-10-15 Carl WorthRework timer queries to run continuously.
2013-07-03 Carl Wortheglwrap: Fix some typos in a comment
2013-06-24 Carl Wortheglwrap: Add comment describing why we don't lookup...
2013-06-24 Carl WorthEGL: Add wrapper for eglGetProcAddress
2013-06-24 Carl WorthAdd dynamic dispatch for any calls to OpenGL functions.
2013-06-12 Carl Wortheglwrap: Add EGLWRAP_DEFER and EGLWRAP_DEFER_WITH_RETUR...
2013-05-30 Carl WorthAdd some *wrap_ prefixes to real_foo symbols.
2013-05-06 Carl WorthAdd support for OpenGL ES by conditionally compiling...