summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* vc4: Add .dir-locals.el for kernel style in the kernel code.Eric Anholt2014-10-281-0/+12
|
* vc4: Fix a couple missing '\n's in error output.Eric Anholt2014-10-282-2/+2
|
* vc4: Fix accidental dropping of the low bits of the store tilebuffer packet.Eric Anholt2014-10-171-3/+5
| | | | | | Notably this included the EOF flag (the other bits are the full buffer dump selection, but we don't do full dumps), which caused the kernel checking for frame completion to trigger.
* vc4: correctly include the source filesEmil Velikov2014-10-161-0/+1
| | | | | | | | | The kernel files are built into a separate static library and all the functions that require it are already wrapped in ifdef USE_VC4_SIMULATOR. Don't forget the header file :) Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Eric Anholt <eric@anholt.net>
* vc4: Move the mirrored kernel code to a kernel/ directory.Eric Anholt2014-10-097-0/+1774
Now this whole setup matches the kernel's file layout much more closely.