more fixes on the fast path

This commit is contained in:
Keith Whitwell 1999-08-29 14:06:02 +00:00
parent 3875679607
commit 50149b085e
1 changed files with 1 additions and 1 deletions

View File

@ -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 );