etnaviv: drm-shim: add GC400
[mesa.git] / src / gallium /
2020-01-30 Qiang Yulima: add noheap debug option
2020-01-30 Qiang Yulima: create heap buffer with new interface if available
2020-01-29 Icenowy Zhenglima: fix lima_set_vertex_buffers()
2020-01-29 Christian Gmeineretnaviv: drop default state for PE_STENCIL_CONFIG_EXT2
2020-01-29 Rob Clarkfreedreno: remove flush-queue
2020-01-29 Rob Clarkfreedreno: add gmem_lock
2020-01-29 Rob Clarkfreedreno: add gmem state cache
2020-01-29 Rob Clarkfreedreno: get GMEM state from batch
2020-01-29 Rob Clarkfreedreno/a2xx: constify gmem state
2020-01-29 Rob Clarkfreedreno/a3xx: constify gmem state
2020-01-29 Rob Clarkfreedreno/a4xx: constify gmem state
2020-01-29 Rob Clarkfreedreno/a5xx: constify gmem state
2020-01-29 Rob Clarkfreedreno/a6xx: constify gmem state
2020-01-29 Rob Clarkfreedreno: constify fd_vsc_pipe
2020-01-29 Rob Clarkfreedreno: constify fd_tile
2020-01-29 Rob Clarkfreedreno: consolidate GMEM state
2020-01-29 Rob Clarkfreedreno: extract vsc pipe bo from GMEM state
2020-01-29 Kenneth Graunkeiris: Support multiple chained batches.
2020-01-29 Kenneth Graunkeiris: Make iris_emit_default_l3_config pull devinfo...
2020-01-29 Kenneth Graunkeiris: Drop 'engine' from iris_batch.
2020-01-29 Michel Dänzerwinsys/amdgpu: Close KMS handles for other DRM file...
2020-01-29 Michel Dänzerwinsys/amdgpu: Re-use amdgpu_screen_winsys when possible
2020-01-29 Jonathan Mareketnaviv: implement UBOs
2020-01-29 Rob Clarkfreedreno/a6xx: convert blend state to stateobj
2020-01-29 Rob Clarkfreedreno/a6xx: remove special handling based on MRT...
2020-01-29 Rob Clarkfreedreno: use PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLEND
2020-01-29 Thomas Hellstromgallium/util: Increase the debug_flush map depth
2020-01-29 Thomas Hellstromsvga: Avoid discard DMA uploads
2020-01-29 Thomas Hellstromwinsys/svga: Enable transhuge pages for buffer objects
2020-01-29 Roland Scheideggerwinsys/svga: use new ioctl for logging
2020-01-29 Samuel Pitoisetcompiler: add PERSP to the existing barycentric system...
2020-01-29 Pierre-Eric Pellou... radeonsi: stop using the VM_ALWAYS_VALID flag
2020-01-28 Jordan Justeniris: Emit CS Stall before Instruction Cache flush...
2020-01-28 Erik Faye-Lundzink: set compareEnable when setting compareOp
2020-01-28 Eric Anholtiris: Silence warning about AUX_USAGE_MC.
2020-01-28 Drew Davenportradeonsi: Clear uninitialized variable
2020-01-28 Jan Zielinskigallium/swr: fix tessellation state save/restore
2020-01-28 Vasily Khoruzhicklima: disable early-z if fragment shader uses discard
2020-01-28 Vasily Khoruzhicklima: ppir: always create move and update ld_tex succes...
2020-01-28 Vasily Khoruzhicklima: ppir: don't delete root ld_tex nodes without...
2020-01-27 Marek OlšákRevert "winsys/amdgpu: Re-use amdgpu_screen_winsys...
2020-01-27 Marek OlšákRevert "winsys/amdgpu: Close KMS handles for other...
2020-01-27 Icecream95panfrost: Don't copy uniforms when the size is zero
2020-01-27 Pierre-Eric Pellou... radeonsi: move AMD_DEBUG tests to AMD_TEST
2020-01-26 Dave Airliegallivm/nir: add missing break for isub.
2020-01-25 Erico Nuneslima/ppir: fix src read mask swizzling
2020-01-25 Erico Nuneslima/ppir: split ppir_op_undef into undef and dummy...
2020-01-25 Erico Nuneslima/ppir: fix ssa undef emit
2020-01-25 Erico Nuneslima/ppir: handle write to dead registers in ppir
2020-01-25 Marek Olšákradeonsi: fix a regression since the addition of si_sha...
2020-01-25 Marek Olšákradeonsi: make screen available to shader part compilation
2020-01-25 Marek Olšákradeonsi: expose shader cache stats to the HUD
2020-01-25 Marek Olšákradeonsi: print shader cache stats with AMD_DEBUG=cache...
2020-01-25 Marek Olšákradeonsi: restructure si_shader_cache_load_shader
2020-01-25 Marek Olšákradeonsi: use the live shader cache
2020-01-25 Marek Olšákgallium/util: add a cache of live shaders for shader...
2020-01-24 Alyssa Rosenzweigpanfrost: Fix 32-bit warning for `indices`
2020-01-24 Martin Fuzzeyetnaviv: update Android build files
2020-01-24 Jan Zielinskigallium/swr: implementation of tessellation shaders...
2020-01-24 Connor Abbottfreedreno: Document CP_COND_REG_EXEC more
2020-01-23 Eric Anholtfreedreno: Fix OUT_REG() on address regs without a...
2020-01-23 Vasily Khoruzhicklima: use imul for calculations with intrinsic src
2020-01-23 Icecream95pan/decode: Rotate trace files
2020-01-23 Alyssa Rosenzweigpanfrost: Drop mysterious zero=0xFFFF field
2020-01-23 Marek Olšákradeonsi: separate LLVM compilation from non-LLVM code
2020-01-23 Marek Olšákradeonsi: change prototypes of si_is_multi_part_shader...
2020-01-23 Marek Olšákradeonsi: make si_compile_shader return bool
2020-01-23 Marek Olšákradeonsi: make si_compile_llvm return bool
2020-01-23 Marek Olšákradeonsi: move more LLVM functions into si_shader_llvm.c
2020-01-23 Marek Olšákradeonsi: fold si_shader_context_set_ir into si_build_m...
2020-01-23 Marek Olšákradeonsi: move si_nir_build_llvm into si_shader_llvm.c
2020-01-23 Marek Olšákradeonsi: minor cleanup in si_shader_internal.h
2020-01-23 Marek Olšákradeonsi: move si_shader_llvm_build.c content into...
2020-01-23 Marek Olšákradeonsi: move VS shader code into si_shader_llvm_vs.c
2020-01-23 Marek Olšákradeonsi: move non-LLVM code out of si_shader_llvm.c
2020-01-23 Marek Olšákradeonsi: use ctx->ac. for types and integer constants
2020-01-23 Anthony Peschutil/hash_table: update users to use new optimal intege...
2020-01-23 Michel Dänzerwinsys/amdgpu: Close KMS handles for other DRM file...
2020-01-23 Michel Dänzerwinsys/amdgpu: Re-use amdgpu_screen_winsys when possible
2020-01-23 Michel Dänzerwinsys/amdgpu: Only re-export KMS handles for different...
2020-01-23 Michel Dänzerwinsys/amdgpu: Keep track of retrieved KMS handles...
2020-01-23 Michel Dänzerwinsys/amdgpu: Keep a list of amdgpu_screen_winsyses...
2020-01-23 Lionel Landwerlinanv/iris: warn gen12 3DSTATE_HS restriction
2020-01-23 Krzysztof Raszkowskigallium/swr: add option for static link
2020-01-23 Pierre Moreauclover/meson: Define OpenCL header macros
2020-01-23 Pierre Moreauclover: Use the dispatch table type from the OpenCL...
2020-01-23 Dave Airliegallivm: fix find lsb
2020-01-23 Dave Airliegalllivm: fix gather offset casting
2020-01-23 Dave Airliellvmpipe: fix some integer instruction lowering.
2020-01-23 Dave Airliegallivm: fix gather component handling.
2020-01-23 Kenneth Graunkeintel: Fix aux map alignments on 32-bit builds.
2020-01-23 Matt Turnerutil: Remove tmp argument from BITSET_FOREACH_SET macro
2020-01-23 Vasily Khoruzhicklima: implement invalidate_resource()
2020-01-23 Ian Romanickiris: Enable INTEL_shader_integer_functions2
2020-01-23 Ian Romanickgallium: Add a cap bit for integer multiplication betwe...
2020-01-23 Ian Romanickgallium: Add a cap bit for OpenCL-style extended intege...
2020-01-22 James Xionggallium: dmabuf support for yuv formats that are not...
2020-01-22 Eric Engestromllvmpipe: drop LLVM < 3.4 support
2020-01-22 Alexander von Gluck IVhaiku/hgl: Fix build via header reordering
2020-01-22 Alyssa Rosenzweigpanfrost: Fix crash in compute variant allocation
next