New, unified interpretor/executor for vertex and fragment programs.
authorBrian <brian@yutani.localnet.net>
Thu, 22 Feb 2007 23:09:40 +0000 (16:09 -0700)
committerBrian <brian@yutani.localnet.net>
Thu, 22 Feb 2007 23:09:40 +0000 (16:09 -0700)
commit13e3b21b16b14112b416f3ee5742fc7bd1b2d823
treef90b1ced373b715ec3c641db841d9b24e4af81b5
parent7aaefcbe487aedf53a46a66d2bac8b265b0176bf
New, unified interpretor/executor for vertex and fragment programs.

This replaces the code formerly in nvvertexec.c and s_fragprog.c.
Currently, DDX, DDY don't work.
src/mesa/shader/prog_execute.c [new file with mode: 0644]
src/mesa/shader/prog_execute.h [new file with mode: 0644]