index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
tgsi
/
tgsi_sanity.c
Age
Commit message (
Expand
)
Author
2010-05-03
gallium: Remove loop register file.
José Fonseca
2010-04-27
tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
José Fonseca
2010-02-22
tgsi: Report an error when a destination has an empty writemask.
José Fonseca
2010-01-28
tgsi: Handle 2-D declarations.
Michal Krol
2010-01-18
tgsi: Fix behaviour of dimension index.
Michal Krol
2010-01-18
tgsi: Allow TEMPORARY registers as indirect address into source operands.
Michal Krol
2010-01-15
tgsi: Fix sanity checks for indirect registers.
Michal Krol
2010-01-07
tgsi: add assertion to verify legal register file
Brian Paul
2010-01-07
tgsi: fix incorrectly placed braces, add more braces to be clear
Brian Paul
2010-01-07
tgsi: move register checking code before check_register_usage()
Brian Paul
2010-01-05
tgsi: Use FREE() to release MALLOC-ed() memories in sanity.
Michal Krol
2010-01-05
tgsi: Fix bogus loop condition in sanity.
Michal Krol
2010-01-05
tgsi: Support signed/unsigned integer immediate types.
Michal Krol
2009-12-25
util: put vertices_per_primitive function in its proper location
Zack Rusin
2009-12-25
tgsi: add missing support for two dimensional arrays in various places
Zack Rusin
2009-12-14
tgsi: add properties and system value register
Zack Rusin
2009-12-01
Merge commit 'origin/tgsi-simplify-ext'
Keith Whitwell
2009-12-01
tgsi/sanity: Up MAX_REGISTERS to 1024.
Michal Krol
2009-11-24
tgsi: rename fields of tgsi_full_src_register to reduce verbosity
Keith Whitwell
2009-11-24
tgsi: rename fields of tgsi_full_dst_register to reduce verbosity
Keith Whitwell
2009-11-24
tgsi: rename fields of tgsi_full_declaration to reduce verbosity
Keith Whitwell
2009-11-24
tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity
Keith Whitwell
2009-11-02
tgsi: Update for gallium interface changes.
Michal Krol
2009-09-12
tgsi: add const qualifier
Keith Whitwell
2009-09-03
aux/tgsi: pull back ureg work from 0.1 branch
Keith Whitwell
2009-07-31
Rename TGSI LOOP instruction to better match theri usage.
Michal Krol
2009-07-30
tgsi: Add proper constraints to sanity.
Michal Krol
2009-07-30
tgsi: Declare a LOOP register.
Michal Krol
2009-02-28
tgsi: More descriptive sanity diagnostic messages.
Michal Krol
2009-02-18
util: Move p_debug.h into util module.
José Fonseca
2008-11-05
gallium: don't range check tgsi register index for indirect accesses
Brian
2008-09-17
gallium: fix tgsi sanity checker with respect to END.
Brian Paul
2008-09-16
tgsi: Make tgsi_sanity.c compile with make
Jakob Bornecrantz
2008-09-10
tgsi: Fix newline pos.
José Fonseca
2008-08-13
tgsi: Validate instruction opcode and operand counts.
Michal Krol
2008-07-28
Merge tgsi/exec and tgsi/util directories.
José Fonseca