summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_sanity.c
AgeCommit message (Expand)Author
2011-01-24gallium: implement modern sampling schemeZack Rusin
2010-08-15gallium: Make printing info on debug builds default offJakob Bornecrantz
2010-08-06gallium: remove stray semicolonsBrian Paul
2010-08-05tgsi: Fix typo, so we follow what is in the commentsJakob Bornecrantz
2010-08-05tgsi: Add option to stop the sanity checker from printingJakob Bornecrantz
2010-06-18gallium: add a temporary array register fileZack Rusin
2010-06-18gallium: add a new register file - immediate arrayZack Rusin
2010-06-11tgsi: support 2d indirect addressingZack Rusin
2010-05-03gallium: Remove loop register file.José Fonseca
2010-04-27tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca
2010-02-22tgsi: Report an error when a destination has an empty writemask.José Fonseca
2010-01-28tgsi: Handle 2-D declarations.Michal Krol
2010-01-18tgsi: Fix behaviour of dimension index.Michal Krol
2010-01-18tgsi: Allow TEMPORARY registers as indirect address into source operands.Michal Krol
2010-01-15tgsi: Fix sanity checks for indirect registers.Michal Krol
2010-01-07tgsi: add assertion to verify legal register fileBrian Paul
2010-01-07tgsi: fix incorrectly placed braces, add more braces to be clearBrian Paul
2010-01-07tgsi: move register checking code before check_register_usage()Brian Paul
2010-01-05tgsi: Use FREE() to release MALLOC-ed() memories in sanity.Michal Krol
2010-01-05tgsi: Fix bogus loop condition in sanity.Michal Krol
2010-01-05tgsi: Support signed/unsigned integer immediate types.Michal Krol
2009-12-25util: put vertices_per_primitive function in its proper locationZack Rusin
2009-12-25tgsi: add missing support for two dimensional arrays in various placesZack Rusin
2009-12-14tgsi: add properties and system value registerZack Rusin
2009-12-01Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell
2009-12-01tgsi/sanity: Up MAX_REGISTERS to 1024.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-02tgsi: Update for gallium interface changes.Michal Krol
2009-09-12tgsi: add const qualifierKeith Whitwell
2009-09-03aux/tgsi: pull back ureg work from 0.1 branchKeith Whitwell
2009-07-31Rename TGSI LOOP instruction to better match theri usage.Michal Krol
2009-07-30tgsi: Add proper constraints to sanity.Michal Krol
2009-07-30tgsi: Declare a LOOP register.Michal Krol
2009-02-28tgsi: More descriptive sanity diagnostic messages.Michal Krol
2009-02-18util: Move p_debug.h into util module.José Fonseca
2008-11-05gallium: don't range check tgsi register index for indirect accessesBrian
2008-09-17gallium: fix tgsi sanity checker with respect to END.Brian Paul
2008-09-16tgsi: Make tgsi_sanity.c compile with makeJakob Bornecrantz
2008-09-10tgsi: Fix newline pos.José Fonseca
2008-08-13tgsi: Validate instruction opcode and operand counts.Michal Krol
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca