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