summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_screen.h
Commit message (Expand)AuthorAgeFilesLines
* vc4: use the new parent/child pools for transfersNicolai Hähnle2016-10-051-0/+3
* vc4: Tell state_tracker that we would prefer NIR.Eric Anholt2016-08-221-0/+4
* vc4: add hash table look-up for exported dmabufsRob Herring2016-07-261-0/+3
* vc4: Return V3D version details in the GL renderer info.Eric Anholt2016-07-201-0/+2
* vc4: Check the V3D version reported by the kernel.Eric Anholt2016-07-201-0/+2
* vc4: Add a flag in the screen to track control flow support.Eric Anholt2016-07-121-0/+1
* vc4: Add support for dumping executed commands to a file.Eric Anholt2015-12-151-0/+1
* vc4: Track the number of BOs allocated and their size.Eric Anholt2015-06-171-0/+6
* vc4: Drop qir include from vc4_screen.hEric Anholt2015-06-091-1/+1
* vc4: Convert from simple_list.h to list.hEric Anholt2015-05-291-2/+2
* vc4: Convert to consuming NIR.Eric Anholt2015-04-011-0/+1
* vc4: Add a userspace BO cache.Eric Anholt2014-12-171-0/+12
* vc4: Drop a weird argument in the BOs-from-handles API.Eric Anholt2014-12-171-2/+1
* vc4: Add a debug flag for waiting for sync on submit.Eric Anholt2014-12-051-0/+1
* vc4: Update for new kernel ABI with async execution and waits.Eric Anholt2014-11-201-0/+13
* vc4: Add a debug flag for flushing after every draw.Eric Anholt2014-09-091-0/+1
* vc4: Add support for texture tiling.Eric Anholt2014-08-221-2/+0
* vc4: Add support for swizzling of texture colors.Eric Anholt2014-08-181-0/+1
* vc4: Fix off-by-one in texture maximum levels.Eric Anholt2014-08-121-1/+1
* vc4: Switch simulator to using kernel validatorEric Anholt2014-08-111-1/+0
* vc4: Add VC4_DEBUG env optionEric Anholt2014-08-081-1/+9
* vc4: Initial skeleton driver import.Eric Anholt2014-08-081-0/+63