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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-13
nir/lower_tex: add lowering for texture gradient on cube maps
Iago Toral Quiroga
2
-0
/
+213
2016-12-13
nir/lower_tex: generalize get_texture_size()
Iago Toral Quiroga
1
-5
/
+10
2016-12-12
treewide: s/comparitor/comparator/
Ilia Mirkin
31
-85
/
+85
2016-12-12
nir: Only float and double types can be matrices
Ian Romanick
2
-19
/
+24
2016-12-12
swr: [rasterizer core/memory] StoreTile: AVX512 progress
Tim Rowley
2
-222
/
+138
2016-12-12
nir: Move fsat outside of fmin/fmax if second arg is 0 to 1.
Matt Turner
2
-0
/
+25
2016-12-12
i965/fs: Reject copy propagation into SEL if not min/max.
Matt Turner
2
-1
/
+12
2016-12-12
i965/fs: Add unit tests for copy propagation pass.
Matt Turner
2
-0
/
+211
2016-12-12
i965/fs: Rename opt_copy_propagate -> opt_copy_propagation.
Matt Turner
3
-15
/
+16
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
3
-1
/
+31
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
glsl: remember per-component vertex streams for packed varyings
Nicolai Hähnle
3
-2
/
+24
2016-12-12
i965/blorp: fix release build unused variable warning
Grazvydas Ignotas
1
-3
/
+1
2016-12-12
virgl: Fix a strict-aliasing violation in the encoder
Edward O'Callaghan
1
-1
/
+7
2016-12-11
i965: Print out cycle estimates at the start of block annotations.
Kenneth Graunke
1
-1
/
+1
2016-12-11
mesa: Return LINEAR encoding for winsys FBO depth/stencil.
Kenneth Graunke
1
-2
/
+7
2016-12-11
intel/aubinator: fix 32bit shift overflow warning
Grazvydas Ignotas
1
-1
/
+1
2016-12-11
anv: fix release build unused variable warnings
Grazvydas Ignotas
2
-2
/
+3
2016-12-10
radv/ac: some fix maybe-uninitialized warnings
Grazvydas Ignotas
1
-1
/
+4
2016-12-10
radv/meta: use VK_NULL_HANDLE for handles
Grazvydas Ignotas
3
-4
/
+4
2016-12-10
radv: fix release build unused variable warnings
Grazvydas Ignotas
2
-19
/
+21
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-10
i965/mt: Disable HiZ when sharing depth buffer externally (v2)
Chad Versace
1
-7
/
+22
2016-12-10
i965/mt: Disable aux surfaces after making miptree shareable
Chad Versace
1
-0
/
+2
2016-12-09
spirv: Use a simpler and more correct implementaiton of tanh()
Jason Ekstrand
1
-9
/
+14
2016-12-09
glsl: Use a simpler formula for tanh
Jason Ekstrand
1
-8
/
+10
[next]