aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_bufmgr.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Clear padding of ioctl arguments.Eric Anholt2014-08-231-0/+1
* vc4: Include stdio/stdlib in headers so I don't have to include it per file.Eric Anholt2014-08-221-1/+0
* vc4: Stash some debug code for looking at what BOs are at what hindex.Eric Anholt2014-08-111-0/+1
* vc4: Use GEM under simulation even for non-winsys BOs.Eric Anholt2014-08-111-14/+8
* vc4: Don't forget to unmap the GEM BO when freeing.Eric Anholt2014-08-111-0/+3
* vc4: Switch simulator to using kernel validatorEric Anholt2014-08-111-2/+7
* vc4: Initial skeleton driver import.Eric Anholt2014-08-081-0/+173