summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/tgsi
Commit message (Expand)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
* Trigger tgsi compilation for fragment programs.Keith Whitwell2007-07-192-0/+6
* Fix function names.michal2007-07-061-2/+2
* Indent.michal2007-07-061-148/+171
* Softpipe: import TGSI tree. Not hooked-up yet.michal2007-07-0519-0/+7200