summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/prog_execute.c
Commit message (Expand)AuthorAgeFilesLines
* Outputs[] array wasn't large enough, define MAX_PROGRAM_OUTPUTS, new assertions.Brian2007-02-241-2/+3
* remove commentBrian2007-02-241-2/+0
* Fix assertion in get_register_pointer(), fix EXP case.Brian2007-02-241-14/+8
* added ARL, EXP, LOG, relative indexingBrian2007-02-231-4/+115
* reindentBrian2007-02-231-928/+924
* don't pass program ptr to fetch_vector[14]()Brian2007-02-231-84/+82
* New, unified interpretor/executor for vertex and fragment programs.Brian2007-02-221-0/+1585