summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/tgsi/exec/tgsi_dump.c
AgeCommit message (Expand)Author
2007-10-29Make gallium compile in win32.Michal Krol
2007-10-26Fix up handling of immediate values for TGSI shaders.Brian
2007-10-26Initial support for immediate values in TGSI programs.Brian
2007-10-24print CAL labelBrian
2007-10-18Corrected the file permissions in src/mesa/pipe.Oliver McFadden
2007-10-15fix logic for printing extended swizzlesBrian
2007-10-12added code to print extended swizzlesBrian
2007-10-09New ATTRIB interpolation type for vertex program inputs/declarations.Brian
2007-10-02Separate TGSI_OPCODE_KIL and TGSI_OPCODE_KILP (predicated).Brian
2007-10-02Added TGSI_OPCODE_ENDBrian
2007-10-02checkpoint: unpack all instructions before interpretation. Actual looping wo...Brian
2007-09-21added PSIZEBrian
2007-09-21remove SEMANTIC_TEXCOORDBrian
2007-09-20Clean-up the TGSI_SEMANTIC tokens, introduce semantic indexes.Brian
2007-09-19Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.Brian
2007-08-29Break GL dependencies.michal
2007-08-24Rename tgsi "core" directoryKeith Whitwell