Some groundwork for GL_ARB_vertex/fragment_program.
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 11 Apr 2003 01:20:06 +0000 (01:20 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 11 Apr 2003 01:20:06 +0000 (01:20 +0000)
commitd0492cf1377897c8113a109aa936ee7a7084b9c8
tree93fbb24cd921ec0e04365190d44d3d079e02aef3
parent6cfaff16334981a247694b2ca30fffc398a330d0
Some groundwork for GL_ARB_vertex/fragment_program.
src/mesa/main/arbprogram.c [new file with mode: 0644]
src/mesa/main/arbprogram.h [new file with mode: 0644]
src/mesa/main/config.h
src/mesa/main/context.c
src/mesa/main/extensions.c
src/mesa/main/mtypes.h
src/mesa/main/nvfragparse.c
src/mesa/main/nvprogram.c
src/mesa/main/nvvertparse.c
src/mesa/swrast/s_nvfragprog.c