Added ctx->Texture._EnabledCoordUnits bitfield.
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 8 Apr 2003 02:27:16 +0000 (02:27 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 8 Apr 2003 02:27:16 +0000 (02:27 +0000)
commit36a0a3252e1e20df69b53f70ba93bc74c4a4bf0e
tree6c680de320af7a288fe70e5a95696bcf0f5faa56
parent0cebd5822a39ad3b3d7621f8e59efab329bfb5b9
Added ctx->Texture._EnabledCoordUnits bitfield.
Fixed some vertex array / vertex program glitches with glDrawElements.
Fixed some fragment program runtime bugs.
Non-trivial Cg programs are running now.
24 files changed:
src/mesa/array_cache/ac_import.c
src/mesa/main/mtypes.h
src/mesa/main/nvfragparse.c
src/mesa/main/nvprogram.c
src/mesa/main/state.c
src/mesa/swrast/s_aaline.c
src/mesa/swrast/s_aatriangle.c
src/mesa/swrast/s_bitmap.c
src/mesa/swrast/s_context.c
src/mesa/swrast/s_copypix.c
src/mesa/swrast/s_drawpix.c
src/mesa/swrast/s_lines.c
src/mesa/swrast/s_nvfragprog.c
src/mesa/swrast/s_points.c
src/mesa/swrast/s_span.c
src/mesa/swrast/s_triangle.c
src/mesa/swrast/s_tritemp.h
src/mesa/swrast_setup/ss_vb.c
src/mesa/tnl/t_array_import.c
src/mesa/tnl/t_context.c
src/mesa/tnl/t_imm_elt.c
src/mesa/tnl/t_imm_exec.c
src/mesa/tnl/t_imm_fixup.c
src/mesa/tnl/t_vb_render.c