]> git.cworth.org Git - fips/history - glxwrap.c
Add explicit link to libpthread, to work around debugging issues
[fips] / glxwrap.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-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-08-27 Carl Worthglxwrap: Initialize fips_dispatch when glxMakeContextCu...
2013-08-05 Carl Worthdlwrap: Add new dlwrap_dlopen_libfips function
2013-06-27 Carl Worthglxwraps: Fix fips for programs that call glXGetProcAddress
2013-06-24 Carl WorthAdd dynamic dispatch for any calls to OpenGL functions.
2013-06-10 Carl WorthAdd a new GLWRAP_DEFER_WITH_RETURN macro.
2013-06-10 Carl WorthRemove typedef for fips_glXGetProcAddressARB_t
2013-05-30 Carl WorthAdd some *wrap_ prefixes to real_foo symbols.
2013-05-06 Carl WorthAdd support for OpenGL ES by conditionally compiling...
2013-05-02 Carl WorthReduce code duplication with with new 'glwrap_lookup...
2013-04-25 Carl WorthWrap all OpenGL drawing calls, measure GPU time of...
2013-04-25 Carl WorthGeneralize glXGetProcAddressARB wrapper to work for...
2013-04-24 Carl WorthMove include of dlfcn.h to dlwrap.h
2013-04-24 Carl WorthAdd a simple fips.h file.
2013-04-24 Carl WorthAdd wrappers for dlopen, dlsym, and glXGetProcAddressARB
2013-04-23 Carl WorthStart wrapping OpenGL, and print periodic FPS value...