aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* freedreno: consolidate GMEM stateRob Clark2020-01-298-19/+24
* freedreno: extract vsc pipe bo from GMEM stateRob Clark2020-01-297-35/+32
* iris: Support multiple chained batches.Kenneth Graunke2020-01-292-21/+25
* iris: Make iris_emit_default_l3_config pull devinfo from the batchKenneth Graunke2020-01-291-5/+4
* iris: Drop 'engine' from iris_batch.Kenneth Graunke2020-01-293-13/+2
* etnaviv: implement UBOsJonathan Marek2020-01-299-75/+109
* freedreno/a6xx: convert blend state to stateobjRob Clark2020-01-295-53/+54
* freedreno/a6xx: remove special handling based on MRT formatRob Clark2020-01-291-15/+1
* freedreno: use PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLENDRob Clark2020-01-2916-111/+27
* svga: Avoid discard DMA uploadsThomas Hellstrom2020-01-291-1/+1
* compiler: add PERSP to the existing barycentric system valuesSamuel Pitoiset2020-01-294-7/+7
* iris: Emit CS Stall before Instruction Cache flush for gen12 WAJordan Justen2020-01-281-0/+12
* zink: set compareEnable when setting compareOpErik Faye-Lund2020-01-281-1/+3
* iris: Silence warning about AUX_USAGE_MC.Eric Anholt2020-01-281-0/+2
* radeonsi: Clear uninitialized variableDrew Davenport2020-01-281-1/+1
* gallium/swr: fix tessellation state save/restoreJan Zielinski2020-01-283-9/+27
* lima: disable early-z if fragment shader uses discardVasily Khoruzhick2020-01-273-1/+9
* lima: ppir: always create move and update ld_tex successors for all blocksVasily Khoruzhick2020-01-283-23/+24
* lima: ppir: don't delete root ld_tex nodes without successors in current blockVasily Khoruzhick2020-01-281-6/+1
* panfrost: Don't copy uniforms when the size is zeroIcecream952020-01-271-1/+1
* radeonsi: move AMD_DEBUG tests to AMD_TESTPierre-Eric Pelloux-Prayer2020-01-272-11/+23
* lima/ppir: fix src read mask swizzlingErico Nunes2020-01-252-11/+13
* lima/ppir: split ppir_op_undef into undef and dummy againErico Nunes2020-01-253-2/+9
* lima/ppir: fix ssa undef emitErico Nunes2020-01-251-3/+0
* lima/ppir: handle write to dead registers in ppirErico Nunes2020-01-251-5/+12
* radeonsi: fix a regression since the addition of si_shader_llvm_vs.cMarek Olšák2020-01-251-3/+4
* radeonsi: make screen available to shader part compilationMarek Olšák2020-01-251-0/+4
* radeonsi: expose shader cache stats to the HUDMarek Olšák2020-01-242-8/+46
* radeonsi: print shader cache stats with AMD_DEBUG=cache_statsMarek Olšák2020-01-244-5/+24
* radeonsi: restructure si_shader_cache_load_shaderMarek Olšák2020-01-241-39/+31
* radeonsi: use the live shader cacheMarek Olšák2020-01-247-25/+46
* panfrost: Fix 32-bit warning for `indices`Alyssa Rosenzweig2020-01-241-1/+1
* etnaviv: update Android build filesMartin Fuzzey2020-01-241-1/+4
* gallium/swr: implementation of tessellation shaders compilationJan Zielinski2020-01-2416-47/+1885
* freedreno: Document CP_COND_REG_EXEC moreConnor Abbott2020-01-241-8/+8
* freedreno: Fix OUT_REG() on address regs without a .bo supplied.Eric Anholt2020-01-231-0/+3
* lima: use imul for calculations with intrinsic srcVasily Khoruzhick2020-01-231-1/+1
* pan/decode: Rotate trace filesIcecream952020-01-231-0/+4
* panfrost: Drop mysterious zero=0xFFFF fieldAlyssa Rosenzweig2020-01-231-13/+0
* radeonsi: separate LLVM compilation from non-LLVM codeMarek Olšák2020-01-231-20/+38
* radeonsi: change prototypes of si_is_multi_part_shader & si_is_merged_shaderMarek Olšák2020-01-233-16/+16
* radeonsi: make si_compile_shader return boolMarek Olšák2020-01-233-21/+18
* radeonsi: make si_compile_llvm return boolMarek Olšák2020-01-234-32/+32
* radeonsi: move more LLVM functions into si_shader_llvm.cMarek Olšák2020-01-233-396/+398
* radeonsi: fold si_shader_context_set_ir into si_build_main_functionMarek Olšák2020-01-231-29/+16
* radeonsi: move si_nir_build_llvm into si_shader_llvm.cMarek Olšák2020-01-232-59/+60
* radeonsi: minor cleanup in si_shader_internal.hMarek Olšák2020-01-232-25/+13
* radeonsi: move si_shader_llvm_build.c content into si_shader_llvm.cMarek Olšák2020-01-235-183/+153
* radeonsi: move VS shader code into si_shader_llvm_vs.cMarek Olšák2020-01-2310-1159/+1188
* radeonsi: move non-LLVM code out of si_shader_llvm.cMarek Olšák2020-01-234-37/+31