projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
958103c
)
Add missing sisInitDriverFuncs call. Fixes segfault.
author
Eric Anholt
<anholt@FreeBSD.org>
Mon, 24 May 2004 20:09:59 +0000
(20:09 +0000)
committer
Eric Anholt
<anholt@FreeBSD.org>
Mon, 24 May 2004 20:09:59 +0000
(20:09 +0000)
src/mesa/drivers/dri/sis/sis_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/sis/sis_context.c
b/src/mesa/drivers/dri/sis/sis_context.c
index e580a405f04eee36203df3fc13273372f6d83b3e..cdf9257b5e362486b61f5333368d8ccdb7c5b30e 100644
(file)
--- a/
src/mesa/drivers/dri/sis/sis_context.c
+++ b/
src/mesa/drivers/dri/sis/sis_context.c
@@
-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 */