summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_context.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Walk tiles horizontally, then vertically.Eric Anholt2014-08-111-2/+2
* vc4: Track clears veresus uncleared draws, and the clear color.Eric Anholt2014-08-111-21/+49
* vc4: Move the rest of RCL setup to flush time.Eric Anholt2014-08-111-3/+30
* vc4: Move render command list calls to vc4_flush()Eric Anholt2014-08-111-0/+43
* vc4: Move bin command list ending commands to vc4_flush()Eric Anholt2014-08-111-0/+4
* vc4: Rename fields in the kernel interface.Eric Anholt2014-08-111-6/+6
* vc4: Rewrite the kernel ABI to support texture uniform relocation.Eric Anholt2014-08-111-0/+3
* vc4: Switch simulator to using kernel validatorEric Anholt2014-08-111-6/+9
* vc4: Add VC4_DEBUG env optionEric Anholt2014-08-081-4/+13
* vc4: Use the user's actual first vertex attribute.Eric Anholt2014-08-081-0/+10
* vc4: Initial skeleton driver import.Eric Anholt2014-08-081-0/+192