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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
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
*
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
*
radeonsi: fix isolines tess factor writes to control ring
Nicolai Hähnle
2016-12-07
1
-4
/
+12
*
radeonsi: Use amdgcn intrinsics for fs interpolation
Tom Stellard
2016-12-07
1
-54
/
+142
*
freedreno/a5xx: fix draw packet size with index buffer
Rob Clark
2016-12-06
1
-1
/
+1
*
freedreno/a5xx: gmem bypass mode
Rob Clark
2016-12-06
1
-0
/
+72
*
freedreno/a5xx: fix emit_string_marker()
Rob Clark
2016-12-06
1
-1
/
+4
*
freedreno: pitch alignment should match gmem alignment
Rob Clark
2016-12-06
5
-15
/
+22
*
freedreno/a5xx: more formats
Rob Clark
2016-12-06
1
-41
/
+41
*
freedreno/a5xx: fix fragface
Rob Clark
2016-12-06
1
-2
/
+4
*
freedreno/a5xx: fix fragcoord
Rob Clark
2016-12-06
1
-4
/
+11
*
freedreno: update generated headers
Rob Clark
2016-12-06
7
-20
/
+129
*
freedreno/a5xx: fix alpha test
Rob Clark
2016-12-06
3
-5
/
+1
*
freedreno/a5xx: fix VPC_VAR[n].DISABLE bits
Rob Clark
2016-12-06
1
-13
/
+13
*
radeon/vce Handle H.264 level 5.2
Andy Furniss
2016-12-05
1
-1
/
+2
*
swr: mark PIPE_CAP_NATIVE_FENCE_FD unsupported
Tim Rowley
2016-12-05
1
-0
/
+1
*
swr: include llvm version and vector width in renderer string
Tim Rowley
2016-12-05
1
-1
/
+11
*
swr: Fix active_queries count
Bruce Cherniak
2016-12-02
1
-6
/
+7
*
swr: Fix type to match parameters of std::max()
George Kyriazis
2016-12-02
1
-7
/
+7
*
swr: [rasterizer jitter] include cstdarg in builder_misc.cpp
Tim Rowley
2016-12-02
1
-1
/
+2
*
freedreno: no-op render when we need a fence
Rob Clark
2016-12-01
3
-7
/
+40
*
freedreno: native fence fd support
Rob Clark
2016-12-01
7
-8
/
+69
*
freedreno: some fence cleanup
Rob Clark
2016-12-01
9
-27
/
+23
*
gallium: support for native fence fd's
Rob Clark
2016-12-01
14
-0
/
+16
*
vc4: Avoid false scheduling dependencies for LOAD_IMMs.
Eric Anholt
2016-11-30
2
-0
/
+9
*
vc4: Try to schedule QIR instructions between writing to and reading math.
Eric Anholt
2016-11-30
1
-0
/
+22
*
vc4: Improve interleaving of texture coordinates vs results.
Eric Anholt
2016-11-30
1
-3
/
+3
[prev]
[next]