Adaptor code that lets tnl convert compiled (display list) cassettes back
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 4 Jun 2001 16:09:28 +0000 (16:09 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 4 Jun 2001 16:09:28 +0000 (16:09 +0000)
commit51b36396ae45f9ee9cec8d612787d038641dc6c8
treef172ccf9a8536dfa168eb5c74b0f6f4ab9c946f5
parentabd5134965665ad9f7154a08b13edfed15f00135
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...
src/mesa/tnl/t_context.c
src/mesa/tnl/t_context.h
src/mesa/tnl/t_imm_api.c
src/mesa/tnl/t_imm_dlist.c
src/mesa/tnl/t_imm_fixup.c
src/mesa/tnl/t_imm_fixup.h
src/mesa/tnl/tnl.h