index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-19
Create a top level sphinx structure that includes gallium docs
Dylan Baker
30
-440
/
+2
2016-12-19
Revert "cso: don't release sampler states that are bound"
Michel Dänzer
1
-3
/
+1
2016-12-19
cso: Make sanitize_hash safe for samplers
Michel Dänzer
1
-1
/
+43
2016-12-19
cso: Store hash key in struct cso_sampler
Michel Dänzer
2
-0
/
+2
2016-12-19
cso: Optimize cso_save/restore_fragment_samplers
Michel Dänzer
1
-4
/
+17
2016-12-19
cso: Store pointers to struct cso_sampler in struct sampler_info
Michel Dänzer
1
-15
/
+18
2016-12-19
cso: Don't restore nr_samplers in cso_restore_fragment_samplers
Michel Dänzer
1
-1
/
+0
2016-12-18
freedreno/a5xx: border color support
Rob Clark
1
-3
/
+160
2016-12-18
freedreno/a5xx: use MRT0 to import linear zs
Rob Clark
1
-5
/
+20
2016-12-18
freedreno: fdN_gmem_restore_format() is not gen specific
Rob Clark
8
-50
/
+25
2016-12-18
freedreno/a5xx: cargo-cult end-batch sequence more faithfully
Rob Clark
4
-4
/
+39
2016-12-18
freedreno/a5xx: misc fix
Rob Clark
1
-1
/
+1
2016-12-18
freedreno/a5xx: fix (at least some) vtx formats
Rob Clark
1
-1
/
+1
2016-12-18
freedreno/a5xx: more formats
Rob Clark
1
-25
/
+25
2016-12-18
freedreno/a5xx: fixup caps
Rob Clark
2
-6
/
+11
2016-12-18
freedreno/a5xx: fix random faults on first sysmem draw
Rob Clark
1
-0
/
+3
2016-12-18
freedreno: update generated headers
Rob Clark
6
-17
/
+80
2016-12-18
freedreno/a5xx: fix stride/size for mem->gmem blits
Rob Clark
1
-5
/
+7
2016-12-16
swr: Implement fence attached work queues for deferred deletion.
Bruce Cherniak
9
-54
/
+255
2016-12-12
treewide: s/comparitor/comparator/
Ilia Mirkin
3
-3
/
+3
2016-12-12
swr: [rasterizer core/memory] StoreTile: AVX512 progress
Tim Rowley
2
-222
/
+138
2016-12-12
radeonsi: shrink the GSVS ring to account for the reduced item sizes
Nicolai Hähnle
1
-1
/
+1
2016-12-12
radeonsi: shrink each vertex stream to the actually required size
Nicolai Hähnle
2
-25
/
+40
2016-12-12
radeonsi: use a single descriptor for the GSVS ring
Nicolai Hähnle
4
-50
/
+67
2016-12-12
radeonsi: pack GS output components for each vertex stream contiguously
Nicolai Hähnle
1
-3
/
+8
2016-12-12
radeonsi: do not write non-existent components through the GSVS ring
Nicolai Hähnle
1
-2
/
+4
2016-12-12
radeonsi: only write values belonging to the stream when emitting GS vertex
Nicolai Hähnle
1
-0
/
+3
2016-12-12
radeonsi: generate an explicit switch instruction over vertex streams
Nicolai Hähnle
1
-8
/
+13
2016-12-12
radeonsi: fetch only outputs of current vertex stream from the GSVS ring
Nicolai Hähnle
1
-16
/
+25
2016-12-12
radeonsi: only export from GS copy shader for vertex stream 0
Nicolai Hähnle
1
-12
/
+19
2016-12-12
radeonsi: do not export VS outputs from vertex streams != 0
Nicolai Hähnle
1
-0
/
+6
2016-12-12
radeonsi: pull iteration over vertex streams into GS copy shader logic
Nicolai Hähnle
1
-25
/
+37
2016-12-12
radeonsi: group streamout writes by vertex stream
Nicolai Hähnle
1
-10
/
+22
2016-12-12
radeonsi: load the streamout buf descriptors closer to their use
Nicolai Hähnle
1
-14
/
+11
2016-12-12
radeonsi: extract writing of a single streamout output
Nicolai Hähnle
1
-39
/
+52
2016-12-12
radeonsi: separate the call to si_llvm_emit_streamout from exports
Nicolai Hähnle
1
-4
/
+4
2016-12-12
radeonsi: plumb the output vertex_stream through to si_shader_output_values
Nicolai Hähnle
1
-1
/
+9
2016-12-12
radeonsi: rename members of si_shader_output_values
Nicolai Hähnle
1
-8
/
+8
2016-12-12
radeonsi: fix an off-by-one error in the bounds check for max_vertices
Nicolai Hähnle
1
-1
/
+1
2016-12-12
radeonsi: do not kill GS with memory writes
Nicolai Hähnle
1
-8
/
+22
2016-12-12
radeonsi: update all GSVS ring descriptors for new buffer allocations
Nicolai Hähnle
1
-1
/
+6
2016-12-12
st/glsl_to_tgsi: plumb the GS output stream qualifier through to TGSI
Nicolai Hähnle
2
-1
/
+21
2016-12-12
tgsi/scan: collect information about output usagemasks
Nicolai Hähnle
2
-0
/
+2
2016-12-12
tgsi/scan: collect information about output vertex streams
Nicolai Hähnle
2
-0
/
+19
2016-12-12
gallium: extract individual streamout output structure
Nicolai Hähnle
1
-8
/
+13
2016-12-12
tgsi: add Stream{X,Y,Z,W} fields to tgsi_declaration_semantic
Nicolai Hähnle
4
-3
/
+81
2016-12-12
virgl: Fix a strict-aliasing violation in the encoder
Edward O'Callaghan
1
-1
/
+7
2016-12-10
softpipe: fix release build unused variable warning
Grazvydas Ignotas
1
-1
/
+1
2016-12-10
radeonsi: fix release build unused variable warnings
Grazvydas Ignotas
2
-2
/
+2
2016-12-09
swr: [rasterizer common/core/jitter] fetch support for GL_FIXED
Tim Rowley
5
-34
/
+188
[next]