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_scan.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi/scan: record load/store/atomic image usage
Marek Olšák
2017-03-03
1
-5
/
+3
*
tgsi/scan: add basic info about tessellation OUT and IN uses
Marek Olšák
2017-02-21
1
-0
/
+8
*
tgsi/scan: collect information about output usagemasks
Nicolai Hähnle
2016-12-12
1
-0
/
+1
*
tgsi/scan: collect information about output vertex streams
Nicolai Hähnle
2016-12-12
1
-0
/
+2
*
tgsi: store writes_primid when scanning tgsi
Tim Rowley
2016-12-01
1
-0
/
+1
*
tgsi/scan: record if a shader writes the position output
Marek Olšák
2016-11-21
1
-0
/
+1
*
tgsi/scan: get information about shader buffer usage
Marek Olšák
2016-10-24
1
-0
/
+4
*
tgsi/scan: handle indirect image indexing correctly
Marek Olšák
2016-10-24
1
-0
/
+2
*
tgsi/scan: get information about indirect 2D file access
Marek Olšák
2016-10-24
1
-0
/
+1
*
tgsi/scan: get information about indirect CONST access
Marek Olšák
2016-10-24
1
-0
/
+2
*
tgsi/scan: remember sampler view types
Marek Olšák
2016-08-29
1
-0
/
+1
*
tgsi/scan: add tgsi_scan_arrays
Nicolai Hähnle
2016-08-17
1
-0
/
+17
*
tgsi/scan: add uses_derivatives (v2)
Nicolai Hähnle
2016-06-07
1
-0
/
+1
*
tgsi: collect texture sampler target info in tgsi_scan_shader()
Brian Paul
2016-03-29
1
-0
/
+1
*
tgsi/scan: add writes_memory to flag presence of stores or atomics
Nicolai Hähnle
2016-03-21
1
-0
/
+1
*
tgsi/scan: track which shader images are really buffers
Nicolai Hähnle
2016-03-21
1
-0
/
+4
*
tgsi/scan: add images_writemask
Nicolai Hähnle
2016-03-21
1
-0
/
+5
*
tgsi/scan: count memory instructions
Marek Olšák
2016-03-01
1
-0
/
+1
*
tgsi/scan: add tgsi_shader_info::reads_samplemask
Marek Olšák
2016-02-02
1
-0
/
+1
*
tgsi/scan: set which color components are read by a fragment shader
Marek Olšák
2016-01-07
1
-0
/
+1
*
tgsi/scan: set if a fragment shader writes sample mask
Marek Olšák
2016-01-07
1
-0
/
+1
*
tgsi/scan: add flag colors_written
Marek Olšák
2015-12-11
1
-0
/
+1
*
tgsi/scan: add info about declared samplers (v2)
Marek Olšák
2015-10-09
1
-0
/
+1
*
tgsi/scan: add interpolation info into tgsi_shader_info
Marek Olšák
2015-10-03
1
-1
/
+12
*
tgsi/scan: add support to figure out max nesting depth
Rob Clark
2015-09-13
1
-0
/
+5
*
tgsi/scan: add uses_doubles to tgsi scanner
Dave Airlie
2015-09-02
1
-1
/
+1
*
draw/tgsi: implement geom shader invocation support.
Dave Airlie
2015-06-23
1
-0
/
+1
*
tgsi/scan: get more information about arrays and handle arrays correctly (v2)
Marek Olšák
2015-06-05
1
-0
/
+4
*
nouveau: Fix build, invalid extern "C" around header inclusion.
Mark Janes
2015-03-06
1
-0
/
+7
*
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
/
+6
*
tgsi: add uses_centroid into tgsi_shader_info
Marek Olšák
2015-01-07
1
-0
/
+1
*
gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEX
Roland Scheidegger
2014-12-16
1
-0
/
+2
*
tgsi: add tgsi_shader_info::writes_clipvertex
Marek Olšák
2014-12-10
1
-0
/
+1
*
tgsi: add clip and cull distance writemasks into tgsi_shader_info
Marek Olšák
2014-12-10
1
-0
/
+2
*
tgsi: add tgsi_shader_info::writes_psize
Marek Olšák
2014-12-10
1
-0
/
+1
*
tgsi: change tgsi_shader_info::properties to a one-dimensional array
Marek Olšák
2014-10-04
1
-1
/
+1
*
tgsi: remove some not so useful variables from tgsi_shader_info
Marek Olšák
2014-10-04
1
-3
/
+0
*
tgsi: simplify shader properties in tgsi_shader_info
Marek Olšák
2014-10-04
1
-5
/
+1
*
gallium: switch dedicated centroid field to interpolation location
Ilia Mirkin
2014-07-09
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
tgsi/scan: set maximum index for each constant buffer
Marek Olšák
2013-11-04
1
-0
/
+1
*
tgsi: add info about MSAA samplers to tgsi_shader_info
Marek Olšák
2013-08-15
1
-0
/
+1
*
tgsi: detect prim id and front face usage in fs
Zack Rusin
2013-08-02
1
-0
/
+1
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
1
-1
/
+1
*
gallivm: do per-pixel lod calculations for explicit lod
Roland Scheidegger
2013-07-04
1
-0
/
+2
*
gallium: add a cull distance semantic
Zack Rusin
2013-06-10
1
-0
/
+1
*
gallium/tgsi: add missing string for layer semantic
Roland Scheidegger
2013-06-06
1
-0
/
+1
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
1
-0
/
+1
*
draw: Implement support for primitive id
Zack Rusin
2013-04-03
1
-0
/
+1
[next]