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
*
docs: add INTEL_conservative_rasterization to relaese notes for 13.1.0
Lionel Landwerlin
2016-12-13
1
-0
/
+1
*
main: add INTEL_conservative_rasterization enum query support
Lionel Landwerlin
2016-12-13
2
-0
/
+8
*
glapi: add missing INTEL_conservative_rasterization
Lionel Landwerlin
2016-12-13
1
-0
/
+4
*
extensions: update INTEL_conservative_rasterization dependencies
Lionel Landwerlin
2016-12-13
1
-1
/
+1
*
main: don't error when enabling conservative rasterization on gles
Lionel Landwerlin
2016-12-13
1
-1
/
+1
*
main: use new driver flag for conservative rasterization state
Lionel Landwerlin
2016-12-13
6
-7
/
+19
*
nir/lower_tex: lower gradients on shadow cube maps if lower_txd_shadow is set
Iago Toral Quiroga
2016-12-13
1
-2
/
+4
*
i965: remove brw_lower_texture_gradients
Iago Toral Quiroga
2016-12-13
5
-358
/
+1
*
i965/nir: enable lowering of texture gradient for shadow samplers
Iago Toral Quiroga
2016-12-13
1
-0
/
+3
*
nir/lower_tex: add lowering for texture gradient on shadow samplers
Iago Toral Quiroga
2016-12-13
2
-0
/
+67
*
i965/nir: enable lowering of texture gradient for cube maps
Iago Toral Quiroga
2016-12-13
1
-0
/
+1
*
nir/lower_tex: add lowering for texture gradient on cube maps
Iago Toral Quiroga
2016-12-13
2
-0
/
+213
*
nir/lower_tex: generalize get_texture_size()
Iago Toral Quiroga
2016-12-13
1
-5
/
+10
*
treewide: s/comparitor/comparator/
Ilia Mirkin
2016-12-12
31
-85
/
+85
*
nir: Only float and double types can be matrices
Ian Romanick
2016-12-12
2
-19
/
+24
*
swr: [rasterizer core/memory] StoreTile: AVX512 progress
Tim Rowley
2016-12-12
2
-222
/
+138
*
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
[next]