]> git.cworth.org Git - fips/history - glwrap.c
Allow fips to compile with OpenGL without GLfixed
[fips] / glwrap.c
2013-11-08 Carl WorthAllow fips to compile with OpenGL without GLfixed
2013-11-04 Carl WorthRemove the context_get_current function
2013-10-23 Carl WorthTrack glext.h ABI changes
2013-10-22 Carl WorthRespect GLAZE_LIBGL environment variable (if FIPS_LIBGL...
2013-10-22 Carl WorthEnsure that the name "fips" appears in all error messages.
2013-10-16 Carl WorthRestore metrics op after temporarily changing for non...
2013-10-16 Carl WorthAggregate non-shader GPU operations into their own...
2013-10-15 Carl WorthRework timer queries to run continuously.
2013-10-15 Carl WorthSimplify metrics interface by dropping metrics_counter_new
2013-10-07 Carl WorthAllow user to specify FIPS_LIBGL as path to "real"...
2013-07-03 Carl Worthglwrap: Don't hardcode "libGL.so.1" for looking up...
2013-06-24 Carl WorthPush glBeginQuery/glEndQuery down into metrics.c
2013-06-24 Carl Worthfips-dispatch: Completely separate fips-dispatch GL...
2013-06-24 Carl WorthAdd dynamic dispatch for any calls to OpenGL functions.
2013-05-30 Carl WorthAdd two missing GL draw wrappers
2013-05-30 Carl WorthAvoid inserting timer queries while constructing a...
2013-05-30 Carl WorthAvoid trying to start a timer query within glBegin...
2013-05-06 Carl WorthMove metrics-tracking code from glwrap.c to new metrics.c
2013-05-02 Carl WorthReduce code duplication with with new 'glwrap_lookup...
2013-04-29 Carl WorthFix glwrap.c to workaround 'const' changes in OpenGL...
2013-04-25 Carl WorthWrap all OpenGL drawing calls, measure GPU time of...