Add missing sisInitDriverFuncs call. Fixes segfault.
authorEric Anholt <anholt@FreeBSD.org>
Mon, 24 May 2004 20:09:59 +0000 (20:09 +0000)
committerEric Anholt <anholt@FreeBSD.org>
Mon, 24 May 2004 20:09:59 +0000 (20:09 +0000)
src/mesa/drivers/dri/sis/sis_context.c

index e580a405f04eee36203df3fc13273372f6d83b3e..cdf9257b5e362486b61f5333368d8ccdb7c5b30e 100644 (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 */