diff options
author | Keith Whitwell <[email protected]> | 2001-06-04 16:09:28 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2001-06-04 16:09:28 +0000 |
commit | 51b36396ae45f9ee9cec8d612787d038641dc6c8 (patch) | |
tree | f172ccf9a8536dfa168eb5c74b0f6f4ab9c946f5 /src/mesa/tnl/t_imm_fixup.h | |
parent | abd5134965665ad9f7154a08b13edfed15f00135 (diff) |
Adaptor code that lets tnl convert compiled (display list) cassettes back
to glVertex() type calls. Allows driver-supplied tnl modules to avoid
fallback on glCallList inside begin/end pairs.
Still a little buggy...
Diffstat (limited to 'src/mesa/tnl/t_imm_fixup.h')
-rw-r--r-- | src/mesa/tnl/t_imm_fixup.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mesa/tnl/t_imm_fixup.h b/src/mesa/tnl/t_imm_fixup.h index 5ca68b297a0..806933aa68a 100644 --- a/src/mesa/tnl/t_imm_fixup.h +++ b/src/mesa/tnl/t_imm_fixup.h @@ -1,4 +1,4 @@ -/* $Id: t_imm_fixup.h,v 1.5 2001/04/30 21:08:52 keithw Exp $ */ +/* $Id: t_imm_fixup.h,v 1.6 2001/06/04 16:09:28 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -51,9 +51,6 @@ extern void _tnl_fixup_input( GLcontext *ctx, struct immediate *IM ); extern void _tnl_fixup_compiled_cassette( GLcontext *ctx, struct immediate *IM ); -extern void _tnl_restore_compiled_cassette( GLcontext *ctx, - struct immediate *IM ); - extern void _tnl_copy_immediate_vertices( GLcontext *ctx, struct immediate *IM ); |