Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / gallium / drivers / vc4 / kernel / vc4_validate.c
2016-11-13 Jonas Pfeilvc4: Add simulator kernel validation for multithreaded...
2016-11-04 Eric Anholtvc4: Add miptree/texture state support for ETC1 compres...
2016-07-13 Eric Anholtvc4: Add kernel support for branching in shader validation.
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-08 Eric Anholtvc4: Add kernel RCL support for MSAA rendering.
2015-12-08 Eric Anholtvc4: Fix compiler warning from size_t change.
2015-12-05 Eric Anholtvc4: Bring over cleanups from submitting to the kernel.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-30 Eric Anholtvc4: Mark our shaders as single-threaded.
2015-07-30 Eric Anholtvc4: Avoid overflowing various static tables.
2015-07-30 Eric Anholtvc4: Fix return values from recent validation changes.
2015-07-29 Eric Anholtvc4: Simplify vc4_use_bo and make sure it's not a shader.
2015-07-29 Eric Anholtvc4: Keep the validated shader around for the simulator...
2015-07-29 Eric Anholtvc4: Make the object be the return value from vc4_use_bo().
2015-07-29 Eric Anholtvc4: Ensure that the bin CL is properly capped by incre...
2015-07-29 Eric Anholtvc4: Drop NV shader reloc validation.
2015-07-17 Eric Anholtvc4: Add debugging on texture relocation validation...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-18 Eric Anholtvc4: Move tile state/alloc allocation into the kernel.
2015-06-18 Eric Anholtvc4: Move RCL generation into the kernel.
2015-06-16 Eric Anholtvc4: Use VC4_SET/GET_FIELD for some RCL packets.
2015-06-16 Eric Anholtvc4: Make symbolic values for packet sizes.
2015-06-16 Eric Anholtvc4: Use symbolic values in texture ptype validation.
2015-06-09 Eric Anholtvc4: Update to current kernel validation code.
2015-04-14 Eric Anholtvc4: Allow submitting jobs with no bin CL in validation.
2015-04-14 Eric Anholtvc4: Fix off-by-one in branch target validation.
2015-04-13 Eric Anholtvc4: Sync with kernel changes to relax BCL versus RCL...
2015-03-24 Eric Anholtvc4: Write the alignment of level width consistently...
2015-02-24 Eric Anholtvc4: Update to current kernel sources.
2014-11-18 Eric Anholtvc4: Emit semaphore instructions for new kernel ABI.
2014-10-29 Eric Anholtvc4: Add support for ARL and indirect register access...
2014-10-29 Eric Anholtvc4: Fix mixup of return type in reloc_tex().
2014-10-29 Eric Anholtvc4: Fix a couple missing '\n's in error output.
2014-10-17 Eric Anholtvc4: Fix accidental dropping of the low bits of the...
2014-10-09 Eric Anholtvc4: Move the mirrored kernel code to a kernel/ directory.