index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
panfrost
Commit message (
Expand
)
Author
Age
Files
Lines
*
pan/midgard: Disable precise occlusion queries
Alyssa Rosenzweig
2019-10-26
1
-1
/
+1
*
panfrost: allocate bo for occlusion query results
Urja Rannikko
2019-10-26
2
-14
/
+25
*
panfrost: Expose serialized NIR support
Alyssa Rosenzweig
2019-10-26
2
-4
/
+13
*
panfrost: Fix the DISCARD_WHOLE_RES case in transfer_map()
Boris Brezillon
2019-10-21
3
-2
/
+63
*
panfrost: Respect offset for imported resources
Daniel Stone
2019-10-18
1
-0
/
+3
*
panfrost: Keep track of active BOs
Tomeu Vizoso
2019-10-17
3
-21
/
+87
*
panfrost: do not report alpha-test as supported
Erik Faye-Lund
2019-10-17
2
-9
/
+3
*
nir: allow passing alpha-ref state to lowering-code
Erik Faye-Lund
2019-10-17
1
-1
/
+2
*
pan/midgard: Allow COMPUTE jobs in panfrost_bo_access_for_stage
Alyssa Rosenzweig
2019-10-16
1
-1
/
+7
*
panfrost: Disable frame throttling
Alyssa Rosenzweig
2019-10-16
1
-0
/
+3
*
panfrost: Fix support for packed 24-bit formats
Boris Brezillon
2019-10-13
1
-1
/
+1
*
gallium: remove PIPE_SHADER_CAP_SCALAR_ISA
Marek Olšák
2019-10-10
1
-3
/
+0
*
panfrost: Draw the wallpaper when only depth/stencil bufs are cleared
Boris Brezillon
2019-10-08
2
-3
/
+15
*
panfrost: Make sure a clear does not re-use a pre-existing batch
Boris Brezillon
2019-10-08
3
-1
/
+32
*
gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lock
Marek Olšák
2019-10-07
1
-2
/
+2
*
Revert "Revert "st/dri2: Implement DRI2bufferDamageExtension""
Boris Brezillon
2019-10-07
1
-0
/
+1
*
Revert "st/dri2: Implement DRI2bufferDamageExtension"
Boris Brezillon
2019-10-07
1
-1
/
+0
*
gitlab-ci: Move LAVA-related files into top-level ci dir
Tomeu Vizoso
2019-10-06
9
-1741
/
+0
*
gitlab-ci: Run dEQP on devices with Panfrost
Tomeu Vizoso
2019-10-06
3
-53
/
+40
*
panfrost: Get rid of the flush in panfrost_set_framebuffer_state()
Boris Brezillon
2019-10-03
1
-43
/
+3
*
panfrost: Kill the explicit serialization in panfrost_batch_submit()
Boris Brezillon
2019-10-03
1
-12
/
+0
*
panfrost: Do fine-grained flushing when preparing BO for CPU accesses
Boris Brezillon
2019-10-03
2
-19
/
+12
*
panfrost: Make sure the BO is 'ready' when picked from the cache
Boris Brezillon
2019-10-03
3
-24
/
+110
*
panfrost: Add flags to reflect the BO imported/exported state
Boris Brezillon
2019-10-03
2
-2
/
+8
*
panfrost: Add a panfrost_flush_batches_accessing_bo() helper
Boris Brezillon
2019-10-03
2
-0
/
+35
*
panfrost: Add a panfrost_flush_all_batches() helper
Boris Brezillon
2019-10-03
5
-15
/
+64
*
panfrost: Prepare panfrost_fence for batch pipelining
Boris Brezillon
2019-10-03
5
-58
/
+59
*
panfrost: Start tracking inter-batch dependencies
Boris Brezillon
2019-10-03
3
-5
/
+356
*
panfrost: Add a panfrost_freeze_batch() helper
Boris Brezillon
2019-10-03
1
-18
/
+44
*
panfrost: Use the per-batch fences to wait on the last submitted batch
Boris Brezillon
2019-10-03
4
-15
/
+47
*
panfrost: Add a batch fence
Boris Brezillon
2019-10-03
2
-1
/
+94
*
panfrost: Make panfrost_batch->bos a hash table
Boris Brezillon
2019-10-03
2
-12
/
+23
*
panfrost: Extend the panfrost_batch_add_bo() API to pass access flags
Boris Brezillon
2019-10-03
8
-23
/
+114
*
panfrost: Add the shader BO to the batch in patch_shader_state()
Boris Brezillon
2019-10-03
1
-6
/
+5
*
dEQP-GLES2.functional.buffer.write.use.index_array.* are passing now.
Boris Brezillon
2019-09-23
1
-2
/
+0
*
panfrost: Fix indexed draws
Boris Brezillon
2019-09-23
1
-1
/
+1
*
panfrost: Allocate tiler and scratchpad BOs per-batch
Boris Brezillon
2019-09-18
4
-41
/
+68
*
panfrost: Add FBO BOs to batch->bos earlier
Boris Brezillon
2019-09-18
4
-3
/
+17
*
panfrost: Add the panfrost_batch_create_bo() helper
Boris Brezillon
2019-09-18
4
-25
/
+28
*
panfrost: Don't return imported/exported BOs to the cache
Boris Brezillon
2019-09-18
2
-0
/
+9
*
panfrost: Add panfrost_bo_{alloc,free}()
Boris Brezillon
2019-09-18
1
-76
/
+68
*
panfrost: Stop using panfrost_bo_release() outside of pan_bo.c
Boris Brezillon
2019-09-18
4
-7
/
+8
*
panfrost: Stop passing screen around for BO operations
Boris Brezillon
2019-09-18
7
-37
/
+37
*
panfrost: Don't check if BO is mmaped before calling panfrost_bo_mmap()
Boris Brezillon
2019-09-18
1
-5
/
+1
*
panfrost: Stop exposing panfrost_bo_cache_{fetch,put}()
Boris Brezillon
2019-09-18
2
-8
/
+2
*
panfrost: Move the BO API to its own header
Boris Brezillon
2019-09-18
16
-74
/
+112
*
panfrost: s/PAN_ALLOCATE_/PAN_BO_/
Boris Brezillon
2019-09-18
7
-19
/
+19
*
panfrost: Move panfrost_bo_{reference,unreference}() to pan_bo.c
Boris Brezillon
2019-09-18
2
-19
/
+20
*
panfrost: Get rid of pan_drm.c
Boris Brezillon
2019-09-18
12
-444
/
+382
*
panfrost: Stop passing has_draws to panfrost_drm_submit_vs_fs_batch()
Boris Brezillon
2019-09-18
3
-5
/
+4
[next]