summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/tgsi
Commit message (Collapse)AuthorAgeFilesLines
* implement DDX, DDY instructionsBrian2007-07-252-2/+38
|
* patch things up enough to allow texture sampling to workBrian2007-07-251-0/+21
|
* use consistent indentationBrian2007-07-241-373/+361
|
* check return value of tgsi_parse_init()Brian2007-07-241-4/+21
|
* added PROGRAM_NAMED_PARAM in map_register_file()Brian2007-07-241-1/+1
|
* added PROGRAM_UNIFORM to map_register_file()Brian2007-07-241-0/+1
|
* commentsBrian2007-07-241-5/+22
|
* added missing OPCODE_ARL to TGSI_OPCODES[], added sanity check assertionBrian2007-07-241-2/+8
|
* Execute fs tokens.michal2007-07-231-4/+11
| | | | Fix align128 bug.
* Trigger tgsi compilation for fragment programs.Keith Whitwell2007-07-192-0/+6
| | | | Not sure the generated program looks correct though...
* Fix function names.michal2007-07-061-2/+2
|
* Indent.michal2007-07-061-148/+171
| | | | Fix function prototype.
* Softpipe: import TGSI tree. Not hooked-up yet.michal2007-07-0519-0/+7200