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
*
panfrost: Move BO cache related fields to a sub-struct
Boris Brezillon
2019-11-08
3
-18
/
+21
*
panfrost: Pipe the GPU ID into compiler and disassembler
Tomeu Vizoso
2019-11-07
3
-3
/
+4
*
panfrost: Release the ctx->pipe_framebuffer ref
Boris Brezillon
2019-11-07
1
-0
/
+1
*
panfrost: Destroy the upload manager allocated in panfrost_create_context()
Boris Brezillon
2019-11-07
1
-0
/
+2
*
panfrost: Generate polygon list manually for SFBD
Tomeu Vizoso
2019-11-06
2
-1
/
+18
*
panfrost: Decode blend shaders for SFBD
Tomeu Vizoso
2019-11-06
1
-1
/
+3
*
panfrost: Take into account texture layers in SFBD
Tomeu Vizoso
2019-11-06
1
-5
/
+6
*
panfrost: Rework format encoding on SFBD
Tomeu Vizoso
2019-11-06
6
-46
/
+104
*
panfrost: Set 0x10 bit on mali_shader_meta.unknown2_4 on T720
Tomeu Vizoso
2019-11-06
2
-7
/
+3
*
panfrost: Add checksum fields to SFBD descriptor
Tomeu Vizoso
2019-11-06
1
-0
/
+12
*
panfrost: MALI_DEPTH_TEST is actually MALI_DEPTH_WRITEMASK
Boris Brezillon
2019-11-04
1
-1
/
+2
*
pan/midgard: Use fp32 blend shaders
Alyssa Rosenzweig
2019-11-01
2
-10
/
+10
*
android: Add panfrost support to build scripts
Robert Foss
2019-10-31
2
-0
/
+97
*
panfrost: Cleanup _shader_upper -> shader
Alyssa Rosenzweig
2019-10-29
1
-4
/
+4
*
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
[next]