summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_parse.h
Commit message (Expand)AuthorAgeFilesLines
* tgsi: add properties and system value registerZack Rusin2009-12-141-0/+7
* tgsi: Remove tgsi_version token.Michal Krol2009-11-271-6/+0
* tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-4/+4
* tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-2/+2
* tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-1/+1
* tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-5/+5
* tgsi: remove unnecessary full_token init and free functionsKeith Whitwell2009-11-241-8/+0
* tgsi: remove unused Flags member from full_instructionKeith Whitwell2009-11-241-1/+0
* gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-241-4/+2
* tgsi: Account for gallium shader token representation changes.Michal Krol2009-11-241-1/+1
* tgsi: Update for gallium interface changes.Michal Krol2009-11-021-2/+1
* gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell2009-10-231-1/+0
* tgsi: added tgsi_full_instruction::Flags fieldBrian Paul2009-08-201-0/+1
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-5/+1
* tgis: implement indirect addressing for destination registersBrian Paul2009-07-101-0/+1
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-0/+151