summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_sanity.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-221-8/+8
* gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* gallium: rename TGSI tessellation processor types to match pipe shader namesMarek Olšák2015-05-261-6/+6
* tgsi/sanity: set implicit in/out array sizes based on patch sizesIlia Mirkin2015-05-161-4/+32
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAYChristian König2013-03-191-2/+0
* gallium: implement modern sampling schemeZack Rusin2011-01-241-1/+2
* gallium: Make printing info on debug builds default offJakob Bornecrantz2010-08-151-1/+1
* gallium: remove stray semicolonsBrian Paul2010-08-061-1/+1
* tgsi: Fix typo, so we follow what is in the commentsJakob Bornecrantz2010-08-051-1/+1
* tgsi: Add option to stop the sanity checker from printingJakob Bornecrantz2010-08-051-0/+13
* gallium: add a temporary array register fileZack Rusin2010-06-181-4/+14
* gallium: add a new register file - immediate arrayZack Rusin2010-06-181-1/+2
* tgsi: support 2d indirect addressingZack Rusin2010-06-111-1/+0
* gallium: Remove loop register file.José Fonseca2010-05-031-2/+2
* tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca2010-04-271-19/+0
* tgsi: Report an error when a destination has an empty writemask.José Fonseca2010-02-221-0/+3
* tgsi: Handle 2-D declarations.Michal Krol2010-01-281-1/+5
* tgsi: Fix behaviour of dimension index.Michal Krol2010-01-181-1/+1
* tgsi: Allow TEMPORARY registers as indirect address into source operands.Michal Krol2010-01-181-4/+0
* tgsi: Fix sanity checks for indirect registers.Michal Krol2010-01-151-3/+3
* tgsi: add assertion to verify legal register fileBrian Paul2010-01-071-0/+1
* tgsi: fix incorrectly placed braces, add more braces to be clearBrian Paul2010-01-071-2/+4
* tgsi: move register checking code before check_register_usage()Brian Paul2010-01-071-4/+4
* tgsi: Use FREE() to release MALLOC-ed() memories in sanity.Michal Krol2010-01-051-4/+4
* tgsi: Fix bogus loop condition in sanity.Michal Krol2010-01-051-2/+2
* tgsi: Support signed/unsigned integer immediate types.Michal Krol2010-01-051-1/+3
* util: put vertices_per_primitive function in its proper locationZack Rusin2009-12-251-3/+2
* tgsi: add missing support for two dimensional arrays in various placesZack Rusin2009-12-251-65/+219
* tgsi: add properties and system value registerZack Rusin2009-12-141-0/+12
* 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