Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-14 | mesa: remove NV vertex/fragment program print/debug code | Brian Paul | |
The code in prog_print.c can be used instead. | |||
2009-02-28 | mesa: rename, reorder FRAG_RESULT_x tokens | Brian Paul | |
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-20 | Some structure renaming. Prefix vertex/fragment-related structs with | Brian Paul | |
"gl_" to match other structs. | |||
2004-03-29 | Moved from src/mesa/main | Michal Krol | |