summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_parse.h
AgeCommit message (Expand)Author
2011-01-24gallium: implement modern sampling schemeZack Rusin
2010-12-11tgsi: fix rbug compile errorMarek Olšák
2010-08-27tgsi: Include missing header in tgsi_parse.h.Vinson Lee
2010-08-25tgsi: helper for dumping tokens as hexKeith Whitwell
2010-06-18gallium: add a temporary array register fileZack Rusin
2010-06-18gallium: add a new register file - immediate arrayZack Rusin
2010-02-02tgsi: added tgsi_alloc_tokens()Brian Paul
2010-01-28tgsi: Handle 2-D declarations.Michal Krol
2009-12-14tgsi: add properties and system value registerZack Rusin
2009-11-27tgsi: Remove tgsi_version token.Michal Krol
2009-11-24tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell
2009-11-24tgsi: remove unnecessary full_token init and free functionsKeith Whitwell
2009-11-24tgsi: remove unused Flags member from full_instructionKeith Whitwell
2009-11-24gallium: simplify tgsi tokens furtherKeith Whitwell
2009-11-24tgsi: Account for gallium shader token representation changes.Michal Krol
2009-11-02tgsi: Update for gallium interface changes.Michal Krol
2009-10-23gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell
2009-08-20tgsi: added tgsi_full_instruction::Flags fieldBrian Paul
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell
2009-07-10tgis: implement indirect addressing for destination registersBrian Paul
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca