summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-06HACK: iris: Dump stack when pinning memory outside of sync region.iris-cache-trackerFrancisco Jerez1-1/+8
2020-02-06WIP: iris: Replace unconditional QBO flush with iris_dirty_for_history().Francisco Jerez1-7/+2
2020-02-06WIP: iris: Remove remaining history flushes.Francisco Jerez3-59/+3
2020-02-06WIP: iris: Demote all callers of iris_flush_and_dirty_for_history() to iris_d...Francisco Jerez4-36/+5
2020-02-06WIP: iris: Make sure a bound resource is flushed after iris_dirty_for_history.Francisco Jerez2-3/+19
2020-02-06WIP: iris: Insert buffer-local memory barriers for SSBO reads and writes.Francisco Jerez2-1/+18
2020-02-06WIP: iris: Insert buffer-local memory barriers for UBO reads.Francisco Jerez2-2/+22
2020-02-06WIP: iris: Insert DATA domain memory barrier for image reads and writes.Francisco Jerez1-1/+1
2020-02-06WIP: iris: Add read-write domain for data cache.Francisco Jerez3-0/+9
2020-02-06WIP: iris: Insert buffer-local memory barriers for VF reads.Francisco Jerez1-0/+8
2020-02-06WIP: iris: Annotate all BO uses through VF cache domain.Francisco Jerez1-5/+5
2020-02-06WIP: iris: Add read-only domain for VF cache.Francisco Jerez3-2/+11
2020-02-06WIP: iris: Insert buffer-local memory barriers for indirect draw parameters.Francisco Jerez1-3/+4
2020-02-06WIP: iris: Remove iris_flush_depth_and_render_caches().Francisco Jerez2-28/+0
2020-02-06WIP: iris: Emit single render target flush PIPE_CONTROL on format mismatch.Francisco Jerez1-1/+4
2020-02-06WIP: iris: Open-code iris_cache_flush_for_read() and iris_cache_flush_for_dep...Francisco Jerez3-23/+12
2020-02-06WIP: iris: Remove render cache set-based synchronization.Francisco Jerez5-58/+4
2020-02-06WIP: iris: Remove depth cache set tracking and synchronization.Francisco Jerez6-38/+2
2020-02-06WIP: iris: Perform compute predraw flushes from compute batch.Francisco Jerez1-7/+2
2020-02-06WIP: iris: Remove batch argument of iris_resource_prepare_access() and friends.Francisco Jerez5-24/+22
2020-02-06WIP: iris: Insert buffer barrier in existing cache flush helpers.Francisco Jerez1-0/+6
2020-02-06WIP: iris: Implement buffer-local memory barrier based on cache coherency mat...Francisco Jerez2-0/+72
2020-02-06WIP: iris: Update cache coherency matrix on PIPE_CONTROL.Francisco Jerez1-0/+35
2020-02-06WIP: iris: Introduce cache coherency matrix for batch-local memory ordering.Francisco Jerez2-0/+26
2020-02-06WIP: iris: Report use of any in-flight buffers on first draw call after sync ...Francisco Jerez2-4/+8
2020-02-06WIP: iris: Annotate all BO uses with domain and sequence number information.Francisco Jerez7-91/+157
2020-02-06WIP: iris: Bracket batch operations which access memory within sync regions.Francisco Jerez5-0/+73
2020-02-06WIP: iris: Add infrastructure to partition batch into sync boundaries.Francisco Jerez3-0/+41
2020-02-05WIP: iris: Add batch-local synchronization book-keeping to iris_bo.Francisco Jerez1-0/+30
2020-02-03Revert "gitlab-ci: disable a630 tests as mesa-cheza is down"Fritz Koenig1-6/+6
2020-02-03clover: Use explicit conversion from llvm::StringRef to std::stringJan Vesely2-2/+3
2020-02-03zink: disallow depth-stencil blits with format-changeErik Faye-Lund1-0/+4
2020-02-03zink: be more careful about the mask-checkErik Faye-Lund1-2/+4
2020-02-03panfrost: Fix the damage box clamping logicBoris Brezillon1-0/+2
2020-02-03pan/midgard: Stop leaking instruction objects in mir_schedule_alu()Boris Brezillon1-18/+16
2020-02-03pan/midgard: Don't check 'branch && branch->writeout' twice in mir_schedule_a...Boris Brezillon1-1/+1
2020-02-03pan/midgard: Lower bitfield extract to shiftsBoris Brezillon1-0/+1
2020-02-03pan/midgard: Make sure we pass the right RT id to emit_fragment_store()Boris Brezillon1-1/+26
2020-02-03pan/midgard: Add an enum to describe the render targetsBoris Brezillon1-1/+9
2020-02-03util/os_socket: Include unistd.h to fix build errorBernd Kuhls1-0/+1
2020-02-03gitlab-ci: disable a630 tests as mesa-cheza is downEric Engestrom1-6/+6
2020-02-02nv50: report max lod bias of 15.0Ilia Mirkin1-1/+1
2020-02-02egl: put full path to libEGL_mesa.so in GLVND jsonEric Engestrom3-8/+36
2020-02-02radv: Allow non-dedicated linear images and buffer.Bas Nieuwenhuizen2-6/+13
2020-02-02pan/midgard: Implement mixed-type constant packingAlyssa Rosenzweig1-52/+47
2020-02-02pan/midgard: Break out one-src read_componentsAlyssa Rosenzweig2-23/+31
2020-02-02panfrost: Fix non-debug buildsIcecream951-0/+1
2020-02-02anv/blorp: Use the correct size for vkCmdCopyBufferToImageJason Ekstrand1-0/+8
2020-02-02VERSION: bump after 20.0 branch pointEric Engestrom1-1/+1
2020-01-31lima: Fix build with GCC 10.Vinson Lee1-1/+1