index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
*
tgsi: handle bitwise opcodes in tgsi_opcode_infer_type (v2)
Marek Olšák
2015-03-16
1
-0
/
+8
*
gallium: add FMA and DFMA opcodes (v3)
Marek Olšák
2015-03-16
1
-2
/
+2
*
gallium: add some more double opcodes to avoid unnecessary lowering
Ilia Mirkin
2015-02-19
1
-0
/
+5
*
gallium: add double opcodes and TGSI execution (v4.2)
Dave Airlie
2015-02-20
1
-1
/
+23
*
gallium: Drop the unused CND opcode.
Eric Anholt
2014-11-24
1
-1
/
+1
*
gallium: Drop unused BRA opcode.
Eric Anholt
2014-11-24
1
-1
/
+1
*
gallium: Drop the unused SFL/STR opcodes.
Eric Anholt
2014-11-24
1
-2
/
+2
*
gallium: Drop the unused RFL opcode.
Eric Anholt
2014-11-24
1
-1
/
+1
*
gallium: Drop unused X2D opcode.
Eric Anholt
2014-11-24
1
-1
/
+1
*
gallium: Drop the unused ARA opcode.
Eric Anholt
2014-11-24
1
-1
/
+1
*
gallium: Drop the unused RCC opcode.
Eric Anholt
2014-11-24
1
-1
/
+1
*
gallium: Drop the NRM and NRM4 opcodes.
Eric Anholt
2014-11-24
1
-2
/
+2
*
gallium: add opcodes/cap for fine derivative support
Ilia Mirkin
2014-08-14
1
-2
/
+2
*
gallium: add INTERP_* opcodes to support interpolateAt*
Ilia Mirkin
2014-07-09
1
-0
/
+4
*
gallium: add vertex stream argument to EMIT/ENDPRIM
Ilia Mirkin
2014-07-01
1
-2
/
+2
*
gallium: add new opcodes for ARB_gs5 bit manipulation support
Ilia Mirkin
2014-04-28
1
-0
/
+8
*
gallium: add support for LODQ opcodes.
Dave Airlie
2014-04-07
1
-0
/
+1
*
gallium: add texture gather support to gallium (v3)
Dave Airlie
2014-02-25
1
-0
/
+1
*
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
[next]