summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/arbfragparse.c
Commit message (Collapse)AuthorAgeFilesLines
* Improve the quality of the disassembly output for fragment programs.Keith Whitwell2005-05-041-129/+125
|
* Reduce the size of mesa's internal fragment and vertex programKeith Whitwell2005-04-211-21/+24
| | | | | representations by switching to packed structures for registers and instructions.
* remove redundant check of parsed program targetMichal Krol2004-10-211-15/+1
|
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵Brian Paul2004-08-251-0/+1
| | | | 1015696)
* Reorder some code so we don't upset program state when there's a parsing error.Brian Paul2004-03-301-9/+10
| | | | Be sure to assign program.Base.String pointer.
* Accomodate ARB_fp XPD opcode separately from NV_fp's X2D.Keith Whitwell2004-03-291-1/+1
|
* Initial changes after moving from src/mesa/main/.Michal Krol2004-03-041-0/+242
Needs testing - it havent been even compiled yet.