index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
panfrost
/
pan_job.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Compact the bo_access readers array
Icecream95
2020-01-18
1
-4
/
+9
*
panfrost: Fix headers and gpu_headers memory leak
Daniel Ogorchock
2020-01-13
1
-0
/
+3
*
panfrost: Fix panfrost_bo_access memory leak
Daniel Ogorchock
2020-01-13
1
-1
/
+3
*
panfrost: Handle RGB16F colour clear
Alyssa Rosenzweig
2020-01-02
1
-0
/
+2
*
panfrost: Don't double-create scratchpad
Alyssa Rosenzweig
2019-12-16
1
-1
/
+7
*
panfrost: Fix FBD issue
Alyssa Rosenzweig
2019-12-16
1
-1
/
+2
*
panfrost: Pass size to panfrost_batch_get_scratchpad
Alyssa Rosenzweig
2019-12-13
1
-12
/
+14
*
panfrost: Emit SFBD/MFBD after a batch, instead of before
Alyssa Rosenzweig
2019-12-13
1
-0
/
+14
*
panfrost: Don't lose bits!
Tomeu Vizoso
2019-12-12
1
-4
/
+4
*
panfrost: Add PAN_MESA_DEBUG=sync
Tomeu Vizoso
2019-12-11
1
-4
/
+27
*
panfrost: Add quirks system to cmdstream
Tomeu Vizoso
2019-12-03
1
-1
/
+2
*
panfrost: Make sure we reset the damage region of RTs at flush time
Boris Brezillon
2019-11-29
1
-0
/
+19
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
panfrost: Pipe the GPU ID into compiler and disassembler
Tomeu Vizoso
2019-11-07
1
-1
/
+1
*
panfrost: Generate polygon list manually for SFBD
Tomeu Vizoso
2019-11-06
1
-1
/
+8
*
panfrost: Fix the DISCARD_WHOLE_RES case in transfer_map()
Boris Brezillon
2019-10-21
1
-0
/
+24
*
panfrost: Fix support for packed 24-bit formats
Boris Brezillon
2019-10-13
1
-1
/
+1
*
panfrost: Draw the wallpaper when only depth/stencil bufs are cleared
Boris Brezillon
2019-10-08
1
-2
/
+14
*
panfrost: Make sure a clear does not re-use a pre-existing batch
Boris Brezillon
2019-10-08
1
-0
/
+21
*
panfrost: Kill the explicit serialization in panfrost_batch_submit()
Boris Brezillon
2019-10-03
1
-12
/
+0
*
panfrost: Make sure the BO is 'ready' when picked from the cache
Boris Brezillon
2019-10-03
1
-0
/
+11
*
panfrost: Add a panfrost_flush_batches_accessing_bo() helper
Boris Brezillon
2019-10-03
1
-0
/
+31
*
panfrost: Add a panfrost_flush_all_batches() helper
Boris Brezillon
2019-10-03
1
-1
/
+45
*
panfrost: Prepare panfrost_fence for batch pipelining
Boris Brezillon
2019-10-03
1
-16
/
+0
*
panfrost: Start tracking inter-batch dependencies
Boris Brezillon
2019-10-03
1
-5
/
+350
*
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
1
-6
/
+29
*
panfrost: Add a batch fence
Boris Brezillon
2019-10-03
1
-1
/
+55
*
panfrost: Make panfrost_batch->bos a hash table
Boris Brezillon
2019-10-03
1
-11
/
+22
*
panfrost: Extend the panfrost_batch_add_bo() API to pass access flags
Boris Brezillon
2019-10-03
1
-9
/
+30
*
panfrost: Allocate tiler and scratchpad BOs per-batch
Boris Brezillon
2019-09-18
1
-4
/
+37
*
panfrost: Add FBO BOs to batch->bos earlier
Boris Brezillon
2019-09-18
1
-0
/
+13
*
panfrost: Add the panfrost_batch_create_bo() helper
Boris Brezillon
2019-09-18
1
-11
/
+21
*
panfrost: Stop passing screen around for BO operations
Boris Brezillon
2019-09-18
1
-1
/
+1
*
panfrost: Move the BO API to its own header
Boris Brezillon
2019-09-18
1
-0
/
+1
*
panfrost: s/PAN_ALLOCATE_/PAN_BO_/
Boris Brezillon
2019-09-18
1
-1
/
+1
*
panfrost: Get rid of pan_drm.c
Boris Brezillon
2019-09-18
1
-3
/
+79
*
panfrost: Stop passing has_draws to panfrost_drm_submit_vs_fs_batch()
Boris Brezillon
2019-09-18
1
-3
/
+1
*
panfrost: Add polygon_list to the batch BO set at allocation time
Boris Brezillon
2019-09-18
1
-3
/
+7
*
panfrost: Stop exposing internal panfrost_*_batch() functions
Boris Brezillon
2019-09-18
1
-3
/
+3
*
panfrost: Move the batch submission logic to panfrost_batch_submit()
Boris Brezillon
2019-09-13
1
-6
/
+122
*
panfrost: Allow testing if a specific batch is targeting a scanout FB
Boris Brezillon
2019-09-13
1
-0
/
+18
*
panfrost: Get rid of the unused 'flush jobs accessing res' infra
Boris Brezillon
2019-09-13
1
-38
/
+0
*
panfrost: Use a pipe_framebuffer_state as the batch key
Boris Brezillon
2019-09-13
1
-27
/
+13
*
panfrost: Make transient allocation rely on the BO cache
Boris Brezillon
2019-09-08
1
-11
/
+0
*
panfrost: Stop passing a ctx to functions being passed a batch
Boris Brezillon
2019-09-08
1
-10
/
+15
*
panfrost: Pass a batch to panfrost_drm_submit_vs_fs_batch()
Boris Brezillon
2019-09-08
1
-1
/
+1
*
panfrost: s/job/batch/
Boris Brezillon
2019-09-08
1
-99
/
+99
*
panfrost: protect access to shared bo cache and transient pool
Rohan Garg
2019-08-30
1
-0
/
+2
*
panfrost: Remove unused argument from panfrost_drm_submit_vs_fs_job()
Rohan Garg
2019-08-29
1
-2
/
+1
[next]