]> git.cworth.org Git - fips/commitdiff
glxwrap: Initialize fips_dispatch when glxMakeContextCurrent is called
authorCarl Worth <cworth@cworth.org>
Tue, 27 Aug 2013 20:14:53 +0000 (13:14 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 27 Aug 2013 20:14:53 +0000 (13:14 -0700)
Previously, we only intitialized fips_dispatch if glxMakeCurrent was
called.  This caused fips to fail for programs that called
glxMakeContextCurrent instead. Both functions are now handled
indentically, (giving fips a clear indication that GLX is being used,
not EGL).

This fixes the failure of fips with Lightsmark 2008.


No differences found