index
:
~currojerez/mesa
atomic-counters
clover-1.2-headers
clover-compile-program
clover-internal-ref-counting
clover-link-program
clover-next
for-felix
for-iago
for-kayden
for-mark
for-samuel
for-valtteri
i965-const-cache
i965-discard-rework
i965-fb-fetch
i965-ir-analysis
i965-ir-builder
i965-ir-byte-units
i965-l3-partitioning
i965-late-simd-lowering
i965-oes-image-atomic
i965-packed-ra
i965-sched-discard
i965-scratch-non-coherent
i965-simd-lowering
i965-simd32-cs
i965-simd32-fs
i965-spilling-fixes
i965-ssbo
i965-unified-visitor
image-load-store
image-load-store-es31
image-load-store-flush
image-load-store-l3
image-load-store-lower
image-load-store-nir
image-load-store-scalar
image-load-store-ssbo
iris-cache-tracker
jenkins
jenkins-vk
master
mesa-next
ralloc-new
ralloc-new-less-fancy
remove-znew
Unnamed repository; edit this file to name it for gitweb.
currojerez
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-06
HACK: iris: Dump stack when pinning memory outside of sync region.
iris-cache-tracker
Francisco Jerez
1
-1
/
+8
2020-02-06
WIP: iris: Replace unconditional QBO flush with iris_dirty_for_history().
Francisco Jerez
1
-7
/
+2
2020-02-06
WIP: iris: Remove remaining history flushes.
Francisco Jerez
3
-59
/
+3
2020-02-06
WIP: iris: Demote all callers of iris_flush_and_dirty_for_history() to iris_d...
Francisco Jerez
4
-36
/
+5
2020-02-06
WIP: iris: Make sure a bound resource is flushed after iris_dirty_for_history.
Francisco Jerez
2
-3
/
+19
2020-02-06
WIP: iris: Insert buffer-local memory barriers for SSBO reads and writes.
Francisco Jerez
2
-1
/
+18
2020-02-06
WIP: iris: Insert buffer-local memory barriers for UBO reads.
Francisco Jerez
2
-2
/
+22
2020-02-06
WIP: iris: Insert DATA domain memory barrier for image reads and writes.
Francisco Jerez
1
-1
/
+1
2020-02-06
WIP: iris: Add read-write domain for data cache.
Francisco Jerez
3
-0
/
+9
2020-02-06
WIP: iris: Insert buffer-local memory barriers for VF reads.
Francisco Jerez
1
-0
/
+8
2020-02-06
WIP: iris: Annotate all BO uses through VF cache domain.
Francisco Jerez
1
-5
/
+5
2020-02-06
WIP: iris: Add read-only domain for VF cache.
Francisco Jerez
3
-2
/
+11
2020-02-06
WIP: iris: Insert buffer-local memory barriers for indirect draw parameters.
Francisco Jerez
1
-3
/
+4
2020-02-06
WIP: iris: Remove iris_flush_depth_and_render_caches().
Francisco Jerez
2
-28
/
+0
2020-02-06
WIP: iris: Emit single render target flush PIPE_CONTROL on format mismatch.
Francisco Jerez
1
-1
/
+4
2020-02-06
WIP: iris: Open-code iris_cache_flush_for_read() and iris_cache_flush_for_dep...
Francisco Jerez
3
-23
/
+12
2020-02-06
WIP: iris: Remove render cache set-based synchronization.
Francisco Jerez
5
-58
/
+4
2020-02-06
WIP: iris: Remove depth cache set tracking and synchronization.
Francisco Jerez
6
-38
/
+2
2020-02-06
WIP: iris: Perform compute predraw flushes from compute batch.
Francisco Jerez
1
-7
/
+2
2020-02-06
WIP: iris: Remove batch argument of iris_resource_prepare_access() and friends.
Francisco Jerez
5
-24
/
+22
2020-02-06
WIP: iris: Insert buffer barrier in existing cache flush helpers.
Francisco Jerez
1
-0
/
+6
2020-02-06
WIP: iris: Implement buffer-local memory barrier based on cache coherency mat...
Francisco Jerez
2
-0
/
+72
2020-02-06
WIP: iris: Update cache coherency matrix on PIPE_CONTROL.
Francisco Jerez
1
-0
/
+35
2020-02-06
WIP: iris: Introduce cache coherency matrix for batch-local memory ordering.
Francisco Jerez
2
-0
/
+26
2020-02-06
WIP: iris: Report use of any in-flight buffers on first draw call after sync ...
Francisco Jerez
2
-4
/
+8
2020-02-06
WIP: iris: Annotate all BO uses with domain and sequence number information.
Francisco Jerez
7
-91
/
+157
2020-02-06
WIP: iris: Bracket batch operations which access memory within sync regions.
Francisco Jerez
5
-0
/
+73
2020-02-06
WIP: iris: Add infrastructure to partition batch into sync boundaries.
Francisco Jerez
3
-0
/
+41
2020-02-05
WIP: iris: Add batch-local synchronization book-keeping to iris_bo.
Francisco Jerez
1
-0
/
+30
2020-02-03
Revert "gitlab-ci: disable a630 tests as mesa-cheza is down"
Fritz Koenig
1
-6
/
+6
2020-02-03
clover: Use explicit conversion from llvm::StringRef to std::string
Jan Vesely
2
-2
/
+3
2020-02-03
zink: disallow depth-stencil blits with format-change
Erik Faye-Lund
1
-0
/
+4
2020-02-03
zink: be more careful about the mask-check
Erik Faye-Lund
1
-2
/
+4
2020-02-03
panfrost: Fix the damage box clamping logic
Boris Brezillon
1
-0
/
+2
2020-02-03
pan/midgard: Stop leaking instruction objects in mir_schedule_alu()
Boris Brezillon
1
-18
/
+16
2020-02-03
pan/midgard: Don't check 'branch && branch->writeout' twice in mir_schedule_a...
Boris Brezillon
1
-1
/
+1
2020-02-03
pan/midgard: Lower bitfield extract to shifts
Boris Brezillon
1
-0
/
+1
2020-02-03
pan/midgard: Make sure we pass the right RT id to emit_fragment_store()
Boris Brezillon
1
-1
/
+26
2020-02-03
pan/midgard: Add an enum to describe the render targets
Boris Brezillon
1
-1
/
+9
2020-02-03
util/os_socket: Include unistd.h to fix build error
Bernd Kuhls
1
-0
/
+1
2020-02-03
gitlab-ci: disable a630 tests as mesa-cheza is down
Eric Engestrom
1
-6
/
+6
2020-02-02
nv50: report max lod bias of 15.0
Ilia Mirkin
1
-1
/
+1
2020-02-02
egl: put full path to libEGL_mesa.so in GLVND json
Eric Engestrom
3
-8
/
+36
2020-02-02
radv: Allow non-dedicated linear images and buffer.
Bas Nieuwenhuizen
2
-6
/
+13
2020-02-02
pan/midgard: Implement mixed-type constant packing
Alyssa Rosenzweig
1
-52
/
+47
2020-02-02
pan/midgard: Break out one-src read_components
Alyssa Rosenzweig
2
-23
/
+31
2020-02-02
panfrost: Fix non-debug builds
Icecream95
1
-0
/
+1
2020-02-02
anv/blorp: Use the correct size for vkCmdCopyBufferToImage
Jason Ekstrand
1
-0
/
+8
2020-02-02
VERSION: bump after 20.0 branch point
Eric Engestrom
1
-1
/
+1
2020-01-31
lima: Fix build with GCC 10.
Vinson Lee
1
-1
/
+1
[next]