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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi: handle TG4 opcode in tgsi exec
Dave Airlie
2015-05-20
2
-2
/
+12
*
tgsi/dump: fix declaration printing of tessellation inputs/outputs
Ilia Mirkin
2015-05-16
1
-2
/
+18
*
tgsi/ureg: allow ureg_dst to have dimension indices
Ilia Mirkin
2015-05-16
2
-8
/
+75
*
tgsi/ureg: use correct limit for max input count
Marek Olšák
2015-05-16
1
-1
/
+1
*
tgsi/sanity: set implicit in/out array sizes based on patch sizes
Ilia Mirkin
2015-05-16
1
-4
/
+32
*
tgsi/scan: allow scanning tessellation shaders
Ilia Mirkin
2015-05-16
1
-1
/
+5
*
gallium: add tessellation shader properties
Ilia Mirkin
2015-05-16
1
-1
/
+6
*
gallium: add new semantics for tessellation
Ilia Mirkin
2015-05-16
1
-0
/
+5
*
gallium: add new PATCHES primitive type
Ilia Mirkin
2015-05-16
1
-1
/
+2
*
gallium: add tessellation shader types
Ilia Mirkin
2015-05-16
3
-2
/
+8
*
tgsi: also dump label for TGSI_OPCODE_BGNSUB opcode
Brian Paul
2015-04-15
1
-0
/
+1
*
tgsi: fix out-of-bounds access for cube arrays
Ilia Mirkin
2015-03-26
1
-1
/
+1
*
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
3
-2
/
+4
*
nouveau: Fix build, invalid extern "C" around header inclusion.
Mark Janes
2015-03-06
1
-0
/
+7
*
tgsi/lowering: don't forget interp for BCOLOR inputs
Rob Clark
2015-03-03
1
-3
/
+7
*
tgsi: avoid returning pointer to local var, make it static
Ilia Mirkin
2015-02-21
1
-1
/
+1
*
tgsi: fix type-mismatch warning
Marek Olšák
2015-02-21
1
-1
/
+1
*
gallium: add shader cap for dldexp/dfracexp support
Ilia Mirkin
2015-02-19
1
-0
/
+1
*
gallium: add a cap to enable double rounding opcodes
Ilia Mirkin
2015-02-19
1
-0
/
+2
*
gallium: add some more double opcodes to avoid unnecessary lowering
Ilia Mirkin
2015-02-19
1
-0
/
+5
*
softpipe/tgsi: expose doubles for softpipe.
Dave Airlie
2015-02-20
1
-1
/
+1
*
tgsi: add support for flt64 constants
Dave Airlie
2015-02-20
7
-6
/
+112
*
gallium: add double opcodes and TGSI execution (v4.2)
Dave Airlie
2015-02-20
2
-16
/
+772
*
tgsi/ureg: Add missing some missing opcodes opcode_tmp.h
Eric Anholt
2015-02-06
1
-0
/
+4
*
tgsi/ureg: Move ureg_dst_register() to the header.
Eric Anholt
2015-02-06
2
-28
/
+25
*
tgsi: add tgsi_get_processor_type helper from radeon
Marek Olšák
2015-02-04
2
-0
/
+14
*
tgsi: track max array per file
Rob Clark
2015-01-07
2
-0
/
+4
*
tgsi: keep track of read vs written indirects
Rob Clark
2015-01-07
2
-0
/
+8
*
tgsi: add uses_centroid into tgsi_shader_info
Marek Olšák
2015-01-07
2
-0
/
+4
*
gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEX
Roland Scheidegger
2014-12-16
3
-0
/
+10
*
tgsi: add tgsi_shader_info::writes_clipvertex
Marek Olšák
2014-12-10
2
-0
/
+4
*
tgsi: add clip and cull distance writemasks into tgsi_shader_info
Marek Olšák
2014-12-10
2
-0
/
+6
*
tgsi: add tgsi_shader_info::writes_psize
Marek Olšák
2014-12-10
2
-0
/
+4
*
tgsi/lowering: add support to lower TXP (v2)
Rob Clark
2014-12-09
2
-15
/
+34
*
gallium: Drop the unused CND opcode.
Eric Anholt
2014-11-24
4
-19
/
+1
*
gallium: Drop unused BRA opcode.
Eric Anholt
2014-11-24
3
-6
/
+1
*
gallium: Drop the unused SFL/STR opcodes.
Eric Anholt
2014-11-24
3
-51
/
+2
*
gallium: Drop the unused RFL opcode.
Eric Anholt
2014-11-24
3
-58
/
+1
*
gallium: Drop unused X2D opcode.
Eric Anholt
2014-11-24
3
-47
/
+1
*
gallium: Drop the unused ARA opcode.
Eric Anholt
2014-11-24
3
-6
/
+1
*
gallium: Drop the unused RCC opcode.
Eric Anholt
2014-11-24
4
-23
/
+1
*
gallium: Drop the NRM and NRM4 opcodes.
Eric Anholt
2014-11-24
3
-76
/
+2
*
draw: fixes for vertex shaders outputting layer or viewport index
Roland Scheidegger
2014-11-19
1
-9
/
+6
*
tgsi/ureg: add ureg_UARL shortcut (v2)
Christoph Bumiller
2014-11-18
1
-0
/
+1
*
tgsi/ureg: simplify code for declaring properties
Marek Olšák
2014-11-16
2
-176
/
+12
*
tgsi: fixup the string of VS_WINDOW_SPACE_POSITION
Marek Olšák
2014-11-16
1
-1
/
+1
*
tgsi: add a tgsi_free_tokens() function
Brian Paul
2014-10-31
2
-0
/
+13
*
gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesa
Marek Olšák
2014-10-21
1
-0
/
+2
*
gallium: Rename freedreno parts of tgsi_lowering.[ch].
Eric Anholt
2014-10-08
2
-31
/
+31
[next]