xserver/hw
Adam Jackson 00d1569918 glx: Remove noop dispatch table
We can never hit this, because the indirect GLX dispatch code always
forces a current context and checks that it's non-NULL before calling
into the dispatch table.  If it's _not_ null, then _glapi_set_context
will call into the driver, which is responsible for calling
_glapi_set_dispatch to make sure the dispatch table is non-NULL.

Also remove _glapi_set_warning_func and friends, since we can no longer
call them even from dead code.

Reviewed-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
(cherry picked from commit b0c665ac0f)
2011-05-04 13:15:58 -04:00
..
dmx hw/dmx/doc: Update list of doxygen-generated files 2011-03-28 23:31:18 -07:00
kdrive man: refactor common code in the man pages makefiles 2011-01-18 15:11:10 -08:00
vfb man: refactor common code in the man pages makefiles 2011-01-18 15:11:10 -08:00
xfree86 man: list the drivers that are ignored when hotplugging (#35209) 2011-04-07 08:36:58 +10:00
xnest man: refactor common code in the man pages makefiles 2011-01-18 15:11:10 -08:00
xquartz glx: Remove noop dispatch table 2011-05-04 13:15:58 -04:00
xwin hw/xwin: Look for gl spec files in $(srcdir) or . 2011-02-25 20:27:03 -08:00
Makefile.am Catch errors in recursive relink targets 2010-03-22 00:45:57 -05:00