vc4: Fix use of a bool as an enum.
[mesa.git] / src / gallium / drivers / vc4 / vc4_resource.c
2015-03-24 Eric Anholtvc4: Fix use of a bool as an enum.
2015-03-24 Eric Anholtvc4: Decide the HW's format before laying out the miptree.
2015-03-24 Eric Anholtvc4: Make a new #define for making code conditional...
2015-03-24 Eric Anholtvc4: Add some useful debug printfs for miptrees.
2014-12-30 Eric Anholtvc4: Drop the content of vc4_flush_resource().
2014-12-18 Eric Anholtvc4: Drop a weird argument in the BOs-from-handles...
2014-11-20 Eric Anholtvc4: Update for new kernel ABI with async execution...
2014-10-24 Eric Anholtvc4: When asked to discard-map a whole resource, discar...
2014-10-24 Eric Anholtvc4: Refactor flushing before mapping a BO.
2014-10-19 Eric Anholtvc4: Translate 4-byte index buffers to 2 bytes.
2014-10-19 Eric Anholtvc4: Add support for rebasing texture levels so firstle...
2014-10-09 Eric Anholtvc4: Mostly fix offset calculation for NPOT mipmap...
2014-09-29 Eric Anholtvc4: Add support for texture cube maps.
2014-09-29 Eric Anholtvc4: Rename the slice's size0.
2014-09-02 Eric Anholtvc4: Handle a couple of the transfer map flags.
2014-08-23 Eric Anholtvc4: Fix save/restore of the VS/FS in the blitter.
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-18 Eric Anholtvc4: Don't forget to set up the offset for render targets.
2014-08-18 Eric Anholtvc4: Fix multi-level texture setup.
2014-08-11 Eric Anholtvc4: Store the (currently always linear) tiling format...
2014-08-11 Eric Anholtvc4: Avoid flushing when mapping buffers that aren...
2014-08-11 Eric Anholtvc4: Drop the flush at the end of the draw
2014-08-09 Eric Anholtvc4: Initial skeleton driver import.