Add missing sisInitDriverFuncs call. Fixes segfault.

This commit is contained in:
Eric Anholt 2004-05-24 20:09:59 +00:00
parent 958103c77c
commit 8c805fed0f
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ sisCreateContext( const __GLcontextModes *glVisual,
* (the texture functions are especially important)
*/
_mesa_init_driver_functions(&functions);
sisInitDriverFuncs(&functions);
sisInitTextureFuncs(&functions);
/* Allocate the Mesa context */