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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Move fsat outside of fmin/fmax if second arg is 0 to 1.
Matt Turner
2016-12-12
2
-0
/
+25
*
i965/fs: Reject copy propagation into SEL if not min/max.
Matt Turner
2016-12-12
2
-1
/
+12
*
i965/fs: Add unit tests for copy propagation pass.
Matt Turner
2016-12-12
2
-0
/
+211
*
i965/fs: Rename opt_copy_propagate -> opt_copy_propagation.
Matt Turner
2016-12-12
3
-15
/
+16
*
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
3
-1
/
+31
*
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
*
glsl: remember per-component vertex streams for packed varyings
Nicolai Hähnle
2016-12-12
3
-2
/
+24
*
i965/blorp: fix release build unused variable warning
Grazvydas Ignotas
2016-12-12
1
-3
/
+1
*
virgl: Fix a strict-aliasing violation in the encoder
Edward O'Callaghan
2016-12-12
1
-1
/
+7
*
i965: Print out cycle estimates at the start of block annotations.
Kenneth Graunke
2016-12-11
1
-1
/
+1
*
mesa: Return LINEAR encoding for winsys FBO depth/stencil.
Kenneth Graunke
2016-12-11
1
-2
/
+7
*
intel/aubinator: fix 32bit shift overflow warning
Grazvydas Ignotas
2016-12-11
1
-1
/
+1
*
anv: fix release build unused variable warnings
Grazvydas Ignotas
2016-12-11
2
-2
/
+3
*
radv/ac: some fix maybe-uninitialized warnings
Grazvydas Ignotas
2016-12-10
1
-1
/
+4
*
radv/meta: use VK_NULL_HANDLE for handles
Grazvydas Ignotas
2016-12-10
3
-4
/
+4
*
radv: fix release build unused variable warnings
Grazvydas Ignotas
2016-12-10
2
-19
/
+21
*
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
*
i965/mt: Disable HiZ when sharing depth buffer externally (v2)
Chad Versace
2016-12-10
1
-7
/
+22
*
i965/mt: Disable aux surfaces after making miptree shareable
Chad Versace
2016-12-10
1
-0
/
+2
*
spirv: Use a simpler and more correct implementaiton of tanh()
Jason Ekstrand
2016-12-09
1
-9
/
+14
*
glsl: Use a simpler formula for tanh
Jason Ekstrand
2016-12-09
1
-8
/
+10
*
anv: Clean up some unused variables
Edward O'Callaghan
2016-12-10
1
-15
/
+0
*
swr: [rasterizer common/core/jitter] fetch support for GL_FIXED
Tim Rowley
2016-12-09
5
-34
/
+188
*
configure: cleanup GLX_USE_TLS handling
Emil Velikov
2016-12-09
1
-2
/
+3
*
configure: enable glx-tls by default
Emil Velikov
2016-12-09
1
-2
/
+2
*
docs: document how to (self-) reject stable patches
Emil Velikov
2016-12-09
1
-0
/
+7
[next]