OSDN Git Service

First batch of code for GL_NV_fragment_program.
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 14 Jan 2003 04:55:45 +0000 (04:55 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 14 Jan 2003 04:55:45 +0000 (04:55 +0000)
commit610d59981a9f43fefe29b34ef19c184d28e2bef5
tree6bac42c2fd25b19ed35260538c6d945de8d699d8
parentcf01d97dc3e23af067dd9633a2bfa61a6a794ce6
First batch of code for GL_NV_fragment_program.
Re-org of some GL_NV_vertex_program code.
Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS.
46 files changed:
src/mesa/Makefile.X11
src/mesa/array_cache/ac_context.c
src/mesa/array_cache/ac_context.h
src/mesa/array_cache/ac_import.c
src/mesa/main/Makefile.DJ
src/mesa/main/Makefile.OSMesa16
src/mesa/main/Makefile.X11
src/mesa/main/Makefile.win
src/mesa/main/api_arrayelt.c
src/mesa/main/api_noop.c
src/mesa/main/config.h
src/mesa/main/context.c
src/mesa/main/descrip.mms
src/mesa/main/dlist.c
src/mesa/main/enable.c
src/mesa/main/extensions.c
src/mesa/main/get.c
src/mesa/main/mtypes.h
src/mesa/main/nvfragparse.c [new file with mode: 0644]
src/mesa/main/nvfragparse.h [new file with mode: 0644]
src/mesa/main/nvfragprog.h [new file with mode: 0644]
src/mesa/main/nvprogram.c [new file with mode: 0644]
src/mesa/main/nvprogram.h [new file with mode: 0644]
src/mesa/main/nvvertexec.c [new file with mode: 0644]
src/mesa/main/nvvertexec.h [new file with mode: 0644]
src/mesa/main/nvvertparse.c [new file with mode: 0644]
src/mesa/main/nvvertparse.h [new file with mode: 0644]
src/mesa/main/nvvertprog.h [new file with mode: 0644]
src/mesa/main/state.c
src/mesa/main/texobj.c
src/mesa/swrast/s_aaline.c
src/mesa/swrast/s_aatritemp.h
src/mesa/swrast/s_context.c
src/mesa/swrast/s_context.h
src/mesa/swrast/s_pointtemp.h
src/mesa/swrast/s_span.c
src/mesa/swrast/s_tritemp.h
src/mesa/swrast/swrast.h
src/mesa/swrast_setup/ss_vbtmp.h
src/mesa/tnl/t_context.h
src/mesa/tnl/t_imm_api.c
src/mesa/tnl/t_imm_debug.c
src/mesa/tnl/t_imm_dlist.c
src/mesa/tnl/t_vb_program.c
src/mesa/tnl/t_vb_texgen.c
src/mesa/tnl/t_vb_texmat.c