summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_sanity.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-011-13/+13
|\
| * tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-8/+8
| * tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-4/+4
| * 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-12/+12
* | tgsi/sanity: Up MAX_REGISTERS to 1024.Michal Krol2009-12-011-1/+1
|/
* tgsi: Update for gallium interface changes.Michal Krol2009-11-021-1/+2
* tgsi: add const qualifierKeith Whitwell2009-09-121-1/+1
* aux/tgsi: pull back ureg work from 0.1 branchKeith Whitwell2009-09-031-2/+2
* Rename TGSI LOOP instruction to better match theri usage.Michal Krol2009-07-311-3/+3
* tgsi: Add proper constraints to sanity.Michal Krol2009-07-301-2/+22
* tgsi: Declare a LOOP register.Michal Krol2009-07-301-2/+3
* tgsi: More descriptive sanity diagnostic messages.Michal Krol2009-02-281-15/+15
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* gallium: don't range check tgsi register index for indirect accessesBrian2008-11-051-5/+9
* gallium: fix tgsi sanity checker with respect to END.Brian Paul2008-09-171-9/+7
* tgsi: Make tgsi_sanity.c compile with makeJakob Bornecrantz2008-09-161-0/+6
* tgsi: Fix newline pos.José Fonseca2008-09-101-1/+1
* tgsi: Validate instruction opcode and operand counts.Michal Krol2008-08-131-0/+15
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-0/+341