summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/tgsi
AgeCommit message (Expand)Author
2007-08-10Add SGT/LT/GE/LE/EQ/NE opcodes for ps/vs_2_x.michal
2007-08-10Support predicates.michal
2007-08-09Update opcode list.michal
2007-08-09Further opcode list reorg.michal
2007-08-09Quieten TGSIKeith Whitwell
2007-08-09Declare missing opcode aliases. Declare SGN opcode.michal
2007-08-08initial lod/mipmap texture supportedBrian
2007-08-08Add D3D9 opcodes up to ps_2_x and vs_2_x.michal
2007-08-08very simple texture cache implementationBrian
2007-08-08rewrite texture sampling code (smaller, simpler)Brian
2007-08-07clean up tgsi_sampler-related bitsBrian
2007-08-07Naive implementation of IF/ELSE/ENDIF.michal
2007-08-07checkpoint new tgsi_sampler_state structBrian
2007-08-07Handle labels for IF/ELSE correctlymichal
2007-08-07Enable compact TGSI dump.michal
2007-08-07Dump tokens in more compact form.michal
2007-08-07Labels are always label targets.michal
2007-08-06Add GLSL opcodes.michal
2007-08-06Add GLSL ops.michal
2007-08-06Make SGE, SGT, SLE working.michal
2007-08-06Remove garbage text.michal
2007-08-06Reorder opcodes.michal
2007-08-06Translate the remaining ops.michal
2007-08-06Translate MESA GLSL opcodes to TGSI opcodes.michal
2007-08-06Add GLSL opcodes.michal
2007-07-25implement DDX, DDY instructionsBrian
2007-07-25patch things up enough to allow texture sampling to workBrian
2007-07-24use consistent indentationBrian
2007-07-24check return value of tgsi_parse_init()Brian
2007-07-24added PROGRAM_NAMED_PARAM in map_register_file()Brian
2007-07-24added PROGRAM_UNIFORM to map_register_file()Brian
2007-07-24commentsBrian
2007-07-24added missing OPCODE_ARL to TGSI_OPCODES[], added sanity check assertionBrian
2007-07-23Execute fs tokens.michal
2007-07-19Trigger tgsi compilation for fragment programs.Keith Whitwell
2007-07-06Fix function names.michal
2007-07-06Indent.michal
2007-07-05Softpipe: import TGSI tree. Not hooked-up yet.michal