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
Commit message (
Expand
)
Author
Age
Files
Lines
*
swr: Implement fence attached work queues for deferred deletion.
Bruce Cherniak
2016-12-16
9
-54
/
+255
*
treewide: s/comparitor/comparator/
Ilia Mirkin
2016-12-12
3
-3
/
+3
*
swr: [rasterizer core/memory] StoreTile: AVX512 progress
Tim Rowley
2016-12-12
2
-222
/
+138
*
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
*
st/glsl_to_tgsi: plumb the GS output stream qualifier through to TGSI
Nicolai Hähnle
2016-12-12
2
-1
/
+21
*
tgsi/scan: collect information about output usagemasks
Nicolai Hähnle
2016-12-12
2
-0
/
+2
*
tgsi/scan: collect information about output vertex streams
Nicolai Hähnle
2016-12-12
2
-0
/
+19
*
gallium: extract individual streamout output structure
Nicolai Hähnle
2016-12-12
1
-8
/
+13
*
tgsi: add Stream{X,Y,Z,W} fields to tgsi_declaration_semantic
Nicolai Hähnle
2016-12-12
4
-3
/
+81
*
virgl: Fix a strict-aliasing violation in the encoder
Edward O'Callaghan
2016-12-12
1
-1
/
+7
*
softpipe: fix release build unused variable warning
Grazvydas Ignotas
2016-12-10
1
-1
/
+1
*
radeonsi: fix release build unused variable warnings
Grazvydas Ignotas
2016-12-10
2
-2
/
+2
*
swr: [rasterizer common/core/jitter] fetch support for GL_FIXED
Tim Rowley
2016-12-09
5
-34
/
+188
*
swr: [rasterizer core/memory] Finish R24_UNORM_X8_TYPELESS for AVX512
Tim Rowley
2016-12-09
2
-26
/
+24
*
swr: [rasterizer core] supply proper clip distances to point sprites
Ilia Mirkin
2016-12-08
1
-3
/
+9
*
swr: [rasterizer core] perform perspective division on clip distances
Ilia Mirkin
2016-12-08
1
-6
/
+8
*
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
*
tgsi: fix the src type of TGSI_OPCODE_MEMBAR
Marek Olšák
2016-12-07
1
-0
/
+1
*
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
*
gallium: decrease the size of pipe_sampler_state fields
Marek Olšák
2016-12-07
1
-3
/
+3
*
cso: don't release sampler states that are bound
Marek Olšák
2016-12-07
1
-1
/
+3
*
radeonsi: fix isolines tess factor writes to control ring
Nicolai Hähnle
2016-12-07
1
-4
/
+12
[next]