swr: fix build with mingw
[mesa.git] / src / gallium / drivers / vc4 / vc4_screen.h
2020-05-13 Marek Olšákgallium: rename 'state tracker' to 'frontend'
2020-02-26 Marek Olšákgallium/hash_table: turn it into a wrapper around util...
2018-05-17 Stefan Schakebroadcom/vc4: Native fence fd support
2018-05-17 Stefan Schakebroadcom/vc4: Detect syncobj support
2018-03-05 Boris Brezillonbroadcom/vc4: Add support for HW perfmon
2017-11-09 Boris Brezillonbroadcom/vc4: Mark BOs as purgeable when they enter...
2017-07-12 Eric Anholtvc4: Set shareable BOs as T tiled if possible
2017-07-12 Eric Anholtvc4: Make the miptree debug code available under VC4_DE...
2017-06-15 Eric Anholtgallium: Add renderonly-based support for pl111+vc4.
2017-05-17 Eric Anholtvc4: Drop pointless indirections around BO import/export.
2017-03-08 Brian Paulgallium: s/unsigned/enum pipe_shader_type/ for get_comp...
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex with mtx_t
2016-11-17 Eric Anholtvc4: Try compiling our FSes in multithreaded mode on...
2016-11-17 Eric Anholtvc4: Add support for ETC1 textures if the kernel is...
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.