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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Pass size to panfrost_batch_get_scratchpad
Alyssa Rosenzweig
2019-12-13
1
-3
/
+3
*
panfrost: Calculate maximum stack_size per batch
Alyssa Rosenzweig
2019-12-13
1
-0
/
+3
*
panfrost: Emit SFBD/MFBD after a batch, instead of before
Alyssa Rosenzweig
2019-12-13
1
-1
/
+1
*
panfrost: Rename SET_VALUE to WRITE_VALUE
Alyssa Rosenzweig
2019-12-06
1
-1
/
+1
*
panfrost: Fix the DISCARD_WHOLE_RES case in transfer_map()
Boris Brezillon
2019-10-21
1
-0
/
+4
*
panfrost: Make sure a clear does not re-use a pre-existing batch
Boris Brezillon
2019-10-08
1
-0
/
+3
*
panfrost: Add a panfrost_flush_batches_accessing_bo() helper
Boris Brezillon
2019-10-03
1
-0
/
+4
*
panfrost: Add a panfrost_flush_all_batches() helper
Boris Brezillon
2019-10-03
1
-1
/
+1
*
panfrost: Start tracking inter-batch dependencies
Boris Brezillon
2019-10-03
1
-0
/
+3
*
panfrost: Add a batch fence
Boris Brezillon
2019-10-03
1
-0
/
+39
*
panfrost: Make panfrost_batch->bos a hash table
Boris Brezillon
2019-10-03
1
-1
/
+1
*
panfrost: Extend the panfrost_batch_add_bo() API to pass access flags
Boris Brezillon
2019-10-03
1
-2
/
+3
*
panfrost: Allocate tiler and scratchpad BOs per-batch
Boris Brezillon
2019-09-18
1
-0
/
+18
*
panfrost: Add FBO BOs to batch->bos earlier
Boris Brezillon
2019-09-18
1
-0
/
+2
*
panfrost: Add the panfrost_batch_create_bo() helper
Boris Brezillon
2019-09-18
1
-0
/
+4
*
panfrost: Stop exposing internal panfrost_*_batch() functions
Boris Brezillon
2019-09-18
1
-11
/
+0
*
panfrost: Prepare things to avoid flushes on FB switch
Boris Brezillon
2019-09-13
1
-0
/
+3
*
panfrost: Allow testing if a specific batch is targeting a scanout FB
Boris Brezillon
2019-09-13
1
-0
/
+3
*
panfrost: Get rid of the unused 'flush jobs accessing res' infra
Boris Brezillon
2019-09-13
1
-8
/
+0
*
panfrost: Use a pipe_framebuffer_state as the batch key
Boris Brezillon
2019-09-13
1
-11
/
+4
*
panfrost: Make transient allocation rely on the BO cache
Boris Brezillon
2019-09-08
1
-2
/
+2
*
panfrost: Stop passing a ctx to functions being passed a batch
Boris Brezillon
2019-09-08
1
-7
/
+4
*
panfrost: s/job/batch/
Boris Brezillon
2019-09-08
1
-35
/
+37
*
panfrost: Add support for KHR_partial_update()
Boris Brezillon
2019-08-13
1
-0
/
+5
*
panfrost: Allocate polygon lists on-demand
Alyssa Rosenzweig
2019-08-02
1
-0
/
+6
*
panfrost: Subdivide fixed-size transient slabs
Alyssa Rosenzweig
2019-07-12
1
-0
/
+3
*
panfrost: Bookkeep transient indices
Alyssa Rosenzweig
2019-07-12
1
-0
/
+3
*
panfrost: Style main Gallium driver
Alyssa Rosenzweig
2019-07-10
1
-23
/
+23
*
panfrost: Extend clear colour packing
Alyssa Rosenzweig
2019-07-10
1
-2
/
+6
*
panfrost: Implement command stream scoreboarding
Alyssa Rosenzweig
2019-06-21
1
-0
/
+71
*
panfrost: Skip shading unaffected tiles
Alyssa Rosenzweig
2019-06-20
1
-0
/
+11
*
panfrost: Move clearing logic into pan_job
Rohan Garg
2019-06-18
1
-0
/
+8
*
panfrost: Figure out job requirements in pan_job.c
Rohan Garg
2019-06-18
1
-0
/
+4
*
panfrost: Initial implementation of panfrost_job_submit
Rohan Garg
2019-06-18
1
-0
/
+2
*
panfrost: Track BO lifetime with jobs and reference counts
Alyssa Rosenzweig
2019-04-19
1
-0
/
+16
*
panfrost/mfbd: Respect per-job depth write flag
Alyssa Rosenzweig
2019-03-14
1
-2
/
+7
*
panfrost: Break out fragment to SFBD/MFBD files
Alyssa Rosenzweig
2019-03-14
1
-0
/
+3
*
panfrost: Decouple Gallium clear from FBD clear
Alyssa Rosenzweig
2019-03-04
1
-0
/
+8
*
panfrost: Import job data structures from v3d
Alyssa Rosenzweig
2019-03-04
1
-0
/
+59