vc4: Fix LT/GE set-0-or-1 compares.
[mesa.git] / src / gallium / drivers / vc4 / vc4_context.c
2014-08-22 Eric Anholtvc4: Add support for all the texture and FBO formats...
2014-08-22 Eric Anholtvc4: Add support for texture tiling.
2014-08-22 Eric Anholtvc4: Include stdio/stdlib in headers so I don't have...
2014-08-15 Eric Anholtvc4: Drop incorrect attempt to incorrectly invert the...
2014-08-15 Eric Anholtvc4: Move the deref of the color buffer for simulator...
2014-08-12 Eric Anholtvc4: Drop the dump_fbo() routine.
2014-08-11 Eric Anholtvc4: Don't forget to set the depth clear value in the...
2014-08-11 Eric Anholtvc4: Store the (currently always linear) tiling format...
2014-08-11 Eric Anholtvc4: Add support for depth clears and tests within...
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.