diff options
author | Keith Whitwell <[email protected]> | 2001-09-18 22:05:36 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2001-09-18 22:05:36 +0000 |
commit | e9479f24ab12081e6ad48b70b80822ff97f5cd3d (patch) | |
tree | ef28ac20109178e11fe35d78c9a25751251b10b6 /src/mesa/drivers/glide/fxdrv.h | |
parent | 573dd2206b1f3653fd10796e1de13c058d878e32 (diff) |
Fix FX driver to the point where gears & morph3d work.
Textures are broken (eg. isosurf).
Diffstat (limited to 'src/mesa/drivers/glide/fxdrv.h')
-rw-r--r-- | src/mesa/drivers/glide/fxdrv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/glide/fxdrv.h b/src/mesa/drivers/glide/fxdrv.h index 6f33f13e31c..dd2f6584807 100644 --- a/src/mesa/drivers/glide/fxdrv.h +++ b/src/mesa/drivers/glide/fxdrv.h @@ -474,7 +474,7 @@ extern void fxChooseVertexState( GLcontext *ctx ); /* fxtrifuncs: */ -extern void fxDDTrifuncInit(void); +extern void fxDDInitTriFuncs(GLcontext *); extern void fxDDChooseRenderState(GLcontext * ctx); |