aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/kernel/vc4_validate.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Move RCL generation into the kernel.Eric Anholt2015-06-171-259/+47
* vc4: Use VC4_SET/GET_FIELD for some RCL packets.Eric Anholt2015-06-161-11/+10
* vc4: Make symbolic values for packet sizes.Eric Anholt2015-06-161-34/+37
* vc4: Use symbolic values in texture ptype validation.Eric Anholt2015-06-161-10/+13
* vc4: Update to current kernel validation code.Eric Anholt2015-06-091-34/+34
* vc4: Allow submitting jobs with no bin CL in validation.Eric Anholt2015-04-131-3/+6
* vc4: Fix off-by-one in branch target validation.Eric Anholt2015-04-131-1/+1
* vc4: Sync with kernel changes to relax BCL versus RCL validation.Eric Anholt2015-04-131-22/+3
* vc4: Write the alignment of level width consistently in validation.Eric Anholt2015-03-241-2/+2
* vc4: Update to current kernel sources.Eric Anholt2015-02-241-11/+17
* vc4: Emit semaphore instructions for new kernel ABI.Eric Anholt2014-11-181-3/+74
* vc4: Add support for ARL and indirect register access on TGSI_FILE_CONSTANT.Eric Anholt2014-10-281-3/+17
* vc4: Fix mixup of return type in reloc_tex().Eric Anholt2014-10-281-2/+2
* vc4: Fix a couple missing '\n's in error output.Eric Anholt2014-10-281-1/+1
* vc4: Fix accidental dropping of the low bits of the store tilebuffer packet.Eric Anholt2014-10-171-3/+5
* vc4: Move the mirrored kernel code to a kernel/ directory.Eric Anholt2014-10-091-0/+1086