index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno: consolidate GMEM state
Rob Clark
2020-01-29
8
-19
/
+24
*
freedreno: extract vsc pipe bo from GMEM state
Rob Clark
2020-01-29
7
-35
/
+32
*
iris: Support multiple chained batches.
Kenneth Graunke
2020-01-29
2
-21
/
+25
*
iris: Make iris_emit_default_l3_config pull devinfo from the batch
Kenneth Graunke
2020-01-29
1
-5
/
+4
*
iris: Drop 'engine' from iris_batch.
Kenneth Graunke
2020-01-29
3
-13
/
+2
*
etnaviv: implement UBOs
Jonathan Marek
2020-01-29
9
-75
/
+109
*
freedreno/a6xx: convert blend state to stateobj
Rob Clark
2020-01-29
5
-53
/
+54
*
freedreno/a6xx: remove special handling based on MRT format
Rob Clark
2020-01-29
1
-15
/
+1
*
freedreno: use PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLEND
Rob Clark
2020-01-29
16
-111
/
+27
*
svga: Avoid discard DMA uploads
Thomas Hellstrom
2020-01-29
1
-1
/
+1
*
compiler: add PERSP to the existing barycentric system values
Samuel Pitoiset
2020-01-29
4
-7
/
+7
*
iris: Emit CS Stall before Instruction Cache flush for gen12 WA
Jordan Justen
2020-01-28
1
-0
/
+12
*
zink: set compareEnable when setting compareOp
Erik Faye-Lund
2020-01-28
1
-1
/
+3
*
iris: Silence warning about AUX_USAGE_MC.
Eric Anholt
2020-01-28
1
-0
/
+2
*
radeonsi: Clear uninitialized variable
Drew Davenport
2020-01-28
1
-1
/
+1
*
gallium/swr: fix tessellation state save/restore
Jan Zielinski
2020-01-28
3
-9
/
+27
*
lima: disable early-z if fragment shader uses discard
Vasily Khoruzhick
2020-01-27
3
-1
/
+9
*
lima: ppir: always create move and update ld_tex successors for all blocks
Vasily Khoruzhick
2020-01-28
3
-23
/
+24
*
lima: ppir: don't delete root ld_tex nodes without successors in current block
Vasily Khoruzhick
2020-01-28
1
-6
/
+1
*
panfrost: Don't copy uniforms when the size is zero
Icecream95
2020-01-27
1
-1
/
+1
*
radeonsi: move AMD_DEBUG tests to AMD_TEST
Pierre-Eric Pelloux-Prayer
2020-01-27
2
-11
/
+23
*
lima/ppir: fix src read mask swizzling
Erico Nunes
2020-01-25
2
-11
/
+13
*
lima/ppir: split ppir_op_undef into undef and dummy again
Erico Nunes
2020-01-25
3
-2
/
+9
*
lima/ppir: fix ssa undef emit
Erico Nunes
2020-01-25
1
-3
/
+0
*
lima/ppir: handle write to dead registers in ppir
Erico Nunes
2020-01-25
1
-5
/
+12
*
radeonsi: fix a regression since the addition of si_shader_llvm_vs.c
Marek Olšák
2020-01-25
1
-3
/
+4
*
radeonsi: make screen available to shader part compilation
Marek Olšák
2020-01-25
1
-0
/
+4
*
radeonsi: expose shader cache stats to the HUD
Marek Olšák
2020-01-24
2
-8
/
+46
*
radeonsi: print shader cache stats with AMD_DEBUG=cache_stats
Marek Olšák
2020-01-24
4
-5
/
+24
*
radeonsi: restructure si_shader_cache_load_shader
Marek Olšák
2020-01-24
1
-39
/
+31
*
radeonsi: use the live shader cache
Marek Olšák
2020-01-24
7
-25
/
+46
*
panfrost: Fix 32-bit warning for `indices`
Alyssa Rosenzweig
2020-01-24
1
-1
/
+1
*
etnaviv: update Android build files
Martin Fuzzey
2020-01-24
1
-1
/
+4
*
gallium/swr: implementation of tessellation shaders compilation
Jan Zielinski
2020-01-24
16
-47
/
+1885
*
freedreno: Document CP_COND_REG_EXEC more
Connor Abbott
2020-01-24
1
-8
/
+8
*
freedreno: Fix OUT_REG() on address regs without a .bo supplied.
Eric Anholt
2020-01-23
1
-0
/
+3
*
lima: use imul for calculations with intrinsic src
Vasily Khoruzhick
2020-01-23
1
-1
/
+1
*
pan/decode: Rotate trace files
Icecream95
2020-01-23
1
-0
/
+4
*
panfrost: Drop mysterious zero=0xFFFF field
Alyssa Rosenzweig
2020-01-23
1
-13
/
+0
*
radeonsi: separate LLVM compilation from non-LLVM code
Marek Olšák
2020-01-23
1
-20
/
+38
*
radeonsi: change prototypes of si_is_multi_part_shader & si_is_merged_shader
Marek Olšák
2020-01-23
3
-16
/
+16
*
radeonsi: make si_compile_shader return bool
Marek Olšák
2020-01-23
3
-21
/
+18
*
radeonsi: make si_compile_llvm return bool
Marek Olšák
2020-01-23
4
-32
/
+32
*
radeonsi: move more LLVM functions into si_shader_llvm.c
Marek Olšák
2020-01-23
3
-396
/
+398
*
radeonsi: fold si_shader_context_set_ir into si_build_main_function
Marek Olšák
2020-01-23
1
-29
/
+16
*
radeonsi: move si_nir_build_llvm into si_shader_llvm.c
Marek Olšák
2020-01-23
2
-59
/
+60
*
radeonsi: minor cleanup in si_shader_internal.h
Marek Olšák
2020-01-23
2
-25
/
+13
*
radeonsi: move si_shader_llvm_build.c content into si_shader_llvm.c
Marek Olšák
2020-01-23
5
-183
/
+153
*
radeonsi: move VS shader code into si_shader_llvm_vs.c
Marek Olšák
2020-01-23
10
-1159
/
+1188
*
radeonsi: move non-LLVM code out of si_shader_llvm.c
Marek Olšák
2020-01-23
4
-37
/
+31
[next]