summaryrefslogtreecommitdiff
path: root/src/mesa/shader/nvfragparse.h
AgeCommit message (Collapse)AuthorFilesLines
2009-04-14mesa: remove NV vertex/fragment program print/debug codeBrian Paul1-4/+0
The code in prog_print.c can be used instead.
2009-02-28mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul1-5/+0
s/FRAG_RESULT_DEPR/FRAG_RESULT_DEPTH/ s/FRAG_RESULT_COLR/FRAG_RESULT/COLOR/ Remove FRAG_RESULT_COLH (NV half-precision) output since we never used it. Next, we might merge the COLOR and DATA outputs (COLOR0, COLOR1, etc).
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul1-2/+2
"gl_" to match other structs.
2004-03-29Moved from src/mesa/mainMichal Krol1-0/+52