vc4: Avoid flushing when mapping buffers that aren't in the batch.
[mesa.git] / src / gallium / drivers / vc4 / vc4_context.c
2014-08-11 Eric Anholtvc4: Avoid flushing when mapping buffers that aren...
2014-08-11 Eric Anholtvc4: Keep a reference to BOs queued for rendering.
2014-08-11 Eric Anholtvc4: Walk tiles horizontally, then vertically.
2014-08-11 Eric Anholtvc4: Track clears veresus uncleared draws, and the...
2014-08-11 Eric Anholtvc4: Move the rest of RCL setup to flush time.
2014-08-11 Eric Anholtvc4: Move render command list calls to vc4_flush()
2014-08-11 Eric Anholtvc4: Move bin command list ending commands to vc4_flush()
2014-08-11 Eric Anholtvc4: Rename fields in the kernel interface.
2014-08-11 Eric Anholtvc4: Rewrite the kernel ABI to support texture uniform...
2014-08-11 Eric Anholtvc4: Switch simulator to using kernel validator
2014-08-09 Eric Anholtvc4: Add VC4_DEBUG env option
2014-08-09 Eric Anholtvc4: Use the user's actual first vertex attribute.
2014-08-09 Eric Anholtvc4: Initial skeleton driver import.