Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-27 | tgsi: Include missing header in tgsi_info.h. | Vinson Lee | |
Include p_compiler.h for uint symbol. | |||
2010-05-06 | tgsi: added tgsi_get_processor_name() | Brian Paul | |
2009-09-03 | aux/tgsi: pull back ureg work from 0.1 branch | Keith Whitwell | |
Manual merge of ureg changes on the branch. Too much unrelated stuff for a proper merge. | |||
2009-08-03 | tgsi: added tgsi_get_opcode_name() | Brian Paul | |
2009-07-22 | gallium: remove multiple aliases for TGSI opcodes | Keith Whitwell | |
This is a source of ongoing confusion. TGSI has multiple names for opcodes where the same semantics originate in multiple shader APIs. For instance, TGSI includes both Mesa/GLSL and DX/SM30 names for opcodes with the same semantics, but aliases those names to the same underlying opcode number. This makes it very difficult to visually inspect two sets of opcodes (eg in state tracker & driver) and check if they implement the same functionality. This patch arbitarily rips out the versions of the opcodes not currently favoured by the mesa state tracker and leaves us with a single name for each distinct operation. | |||
2009-04-01 | tgsi: Provide alternate instruction mnemonics in tgsi info. | Michal Krol | |
2008-08-13 | tgsi: Opcode information. | Michal Krol | |