summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_sanity.c
AgeCommit message (Expand)Author
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