xserver/hw/xquartz/GL
Adam Jackson b0c665ac0f 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>
2011-03-28 12:46:38 -04:00
..
Makefile.am XQuartz GL: Add $(GL_CFLAGS) to CFLAGS 2010-12-08 22:58:12 -08:00
capabilities.c darwin: Generate crash reports on FatalError() 2010-03-29 09:37:17 -07:00
capabilities.h XQuartz: GL: Add capability detection for depth buffers, and multisampling. 2008-11-05 19:23:48 -08:00
glcontextmodes.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
glcontextmodes.h XQuartz: Actually add glcontextmodes.[hc] 2008-11-14 15:13:59 -08:00
indirect.c glx: Remove noop dispatch table 2011-03-28 12:46:38 -04:00
visualConfigs.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
visualConfigs.h XQuartz: Overhaul setting up visuals 2009-07-26 02:35:49 -07:00