diff options
author | Daniel Borca <[email protected]> | 2004-04-13 07:08:34 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-04-13 07:08:34 +0000 |
commit | fb7766853d7fe77b1416afb32f32fb6dc2c442d1 (patch) | |
tree | f9d28ed37fc05dc2287370d72e6c17e194a77837 /src/mesa/tnl/t_vtx_api.h | |
parent | 4ba589bbf076f49bd899c7bca90fb186434f23da (diff) |
updated Glide driver documentation
fixed SAL/SAR in assyntax.h (NASM)
fixed a bug wrt NULL pointer assignment in t_vtx_api.c
cosmetics to t_vtx_x86.c & t_vtx_x86_gcc.S
enabled STDCALL with codegen (MinGW)
Diffstat (limited to 'src/mesa/tnl/t_vtx_api.h')
-rw-r--r-- | src/mesa/tnl/t_vtx_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vtx_api.h b/src/mesa/tnl/t_vtx_api.h index f58461332ec..97d5cf55638 100644 --- a/src/mesa/tnl/t_vtx_api.h +++ b/src/mesa/tnl/t_vtx_api.h @@ -49,7 +49,7 @@ extern void _tnl_vtx_destroy( GLcontext *ctx ); extern void _tnl_FlushVertices( GLcontext *ctx, GLuint flags ); extern void _tnl_flush_vtx( GLcontext *ctx ); -extern void _tnl_wrap_filled_vertex( GLcontext *ctx ); +extern void GLAPIENTRY _tnl_wrap_filled_vertex( GLcontext *ctx ); /* t_vtx_exec.c: */ |