_glapi_get_proc_address() now always returns a valid dispatch stub function
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 2 Oct 2002 01:51:44 +0000 (01:51 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 2 Oct 2002 01:51:44 +0000 (01:51 +0000)
commit54f3aab0c7fb30dccb41c8c79ba9dc190dbb029e
tree6824e689e1f607b2a1a8467af152f452201e9a93
parenta329d689038ce1873dea7f447b42981b96eb99bf
_glapi_get_proc_address() now always returns a valid dispatch stub function
(provided we're on x86 or SPARC).  Later, _glapi_add_entrypoint() will fix-up
the dispatch offset (which was -1).  This will allow DRI libGL to avoid
probing for drivers.
src/mesa/glapi/glapi.c