aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/nvfragparse.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: remove NV vertex/fragment program print/debug codeBrian Paul2009-04-141-4/+0
| | | | The code in prog_print.c can be used instead.
* mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul2009-02-281-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).
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-201-2/+2
| | | | "gl_" to match other structs.
* Moved from src/mesa/mainMichal Krol2004-03-291-0/+52