aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/pan_job.c
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Compact the bo_access readers arrayIcecream952020-01-181-4/+9
* panfrost: Fix headers and gpu_headers memory leakDaniel Ogorchock2020-01-131-0/+3
* panfrost: Fix panfrost_bo_access memory leakDaniel Ogorchock2020-01-131-1/+3
* panfrost: Handle RGB16F colour clearAlyssa Rosenzweig2020-01-021-0/+2
* panfrost: Don't double-create scratchpadAlyssa Rosenzweig2019-12-161-1/+7
* panfrost: Fix FBD issueAlyssa Rosenzweig2019-12-161-1/+2
* panfrost: Pass size to panfrost_batch_get_scratchpadAlyssa Rosenzweig2019-12-131-12/+14
* panfrost: Emit SFBD/MFBD after a batch, instead of beforeAlyssa Rosenzweig2019-12-131-0/+14
* panfrost: Don't lose bits!Tomeu Vizoso2019-12-121-4/+4
* panfrost: Add PAN_MESA_DEBUG=syncTomeu Vizoso2019-12-111-4/+27
* panfrost: Add quirks system to cmdstreamTomeu Vizoso2019-12-031-1/+2
* panfrost: Make sure we reset the damage region of RTs at flush timeBoris Brezillon2019-11-291-0/+19
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* panfrost: Pipe the GPU ID into compiler and disassemblerTomeu Vizoso2019-11-071-1/+1
* panfrost: Generate polygon list manually for SFBDTomeu Vizoso2019-11-061-1/+8
* panfrost: Fix the DISCARD_WHOLE_RES case in transfer_map()Boris Brezillon2019-10-211-0/+24
* panfrost: Fix support for packed 24-bit formatsBoris Brezillon2019-10-131-1/+1
* panfrost: Draw the wallpaper when only depth/stencil bufs are clearedBoris Brezillon2019-10-081-2/+14
* panfrost: Make sure a clear does not re-use a pre-existing batchBoris Brezillon2019-10-081-0/+21
* panfrost: Kill the explicit serialization in panfrost_batch_submit()Boris Brezillon2019-10-031-12/+0
* panfrost: Make sure the BO is 'ready' when picked from the cacheBoris Brezillon2019-10-031-0/+11
* panfrost: Add a panfrost_flush_batches_accessing_bo() helperBoris Brezillon2019-10-031-0/+31
* panfrost: Add a panfrost_flush_all_batches() helperBoris Brezillon2019-10-031-1/+45
* panfrost: Prepare panfrost_fence for batch pipeliningBoris Brezillon2019-10-031-16/+0
* panfrost: Start tracking inter-batch dependenciesBoris Brezillon2019-10-031-5/+350
* panfrost: Add a panfrost_freeze_batch() helperBoris Brezillon2019-10-031-18/+44
* panfrost: Use the per-batch fences to wait on the last submitted batchBoris Brezillon2019-10-031-6/+29
* panfrost: Add a batch fenceBoris Brezillon2019-10-031-1/+55
* panfrost: Make panfrost_batch->bos a hash tableBoris Brezillon2019-10-031-11/+22
* panfrost: Extend the panfrost_batch_add_bo() API to pass access flagsBoris Brezillon2019-10-031-9/+30
* panfrost: Allocate tiler and scratchpad BOs per-batchBoris Brezillon2019-09-181-4/+37
* panfrost: Add FBO BOs to batch->bos earlierBoris Brezillon2019-09-181-0/+13
* panfrost: Add the panfrost_batch_create_bo() helperBoris Brezillon2019-09-181-11/+21
* panfrost: Stop passing screen around for BO operationsBoris Brezillon2019-09-181-1/+1
* panfrost: Move the BO API to its own headerBoris Brezillon2019-09-181-0/+1
* panfrost: s/PAN_ALLOCATE_/PAN_BO_/Boris Brezillon2019-09-181-1/+1
* panfrost: Get rid of pan_drm.cBoris Brezillon2019-09-181-3/+79
* panfrost: Stop passing has_draws to panfrost_drm_submit_vs_fs_batch()Boris Brezillon2019-09-181-3/+1
* panfrost: Add polygon_list to the batch BO set at allocation timeBoris Brezillon2019-09-181-3/+7
* panfrost: Stop exposing internal panfrost_*_batch() functionsBoris Brezillon2019-09-181-3/+3
* panfrost: Move the batch submission logic to panfrost_batch_submit()Boris Brezillon2019-09-131-6/+122
* panfrost: Allow testing if a specific batch is targeting a scanout FBBoris Brezillon2019-09-131-0/+18
* panfrost: Get rid of the unused 'flush jobs accessing res' infraBoris Brezillon2019-09-131-38/+0
* panfrost: Use a pipe_framebuffer_state as the batch keyBoris Brezillon2019-09-131-27/+13
* panfrost: Make transient allocation rely on the BO cacheBoris Brezillon2019-09-081-11/+0
* panfrost: Stop passing a ctx to functions being passed a batchBoris Brezillon2019-09-081-10/+15
* panfrost: Pass a batch to panfrost_drm_submit_vs_fs_batch()Boris Brezillon2019-09-081-1/+1
* panfrost: s/job/batch/Boris Brezillon2019-09-081-99/+99
* panfrost: protect access to shared bo cache and transient poolRohan Garg2019-08-301-0/+2
* panfrost: Remove unused argument from panfrost_drm_submit_vs_fs_job()Rohan Garg2019-08-291-2/+1