]> git.cworth.org Git - fips/history - glwrap.c
glxwrap: Initialize fips_dispatch when glxMakeContextCurrent is called
[fips] / glwrap.c
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...