From: Keith Whitwell Date: Sun, 29 Aug 1999 14:06:02 +0000 (+0000) Subject: more fixes on the fast path X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=50149b085e3695e1945922d9971f80ce35932690;p=mesa.git more fixes on the fast path --- diff --git a/src/mesa/drivers/glide/fxdrv.h b/src/mesa/drivers/glide/fxdrv.h index 435d4ce7414..a533cfd0307 100644 --- a/src/mesa/drivers/glide/fxdrv.h +++ b/src/mesa/drivers/glide/fxdrv.h @@ -503,7 +503,7 @@ extern void fxDDDepthFunc(GLcontext *, GLenum); extern void fxDDRegisterVB( struct vertex_buffer *VB ); extern void fxDDUnregisterVB( struct vertex_buffer *VB ); -extern void fxDDResizeVB( struct tfxMesaVertexBuffer *fvb, GLuint size ); +extern void fxDDResizeVB( struct vertex_buffer *VB, GLuint size ); extern void fxDDCheckMergeAndRender( GLcontext *ctx, struct gl_pipeline_stage *d );