summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/tgsi
Commit message (Expand)AuthorAgeFilesLines
* Update opcode list.michal2007-08-092-3/+54
* Further opcode list reorg.michal2007-08-091-20/+21
* Quieten TGSIKeith Whitwell2007-08-092-5/+12
* Declare missing opcode aliases. Declare SGN opcode.michal2007-08-091-3/+11
* initial lod/mipmap texture supportedBrian2007-08-081-1/+1
* Add D3D9 opcodes up to ps_2_x and vs_2_x.michal2007-08-081-1/+316
* very simple texture cache implementationBrian2007-08-081-0/+5
* rewrite texture sampling code (smaller, simpler)Brian2007-08-082-246/+127
* clean up tgsi_sampler-related bitsBrian2007-08-072-21/+10
* Naive implementation of IF/ELSE/ENDIF.michal2007-08-074-28/+175
* checkpoint new tgsi_sampler_state structBrian2007-08-072-164/+119
* Handle labels for IF/ELSE correctlymichal2007-08-072-4/+23
* Enable compact TGSI dump.michal2007-08-072-430/+794
* Dump tokens in more compact form.michal2007-08-072-13/+31
* Labels are always label targets.michal2007-08-076-13/+4
* Add GLSL opcodes.michal2007-08-061-1/+10
* Add GLSL ops.michal2007-08-061-0/+36
* Make SGE, SGT, SLE working.michal2007-08-061-12/+32
* Remove garbage text.michal2007-08-061-1/+1
* Reorder opcodes.michal2007-08-061-10/+10
* Translate the remaining ops.michal2007-08-061-30/+83
* Translate MESA GLSL opcodes to TGSI opcodes.michal2007-08-062-1/+28
* Add GLSL opcodes.michal2007-08-061-2/+57
* 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