aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_job.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Use the normal simulator ioctl path for CL submit as well.Eric Anholt2018-11-021-5/+1
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-251-1/+0
* broadcom/vc4: Native fence fd supportStefan Schake2018-05-171-1/+11
* broadcom/vc4: Store job fence in syncobjStefan Schake2018-05-171-1/+23
* broadcom/vc4: Add support for HW perfmonBoris Brezillon2018-03-051-0/+7
* broadcom/vc4: Skip emitting redundant VC4_PACKET_GEM_HANDLES.Eric Anholt2017-12-011-0/+2
* broadcom/vc4: Expose PIPE_CAP_TILE_RASTER_ORDEREric Anholt2017-10-101-0/+8
* broadcom/vc4: Fix use-after-free for flushing when writing to a texture.Eric Anholt2017-09-181-2/+7
* vc4: Start using XML unpack functions in CL dump.Eric Anholt2017-06-301-0/+1
* vc4: Simplify pack header usageEric Anholt2017-06-301-4/+2
* vc4: Start using the pack header.Eric Anholt2017-06-301-2/+2
* vc4: Implement job shufflingEric Anholt2016-09-141-31/+245
* vc4: Handle resolve skipping at job submit time.Eric Anholt2016-09-141-24/+34
* vc4: Move the render job state into a separate structure.Eric Anholt2016-09-141-94/+88
* vc4: Always unref the current job surfaces at job reset time.Eric Anholt2016-09-141-0/+7
* vc4: Move job-submit skip cases to vc4_job_submit().Eric Anholt2016-09-141-0/+12
* vc4: Move bin CL trailer to job_submit() time.Eric Anholt2016-09-141-0/+14
* vc4: Throttle outstanding rendering after submission.Eric Anholt2016-01-271-0/+9
* vc4: Don't record the seqno of a failed job submit.Eric Anholt2016-01-271-2/+2
* vc4: Don't consider nr_samples==1 surfaces to be MSAA.Eric Anholt2015-12-151-2/+2
* vc4: Warn instead of abort()ing on exec ioctl failures.Eric Anholt2015-12-151-3/+5
* vc4: Add support for drawing in MSAA.Eric Anholt2015-12-081-27/+70
* vc4: Add kernel RCL support for MSAA rendering.Eric Anholt2015-12-081-0/+2
* vc4: Rename color_ms_write to color_write.Eric Anholt2015-12-081-5/+5
* vc4: Add a workaround for HW-2116 (state counter wrap fails).Eric Anholt2015-10-231-1/+1
* vc4: Make a helper function for getting the current offset in the CL.Eric Anholt2015-07-141-8/+6
* vc4: Add perf debug for when we wait on BOs.Eric Anholt2015-07-141-1/+1
* vc4: Move RCL generation into the kernel.Eric Anholt2015-06-171-6/+91
* vc4: Separate out a bit of code for submitting jobs to the kernel.Eric Anholt2015-04-131-0/+132