aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/kernel/vc4_validate.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Add simulator kernel validation for multithreaded fragment shaders.Jonas Pfeil2016-11-121-5/+12
* vc4: Add miptree/texture state support for ETC1 compressed textures.Eric Anholt2016-11-031-0/+7
* vc4: Add kernel support for branching in shader validation.Eric Anholt2016-07-121-1/+12
* vc4: Add kernel RCL support for MSAA rendering.Eric Anholt2015-12-081-3/+2
* vc4: Fix compiler warning from size_t change.Eric Anholt2015-12-081-1/+1
* vc4: Bring over cleanups from submitting to the kernel.Eric Anholt2015-12-051-46/+41
* vc4: Mark our shaders as single-threaded.Eric Anholt2015-07-301-0/+5
* vc4: Avoid overflowing various static tables.Eric Anholt2015-07-301-1/+1
* vc4: Fix return values from recent validation changes.Eric Anholt2015-07-301-4/+4
* vc4: Simplify vc4_use_bo and make sure it's not a shader.Eric Anholt2015-07-281-20/+19
* vc4: Keep the validated shader around for the simulator execution.Eric Anholt2015-07-281-13/+6
* vc4: Make the object be the return value from vc4_use_bo().Eric Anholt2015-07-281-17/+18
* vc4: Ensure that the bin CL is properly capped by increment/flush.Eric Anholt2015-07-281-26/+30
* vc4: Drop NV shader reloc validation.Eric Anholt2015-07-281-119/+60
* vc4: Add debugging on texture relocation validation failures.Eric Anholt2015-07-171-7/+13
* vc4: Move tile state/alloc allocation into the kernel.Eric Anholt2015-06-171-50/+49
* 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