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_scan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi/scan: don't set interp flags for inputs only used by INTERP (v2)
Marek Olšák
2016-10-05
1
-48
/
+57
*
Revert "tgsi/scan: don't set interp flags for inputs only used by INTERP inst...
Marek Olšák
2016-09-15
1
-57
/
+48
*
tgsi/scan: don't set interp flags for inputs only used by INTERP instructions
Marek Olšák
2016-09-13
1
-48
/
+57
*
tgsi/scan: remember sampler view types
Marek Olšák
2016-08-29
1
-0
/
+4
*
tgsi/scan: add tgsi_scan_arrays
Nicolai Hähnle
2016-08-17
1
-0
/
+76
*
tgsi/scan: add uses_derivatives (v2)
Nicolai Hähnle
2016-06-07
1
-0
/
+30
*
draw: stop using CULLDIST semantic.
Dave Airlie
2016-05-23
1
-2
/
+1
*
tgsi: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
1
-4
/
+4
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-16
/
+16
*
tgsi/scan: add an assert for the size of the samplers_declared bitfield
Nicolai Hähnle
2016-04-07
1
-1
/
+2
*
tgsi: skip texture query opcodes when examining texture targets
Brian Paul
2016-03-31
1
-1
/
+15
*
tgsi: (trivial) only verify target for is_tex instructions
Roland Scheidegger
2016-03-30
1
-8
/
+7
*
tgsi: simplify tgsi_shader_info::is_msaa_sampler checking
Brian Paul
2016-03-29
1
-3
/
+2
*
tgsi: collect texture sampler target info in tgsi_scan_shader()
Brian Paul
2016-03-29
1
-2
/
+36
*
tgsi/scan: add writes_memory to flag presence of stores or atomics
Nicolai Hähnle
2016-03-21
1
-4
/
+8
*
tgsi/scan: track which shader images are really buffers
Nicolai Hähnle
2016-03-21
1
-0
/
+3
*
tgsi/scan: add images_writemask
Nicolai Hähnle
2016-03-21
1
-2
/
+16
*
tgsi/scan: count memory instructions
Marek Olšák
2016-03-01
1
-0
/
+19
*
tgsi/scan: handle holes between VS inputs, assert-fail in other cases
Marek Olšák
2016-02-23
1
-1
/
+9
*
tgsi: minor whitespace fixes in tgsi_scan.c
Brian Paul
2016-02-08
1
-4
/
+2
*
tgsi: s/true/TRUE/ in tgsi_scan.c
Brian Paul
2016-02-08
1
-13
/
+13
*
tgsi: use switches instead of big if/else ifs
Brian Paul
2016-02-08
1
-24
/
+36
*
tgsi: break gigantic tgsi_scan_shader() function into pieces
Brian Paul
2016-02-08
1
-364
/
+375
*
tgsi/scan: add tgsi_shader_info::reads_samplemask
Marek Olšák
2016-02-02
1
-0
/
+2
*
tgsi/scan: update for POSITION and FACE sytem values
Marek Olšák
2016-01-08
1
-1
/
+4
*
tgsi/scan: set which color components are read by a fragment shader
Marek Olšák
2016-01-07
1
-8
/
+22
*
tgsi/scan: fix tgsi_shader_info::reads_z
Marek Olšák
2016-01-07
1
-2
/
+3
*
tgsi/scan: set if a fragment shader writes sample mask
Marek Olšák
2016-01-07
1
-0
/
+2
*
tgsi/scan: add flag colors_written
Marek Olšák
2015-12-11
1
-0
/
+3
*
tgsi/scan: use properties for clip/cull distance writemasks
Marek Olšák
2015-10-20
1
-14
/
+14
*
tgsi/scan: add info about declared samplers (v2)
Marek Olšák
2015-10-09
1
-0
/
+2
*
tgsi: add const qualifier to silence warning
Brian Paul
2015-10-06
1
-1
/
+1
*
tgsi/scan: add interpolation info into tgsi_shader_info
Marek Olšák
2015-10-03
1
-2
/
+89
*
tgsi/scan: add support to figure out max nesting depth
Rob Clark
2015-09-13
1
-0
/
+16
*
tgsi/scan: add uses_doubles to tgsi scanner
Dave Airlie
2015-09-02
1
-0
/
+4
*
draw,tgsi: Assume TGSI_PROPERTY_GS_INVOCATIONS default of 1.
Jose Fonseca
2015-06-23
1
-0
/
+1
*
draw/tgsi: implement geom shader invocation support.
Dave Airlie
2015-06-23
1
-0
/
+2
*
tgsi/scan: get more information about arrays and handle arrays correctly (v2)
Marek Olšák
2015-06-05
1
-3
/
+21
*
gallium: rename TGSI tessellation processor types to match pipe shader names
Marek Olšák
2015-05-26
1
-4
/
+4
*
tgsi/scan: allow scanning tessellation shaders
Ilia Mirkin
2015-05-16
1
-1
/
+5
*
tgsi: track max array per file
Rob Clark
2015-01-07
1
-0
/
+2
*
tgsi: keep track of read vs written indirects
Rob Clark
2015-01-07
1
-0
/
+2
*
tgsi: add uses_centroid into tgsi_shader_info
Marek Olšák
2015-01-07
1
-0
/
+3
*
gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEX
Roland Scheidegger
2014-12-16
1
-0
/
+6
*
tgsi: add tgsi_shader_info::writes_clipvertex
Marek Olšák
2014-12-10
1
-0
/
+3
*
tgsi: add clip and cull distance writemasks into tgsi_shader_info
Marek Olšák
2014-12-10
1
-0
/
+4
*
tgsi: add tgsi_shader_info::writes_psize
Marek Olšák
2014-12-10
1
-0
/
+3
*
draw: fixes for vertex shaders outputting layer or viewport index
Roland Scheidegger
2014-11-19
1
-9
/
+6
*
tgsi: change tgsi_shader_info::properties to a one-dimensional array
Marek Olšák
2014-10-04
1
-3
/
+2
*
tgsi: remove some not so useful variables from tgsi_shader_info
Marek Olšák
2014-10-04
1
-8
/
+0
[next]