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
/
drivers
/
radeonsi
/
si_shader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: group streamout writes by vertex stream
Nicolai Hähnle
2016-12-12
1
-10
/
+22
*
radeonsi: load the streamout buf descriptors closer to their use
Nicolai Hähnle
2016-12-12
1
-14
/
+11
*
radeonsi: extract writing of a single streamout output
Nicolai Hähnle
2016-12-12
1
-39
/
+52
*
radeonsi: separate the call to si_llvm_emit_streamout from exports
Nicolai Hähnle
2016-12-12
1
-4
/
+4
*
radeonsi: plumb the output vertex_stream through to si_shader_output_values
Nicolai Hähnle
2016-12-12
1
-1
/
+9
*
radeonsi: rename members of si_shader_output_values
Nicolai Hähnle
2016-12-12
1
-8
/
+8
*
radeonsi: fix an off-by-one error in the bounds check for max_vertices
Nicolai Hähnle
2016-12-12
1
-1
/
+1
*
radeonsi: do not kill GS with memory writes
Nicolai Hähnle
2016-12-12
1
-8
/
+22
*
radeonsi: Fix typo: "llvm.fs.interp" => "llvm.SI.fs.interp"
Michel Dänzer
2016-12-08
1
-1
/
+1
*
radeonsi: wait for outstanding LDS instructions in memory barriers if needed
Marek Olšák
2016-12-07
1
-1
/
+17
*
radeonsi: wait for outstanding memory instructions in TCS barriers
Marek Olšák
2016-12-07
1
-1
/
+5
*
radeonsi: allow specifying simm16 of emit_waitcnt at call sites
Marek Olšák
2016-12-07
1
-5
/
+7
*
radeonsi: take LDS into account for compute shader occupancy stats
Marek Olšák
2016-12-07
1
-11
/
+18
*
radeonsi: fix isolines tess factor writes to control ring
Nicolai Hähnle
2016-12-07
1
-4
/
+12
*
radeonsi: Use amdgcn intrinsics for fs interpolation
Tom Stellard
2016-12-07
1
-54
/
+142
*
radeonsi: don't apply the Z export bug workaround to Hainan
Marek Olšák
2016-12-01
1
-2
/
+3
*
radeonsi: apply a TC L1 write corruption workaround for SI
Marek Olšák
2016-12-01
1
-11
/
+23
*
radeonsi: apply a multi-wave workgroup SPI bug workaround to affected CIK chips
Marek Olšák
2016-12-01
1
-2
/
+22
*
radeonsi: consolidate max-work-group-size computation
Marek Olšák
2016-12-01
1
-24
/
+19
*
radeonsi: don't fetch 8 dwords for samplerBuffer and imageBuffer
Marek Olšák
2016-11-29
1
-51
/
+43
*
radeonsi: count and report temp arrays in scratch separately
Marek Olšák
2016-11-29
1
-4
/
+39
*
radeonsi: don't try to eliminate trivial VS outputs for PS and CS
Marek Olšák
2016-11-29
1
-1
/
+4
*
radeonsi: print new opt flags in si_dump_shader_key
Marek Olšák
2016-11-23
1
-0
/
+9
*
radeonsi: eliminate VS outputs that aren't used by PS at runtime
Marek Olšák
2016-11-21
1
-1
/
+25
*
radeonsi: record information about all written and read varyings
Marek Olšák
2016-11-21
1
-0
/
+22
*
radeonsi: make si_shader_io_get_unique_index stricter
Marek Olšák
2016-11-21
1
-10
/
+4
*
radeonsi: don't export ClipVertex and ClipDistance[] if clipping is disabled
Marek Olšák
2016-11-21
1
-0
/
+6
*
radeonsi: simplify checking for monolithic compilation
Marek Olšák
2016-11-21
1
-8
/
+1
*
radeonsi: print all flags in si_dump_shader_key
Marek Olšák
2016-11-21
1
-0
/
+5
*
radeonsi: split the shader key into 3 logical parts
Marek Olšák
2016-11-21
1
-99
/
+95
*
radeonsi: Fix resource leak in gs_copy_shader allocation failure path
Gwan-gyeong Mun
2016-11-22
1
-1
/
+7
*
radeonsi: fold some shader context initialization to si_llvm_context_init
Marek Olšák
2016-11-15
1
-24
/
+1
*
radeonsi: accept is_store in image_fetch_rsrc instead of dcc_off
Marek Olšák
2016-11-10
1
-4
/
+4
*
radeonsi: don't rely on tgsi_scan::images_buffers
Marek Olšák
2016-11-10
1
-8
/
+11
*
radeonsi: fix/silence unused variable warnings in optimized builds
Nicolai Hähnle
2016-11-10
1
-1
/
+2
*
gallivm: Fix build after removal of deprecated attribute API v3
Tom Stellard
2016-11-09
1
-32
/
+37
*
radeonsi: fix vertex fetches for 2_10_10_10 formats
Nicolai Hähnle
2016-11-04
1
-6
/
+48
*
radeonsi: generate GS prolog to (partially) fix triangle strip adjacency rota...
Nicolai Hähnle
2016-11-03
1
-0
/
+115
*
radeonsi: remove si_shader_context::is_gs_copy_shader
Nicolai Hähnle
2016-11-03
1
-7
/
+4
*
radeonsi: make the GS copy shader owned by the GS selector
Nicolai Hähnle
2016-11-03
1
-14
/
+4
*
radeonsi: make si_generate_gs_copy_shader usable as a standalone function
Nicolai Hähnle
2016-11-03
1
-36
/
+43
*
radeonsi: unify the si_compile_* functions for prologs and epilogs
Nicolai Hähnle
2016-11-03
1
-178
/
+61
*
radeonsi: get rid of no_{prolog,epilog}
Nicolai Hähnle
2016-11-03
1
-143
/
+80
*
radeonsi: get rid of si_llvm_emit_fs_epilogue
Nicolai Hähnle
2016-11-03
1
-96
/
+1
*
radeonsi: get rid of get_interp_param
Nicolai Hähnle
2016-11-03
1
-52
/
+2
*
radeonsi: get rid of select_interp_param
Nicolai Hähnle
2016-11-03
1
-41
/
+0
*
radeonsi: use TCS epilog for monolithic shaders
Nicolai Hähnle
2016-11-03
1
-1
/
+21
*
radeonsi: extract si_build_tcs_epilog_function
Nicolai Hähnle
2016-11-03
1
-33
/
+46
*
radeonsi: use VS epilog for monolithic TES
Nicolai Hähnle
2016-11-03
1
-0
/
+13
*
radeonsi: use VS prolog and epilog for monolithic shaders
Nicolai Hähnle
2016-11-03
1
-2
/
+33
[next]