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
/
drivers
/
radeonsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: shrink the GSVS ring to account for the reduced item sizes
Nicolai Hähnle
2016-12-12
1
-1
/
+1
*
radeonsi: shrink each vertex stream to the actually required size
Nicolai Hähnle
2016-12-12
2
-25
/
+40
*
radeonsi: use a single descriptor for the GSVS ring
Nicolai Hähnle
2016-12-12
4
-50
/
+67
*
radeonsi: pack GS output components for each vertex stream contiguously
Nicolai Hähnle
2016-12-12
1
-3
/
+8
*
radeonsi: do not write non-existent components through the GSVS ring
Nicolai Hähnle
2016-12-12
1
-2
/
+4
*
radeonsi: only write values belonging to the stream when emitting GS vertex
Nicolai Hähnle
2016-12-12
1
-0
/
+3
*
radeonsi: generate an explicit switch instruction over vertex streams
Nicolai Hähnle
2016-12-12
1
-8
/
+13
*
radeonsi: fetch only outputs of current vertex stream from the GSVS ring
Nicolai Hähnle
2016-12-12
1
-16
/
+25
*
radeonsi: only export from GS copy shader for vertex stream 0
Nicolai Hähnle
2016-12-12
1
-12
/
+19
*
radeonsi: do not export VS outputs from vertex streams != 0
Nicolai Hähnle
2016-12-12
1
-0
/
+6
*
radeonsi: pull iteration over vertex streams into GS copy shader logic
Nicolai Hähnle
2016-12-12
1
-25
/
+37
*
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: update all GSVS ring descriptors for new buffer allocations
Nicolai Hähnle
2016-12-12
1
-1
/
+6
*
radeonsi: fix release build unused variable warnings
Grazvydas Ignotas
2016-12-10
2
-2
/
+2
*
radeonsi: disable the constant engine (CE) on Carrizo and Stoney
Marek Olšák
2016-12-08
1
-1
/
+4
*
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: write shader descriptors into hang reports
Marek Olšák
2016-12-07
3
-0
/
+117
*
radeonsi: check for sampler state CSO corruption
Marek Olšák
2016-12-07
3
-0
/
+17
*
radeonsi: properly declare context sampler states
Marek Olšák
2016-12-07
3
-4
/
+4
*
radeonsi: fix incorrect FMASK checking in bind_sampler_states
Marek Olšák
2016-12-07
1
-4
/
+4
*
radeonsi: always restore sampler states when unbinding sampler views
Marek Olšák
2016-12-07
1
-3
/
+8
*
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
*
gallium: support for native fence fd's
Rob Clark
2016-12-01
1
-0
/
+1
*
radeonsi: add a tess+GS hang workaround for VI dGPUs
Marek Olšák
2016-12-01
1
-2
/
+10
*
radeonsi: don't apply the Z export bug workaround to Hainan
Marek Olšák
2016-12-01
1
-2
/
+3
*
radeonsi: apply a tessellation bug workaround for SI
Marek Olšák
2016-12-01
1
-0
/
+7
*
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
4
-4
/
+29
*
radeonsi: consolidate max-work-group-size computation
Marek Olšák
2016-12-01
1
-24
/
+19
*
gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS
Nicolai Hähnle
2016-11-30
1
-0
/
+1
*
radeonsi: don't fetch 8 dwords for samplerBuffer and imageBuffer
Marek Olšák
2016-11-29
1
-51
/
+43
*
radeonsi: disable XNACK to free 2 SGPRs on APUs
Marek Olšák
2016-11-29
1
-1
/
+1
*
radeonsi: count and report temp arrays in scratch separately
Marek Olšák
2016-11-29
2
-4
/
+40
*
radeonsi: don't try to eliminate trivial VS outputs for PS and CS
Marek Olšák
2016-11-29
1
-1
/
+4
*
radeonsi: disable RB+ blend optimizations for dual source blending
Marek Olšák
2016-11-29
1
-0
/
+11
*
radeonsi: set CB_BLEND1_CONTROL.ENABLE for dual source blending
Marek Olšák
2016-11-29
1
-0
/
+4
*
radeonsi: always set all blend registers
Marek Olšák
2016-11-29
1
-5
/
+5
*
radeonsi: set the smallest possible CB_TARGET_MASK
Marek Olšák
2016-11-29
1
-5
/
+5
[next]