index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
tgsi
/
tgsi_sanity.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/aux/tgsi_sanity.c: Fix -Wsign-compare warnings
Gert Wollny
2018-06-20
1
-2
/
+2
*
gallium: use tgsi_get_opcode_name instead of tgsi_opcode_info::mnemonic
Nicolai Hähnle
2017-08-23
1
-2
/
+4
*
gallium: remove support for predicates from TGSI (v2)
Marek Olšák
2017-04-01
1
-1
/
+0
*
tgsi: fix memory leak in tgsi sanity check
Dave Airlie
2017-02-14
1
-3
/
+5
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-8
/
+8
*
gallium/auxiliary: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-1
/
+1
*
gallium: rename TGSI tessellation processor types to match pipe shader names
Marek Olšák
2015-05-26
1
-6
/
+6
*
tgsi/sanity: set implicit in/out array sizes based on patch sizes
Ilia Mirkin
2015-05-16
1
-4
/
+32
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY
Christian König
2013-03-19
1
-2
/
+0
*
gallium: implement modern sampling scheme
Zack Rusin
2011-01-24
1
-1
/
+2
*
gallium: Make printing info on debug builds default off
Jakob Bornecrantz
2010-08-15
1
-1
/
+1
*
gallium: remove stray semicolons
Brian Paul
2010-08-06
1
-1
/
+1
*
tgsi: Fix typo, so we follow what is in the comments
Jakob Bornecrantz
2010-08-05
1
-1
/
+1
*
tgsi: Add option to stop the sanity checker from printing
Jakob Bornecrantz
2010-08-05
1
-0
/
+13
*
gallium: add a temporary array register file
Zack Rusin
2010-06-18
1
-4
/
+14
*
gallium: add a new register file - immediate array
Zack Rusin
2010-06-18
1
-1
/
+2
*
tgsi: support 2d indirect addressing
Zack Rusin
2010-06-11
1
-1
/
+0
*
gallium: Remove loop register file.
José Fonseca
2010-05-03
1
-2
/
+2
*
tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
José Fonseca
2010-04-27
1
-19
/
+0
*
tgsi: Report an error when a destination has an empty writemask.
José Fonseca
2010-02-22
1
-0
/
+3
*
tgsi: Handle 2-D declarations.
Michal Krol
2010-01-28
1
-1
/
+5
*
tgsi: Fix behaviour of dimension index.
Michal Krol
2010-01-18
1
-1
/
+1
*
tgsi: Allow TEMPORARY registers as indirect address into source operands.
Michal Krol
2010-01-18
1
-4
/
+0
*
tgsi: Fix sanity checks for indirect registers.
Michal Krol
2010-01-15
1
-3
/
+3
*
tgsi: add assertion to verify legal register file
Brian Paul
2010-01-07
1
-0
/
+1
*
tgsi: fix incorrectly placed braces, add more braces to be clear
Brian Paul
2010-01-07
1
-2
/
+4
*
tgsi: move register checking code before check_register_usage()
Brian Paul
2010-01-07
1
-4
/
+4
*
tgsi: Use FREE() to release MALLOC-ed() memories in sanity.
Michal Krol
2010-01-05
1
-4
/
+4
*
tgsi: Fix bogus loop condition in sanity.
Michal Krol
2010-01-05
1
-2
/
+2
*
tgsi: Support signed/unsigned integer immediate types.
Michal Krol
2010-01-05
1
-1
/
+3
*
util: put vertices_per_primitive function in its proper location
Zack Rusin
2009-12-25
1
-3
/
+2
*
tgsi: add missing support for two dimensional arrays in various places
Zack Rusin
2009-12-25
1
-65
/
+219
*
tgsi: add properties and system value register
Zack Rusin
2009-12-14
1
-0
/
+12
*
Merge commit 'origin/tgsi-simplify-ext'
Keith Whitwell
2009-12-01
1
-13
/
+13
|
\
|
*
tgsi: rename fields of tgsi_full_src_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-8
/
+8
|
*
tgsi: rename fields of tgsi_full_dst_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-4
/
+4
|
*
tgsi: rename fields of tgsi_full_declaration to reduce verbosity
Keith Whitwell
2009-11-24
1
-1
/
+1
|
*
tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity
Keith Whitwell
2009-11-24
1
-12
/
+12
*
|
tgsi/sanity: Up MAX_REGISTERS to 1024.
Michal Krol
2009-12-01
1
-1
/
+1
|
/
*
tgsi: Update for gallium interface changes.
Michal Krol
2009-11-02
1
-1
/
+2
*
tgsi: add const qualifier
Keith Whitwell
2009-09-12
1
-1
/
+1
*
aux/tgsi: pull back ureg work from 0.1 branch
Keith Whitwell
2009-09-03
1
-2
/
+2
*
Rename TGSI LOOP instruction to better match theri usage.
Michal Krol
2009-07-31
1
-3
/
+3
*
tgsi: Add proper constraints to sanity.
Michal Krol
2009-07-30
1
-2
/
+22
*
tgsi: Declare a LOOP register.
Michal Krol
2009-07-30
1
-2
/
+3
*
tgsi: More descriptive sanity diagnostic messages.
Michal Krol
2009-02-28
1
-15
/
+15
*
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
1
-1
/
+1
*
gallium: don't range check tgsi register index for indirect accesses
Brian
2008-11-05
1
-5
/
+9
[next]