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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi/scan: add uses_drawid
Marek Olšák
2019-04-23
1
-0
/
+3
*
tgsi/scan: correctly walk instructions in tgsi_scan_tess_ctrl()
Timothy Arceri
2019-01-02
1
-29
/
+43
*
tgsi/scan: fix loop exit point in tgsi_scan_tess_ctrl()
Timothy Arceri
2019-01-02
1
-1
/
+1
*
tgsi: add ATOMFADD operation
Ilia Mirkin
2018-12-26
1
-0
/
+1
*
tgsi/scan: add more information about bindless usage
Marek Olšák
2018-11-28
1
-2
/
+26
*
tgsi/scan: add hw atomic to the list of memory accessing files
Dave Airlie
2018-05-23
1
-1
/
+2
*
tgsi: fix incorrect tgsi_shader_info::num_tokens computation
Brian Paul
2018-05-17
1
-2
/
+1
*
tgsi: use enum tgsi_opcode
Brian Paul
2018-03-23
1
-3
/
+3
*
tgsi/scan: use wrap-around shift behavior explicitly for file_mask
Roland Scheidegger
2018-03-06
1
-2
/
+5
*
gallium/tgsi: remove is_msaa_sampler array from tgsi_shader_info
Timothy Arceri
2018-02-26
1
-6
/
+0
*
tgsi/scan: scan address operands (v2)
Marek Olšák
2017-10-06
1
-1
/
+42
*
tgsi/scan: set correct usage mask for tex offsets in scan_src_operand
Marek Olšák
2017-10-06
1
-4
/
+4
*
tgsi/scan: take advantage of already swizzled usage mask in scan_src_operand
Marek Olšák
2017-10-06
1
-30
/
+17
*
tgsi/scan: set non-valid src_index for tex offsets in scan_src_operand
Marek Olšák
2017-10-06
1
-1
/
+1
*
radeonsi: optimize TCS epilog when invocation 0 writes tess factors
Marek Olšák
2017-09-11
1
-2
/
+0
*
tgsi/scan: add a new pass that analyzes tess factor writes (v2)
Marek Olšák
2017-09-11
1
-0
/
+224
*
tgsi/scan: fix uses_double
Marek Olšák
2017-08-22
1
-2
/
+8
*
gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZ
Marek Olšák
2017-08-22
1
-2
/
+0
*
tgsi/scan: record bindless samplers/images usage
Samuel Pitoiset
2017-06-14
1
-0
/
+39
*
tgsi/scan: fix scanning fragment shaders with PrimID and Position/Face
Marek Olšák
2017-06-05
1
-7
/
+10
*
tgsi: remove unused tgsi_is_passthrough_shader()
Samuel Pitoiset
2017-05-24
1
-76
/
+0
*
tgsi/scan: record compute shader system value usage
Marek Olšák
2017-04-28
1
-0
/
+33
*
gallium: add TGSI opcodes TEX_LZ and TXF_LZ
Marek Olšák
2017-03-15
1
-0
/
+2
*
tgsi/scan: record load/store/atomic image usage
Marek Olšák
2017-03-03
1
-5
/
+10
*
tgsi/scan: add basic info about tessellation OUT and IN uses
Marek Olšák
2017-02-21
1
-0
/
+26
*
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
/
+17
*
tgsi: store writes_primid when scanning tgsi
Tim Rowley
2016-12-01
1
-0
/
+3
*
tgsi/scan: record if a shader writes the position output
Marek Olšák
2016-11-21
1
-0
/
+2
*
tgsi/scan: use a big switch for scanning outputs
Marek Olšák
2016-11-21
1
-40
/
+28
*
tgsi/scan: turn a huge if-else-if.. chain into a switch statement
Marek Olšák
2016-11-08
1
-14
/
+30
*
tgsi/scan: fix images_buffers regression
Marek Olšák
2016-11-08
1
-3
/
+2
*
tgsi: trivial build fix for MSVC
Brian Paul
2016-10-24
1
-1
/
+1
*
tgsi/scan: scan texture offset operands
Marek Olšák
2016-10-24
1
-0
/
+16
*
tgsi/scan: move src operand processing into a separate function
Marek Olšák
2016-10-24
1
-171
/
+183
*
tgsi/scan: get information about shader buffer usage
Marek Olšák
2016-10-24
1
-0
/
+19
*
tgsi/scan: handle indirect image indexing correctly
Marek Olšák
2016-10-24
1
-8
/
+15
*
tgsi/scan: don't treat RESQ etc. as memory instructions
Marek Olšák
2016-10-24
1
-5
/
+13
*
tgsi/scan: get information about indirect 2D file access
Marek Olšák
2016-10-24
1
-0
/
+6
*
tgsi/scan: get information about indirect CONST access
Marek Olšák
2016-10-24
1
-0
/
+13
*
tgsi/scan: fix num_inputs/num_outputs for shaders with overlapping arrays
Nicolai Hähnle
2016-10-12
1
-8
/
+2
*
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
[next]