vc4: Move simulator memory management to a u_mm.h heap.
[mesa.git] / src / gallium / drivers / vc4 / vc4_screen.h
2016-10-21 Eric Anholtvc4: Move simulator memory management to a u_mm.h heap.
2016-10-21 Eric Anholtvc4: Move simulator globals into a struct.
2016-10-05 Nicolai Hähnlevc4: use the new parent/child pools for transfers
2016-08-22 Eric Anholtvc4: Tell state_tracker that we would prefer NIR.
2016-07-26 Rob Herringvc4: add hash table look-up for exported dmabufs
2016-07-20 Eric Anholtvc4: Return V3D version details in the GL renderer...
2016-07-20 Eric Anholtvc4: Check the V3D version reported by the kernel.
2016-07-13 Eric Anholtvc4: Add a flag in the screen to track control flow...
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-15 Eric Anholtvc4: Add support for dumping executed commands to a...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-18 Eric Anholtvc4: Track the number of BOs allocated and their size.
2015-06-09 Eric Anholtvc4: Drop qir include from vc4_screen.h
2015-05-30 Eric Anholtvc4: Convert from simple_list.h to list.h
2015-04-01 Eric Anholtvc4: Convert to consuming NIR.
2014-12-18 Eric Anholtvc4: Add a userspace BO cache.
2014-12-18 Eric Anholtvc4: Drop a weird argument in the BOs-from-handles...
2014-12-05 Eric Anholtvc4: Add a debug flag for waiting for sync on submit.
2014-11-20 Eric Anholtvc4: Update for new kernel ABI with async execution...
2014-09-09 Eric Anholtvc4: Add a debug flag for flushing after every draw.
2014-08-22 Eric Anholtvc4: Add support for texture tiling.
2014-08-18 Eric Anholtvc4: Add support for swizzling of texture colors.
2014-08-12 Eric Anholtvc4: Fix off-by-one in texture maximum levels.
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: Initial skeleton driver import.