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_info.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
gallium: Add support for 32x32 muls with 64 bit results
Zack Rusin
2013-10-09
1
-0
/
+6
*
tgsi: implement new float comparison instructions returning integer masks
Roland Scheidegger
2013-08-13
1
-4
/
+12
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
1
-2
/
+2
*
tgsi: fix operand type of TGSI_OPCODE_NOT
Chia-I Wu
2013-05-08
1
-0
/
+1
*
tgsi: refactor tgsi_opcode_infer_src_type()
Chia-I Wu
2013-05-08
1
-35
/
+9
*
tgsi: refactor tgsi_opcode_infer_dst_type()
Chia-I Wu
2013-05-08
1
-25
/
+35
*
tgsi: reorder opcodes in opcode type inference
Chia-I Wu
2013-05-08
1
-24
/
+24
*
tgsi: allow negation of all integer types
Zack Rusin
2013-05-02
1
-2
/
+1
*
gallivm/tgsi: fix up breakc
Roland Scheidegger
2013-04-20
1
-0
/
+3
*
gallium: Disambiguate TGSI_OPCODE_IF.
José Fonseca
2013-04-17
1
-1
/
+2
*
gallium: Eliminate TGSI_OPCODE_IFC.
José Fonseca
2013-04-17
1
-1
/
+1
*
gallivm/tgsi: handle untyped moves
Zack Rusin
2013-04-10
1
-0
/
+1
*
gallivm/tgsi: fix issues with sample opcodes
Roland Scheidegger
2013-02-16
1
-1
/
+1
*
gallivm/tgsi: fix src modifier fetching with non-float types.
Roland Scheidegger
2013-02-16
1
-2
/
+4
*
gallium: fix tgsi SAMPLE_L opcode to use separate source for explicit lod
Roland Scheidegger
2013-02-12
1
-1
/
+1
*
gallivm: fix up size queries for dx10 sviewinfo opcode
Roland Scheidegger
2013-02-08
1
-0
/
+4
*
tgsi: add support for new SQRT opcode
Brian Paul
2013-02-04
1
-1
/
+1
*
gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsets
Roland Scheidegger
2012-11-27
1
-0
/
+1
*
gallium: add defines/shader opcode for texture cube map array
Dave Airlie
2012-11-09
1
-1
/
+4
*
gallium: add TGSI support for multisample textures
Marek Olšák
2012-08-15
1
-1
/
+2
*
gallium/tgsi: Add support for atomic opcodes.
Francisco Jerez
2012-05-11
1
-1
/
+12
*
gallium/tgsi: Add support for barriers.
Francisco Jerez
2012-05-11
1
-0
/
+4
*
gallium/tgsi: Add resource write-back support.
Francisco Jerez
2012-05-11
1
-0
/
+1
*
gallium/tgsi: Split sampler views from shader resources.
Francisco Jerez
2012-05-11
1
-3
/
+4
*
gallivm: Fix TGSI_OPCODE_ARR's translation.
José Fonseca
2012-02-21
1
-0
/
+1
*
tgsi: add source/destination type from opcodes. (v2)
Dave Airlie
2012-02-17
1
-0
/
+97
*
tgsi: Add output_mode to struct tgsi_opcode_info v2
Tom Stellard
2012-01-30
1
-162
/
+167
*
tgsi: add ISSG support
Dave Airlie
2012-01-11
1
-0
/
+1
*
gallium: add an IABS opcode to TGSI
Bryan Cain
2012-01-07
1
-0
/
+1
*
gallium: add TGSI opcodes UARL and UCMP
Bryan Cain
2011-09-10
1
-0
/
+3
*
gallium: implement modern sampling scheme
Zack Rusin
2011-01-24
1
-1
/
+14
*
tgsi: added tgsi_get_processor_name()
Brian Paul
2010-05-06
1
-0
/
+15
*
tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
José Fonseca
2010-04-27
1
-4
/
+4
*
gallium: Add UMOD TGSI opcode.
Michal Krol
2010-01-05
1
-0
/
+1
*
gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI.
Michal Krol
2010-01-05
1
-1
/
+5
*
tgsi: Implement new integer opcodes.
Michal Krol
2010-01-05
1
-2
/
+23
*
gallium: remove the swizzling parts of ExtSwizzle
Keith Whitwell
2009-10-23
1
-1
/
+1
*
gallium: remove noise opcodes
Keith Whitwell
2009-10-23
1
-4
/
+4
*
aux/tgsi: pull back ureg work from 0.1 branch
Keith Whitwell
2009-09-03
1
-119
/
+119
*
tgsi: remove redundant CND0 opcode
Keith Whitwell
2009-09-01
1
-1
/
+1
*
tgsi: added tgsi_get_opcode_name()
Brian Paul
2009-08-03
1
-0
/
+9
*
Rename TGSI LOOP instruction to better match theri usage.
Michal Krol
2009-07-31
1
-4
/
+4
*
tgsi: Fix number operands for LOOP/ENDLOOP.
Michal Krol
2009-07-30
1
-2
/
+2
*
gallium: remove deprecated TGSI opcodes
Keith Whitwell
2009-07-23
1
-7
/
+7
*
gallium: remove multiple aliases for TGSI opcodes
Keith Whitwell
2009-07-22
1
-119
/
+130
*
tgsi: Fix structure members initialisation.
Michal Krol
2009-04-01
1
-116
/
+116
*
tgsi: Provide alternate instruction mnemonics in tgsi info.
Michal Krol
2009-04-01
1
-29
/
+29
*
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
1
-1
/
+1
*
gallium: fix info entries for KIL, KILP
Brian Paul
2008-09-16
1
-2
/
+2
[next]