commit | 54f3aab0c7fb30dccb41c8c79ba9dc190dbb029e | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Wed Oct 02 01:51:44 2002 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Wed Oct 02 01:51:44 2002 +0000 |
tree | 6824e689e1f607b2a1a8467af152f452201e9a93 | |
parent | a329d689038ce1873dea7f447b42981b96eb99bf [diff] |
_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.