summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_parse.c
AgeCommit message (Expand)Author
2011-01-24gallium: implement modern sampling schemeZack Rusin
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
2010-01-05tgsi: Support signed/unsigned integer immediate types.Michal Krol
2009-12-14tgsi: add properties and system value registerZack Rusin
2009-12-08tgsi: fix some off-by-one errors in shader length, instruction lengthBrian Paul
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: reduce repetition of structure name in its membersKeith Whitwell
2009-11-24tgsi: remove unnecessary full_token init and free functionsKeith 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-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell
2009-07-10tgis: implement indirect addressing for destination registersBrian Paul
2009-03-17tgsi: Restore statement ordering.José Fonseca
2009-03-17tgsi: Silence const pointer cast warnings.Michal Krol
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-02-10tgsi: Fix build -- rename Size to NrTokens.Michal Krol
2008-09-12gallium: use copy_token() function to avoid type punning/aliasing problemsBrian Paul
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca