summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_job.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-17broadcom/vc4: Native fence fd supportStefan Schake1-1/+11
2018-05-17broadcom/vc4: Store job fence in syncobjStefan Schake1-1/+23
2018-03-05broadcom/vc4: Add support for HW perfmonBoris Brezillon1-0/+7
2017-12-01broadcom/vc4: Skip emitting redundant VC4_PACKET_GEM_HANDLES.Eric Anholt1-0/+2
2017-10-10broadcom/vc4: Expose PIPE_CAP_TILE_RASTER_ORDEREric Anholt1-0/+8
2017-09-18broadcom/vc4: Fix use-after-free for flushing when writing to a texture.Eric Anholt1-2/+7
2017-06-30vc4: Start using XML unpack functions in CL dump.Eric Anholt1-0/+1
2017-06-30vc4: Simplify pack header usageEric Anholt1-4/+2
2017-06-30vc4: Start using the pack header.Eric Anholt1-2/+2
2016-09-14vc4: Implement job shufflingEric Anholt1-31/+245
2016-09-14vc4: Handle resolve skipping at job submit time.Eric Anholt1-24/+34
2016-09-14vc4: Move the render job state into a separate structure.Eric Anholt1-94/+88
2016-09-14vc4: Always unref the current job surfaces at job reset time.Eric Anholt1-0/+7
2016-09-14vc4: Move job-submit skip cases to vc4_job_submit().Eric Anholt1-0/+12
2016-09-14vc4: Move bin CL trailer to job_submit() time.Eric Anholt1-0/+14
2016-01-27vc4: Throttle outstanding rendering after submission.Eric Anholt1-0/+9
2016-01-27vc4: Don't record the seqno of a failed job submit.Eric Anholt1-2/+2
2015-12-15vc4: Don't consider nr_samples==1 surfaces to be MSAA.Eric Anholt1-2/+2
2015-12-15vc4: Warn instead of abort()ing on exec ioctl failures.Eric Anholt1-3/+5
2015-12-08vc4: Add support for drawing in MSAA.Eric Anholt1-27/+70
2015-12-08vc4: Add kernel RCL support for MSAA rendering.Eric Anholt1-0/+2
2015-12-08vc4: Rename color_ms_write to color_write.Eric Anholt1-5/+5
2015-10-23vc4: Add a workaround for HW-2116 (state counter wrap fails).Eric Anholt1-1/+1
2015-07-14vc4: Make a helper function for getting the current offset in the CL.Eric Anholt1-8/+6
2015-07-14vc4: Add perf debug for when we wait on BOs.Eric Anholt1-1/+1
2015-06-17vc4: Move RCL generation into the kernel.Eric Anholt1-6/+91
2015-04-13vc4: Separate out a bit of code for submitting jobs to the kernel.Eric Anholt1-0/+132