Jon TURNEY c745db1674 GLX: Avoid a crash when we have an uninitialized GL context
If the GL dispatch table pointer points to glapi_noop_table,
(due to some kind of GL initialization failure), DoGetString(GL_VERSION)
(for example as invoked by glxinfo) will crash as it tries to
do atof() on the null pointer returned by the noop dispatch function

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
2009-01-15 14:23:48 +00:00
2009-01-11 08:54:10 +01:00
2008-10-07 20:40:15 -04:00
2009-01-11 08:54:13 +01:00
2009-01-15 16:11:02 +10:00
2009-01-13 00:12:56 +01:00
2008-09-23 09:21:37 -07:00
Description
No description provided
89 MiB
Languages
C 95.4%
Roff 1.1%
Objective-C 0.9%
M4 0.6%
Meson 0.6%
Other 1.3%