summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_screen.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-17broadcom/vc4: Native fence fd supportStefan Schake1-2/+2
2018-05-17broadcom/vc4: Detect syncobj supportStefan Schake1-0/+1
2018-03-05broadcom/vc4: Add support for HW perfmonBoris Brezillon1-0/+1
2017-11-09broadcom/vc4: Mark BOs as purgeable when they enter the BO cacheBoris Brezillon1-0/+1
2017-07-12vc4: Set shareable BOs as T tiled if possibleEric Anholt1-0/+1
2017-07-12vc4: Make the miptree debug code available under VC4_DEBUG=surfEric Anholt1-0/+1
2017-06-15gallium: Add renderonly-based support for pl111+vc4.Eric Anholt1-1/+4
2017-05-17vc4: Drop pointless indirections around BO import/export.Eric Anholt1-7/+0
2017-03-08gallium: s/unsigned/enum pipe_shader_type/ for get_compiler_options()Brian Paul1-1/+2
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri1-2/+2
2016-11-16vc4: Try compiling our FSes in multithreaded mode on new kernels.Eric Anholt1-0/+1
2016-11-16vc4: Add support for ETC1 textures if the kernel is new enough.Eric Anholt1-0/+5
2016-10-21vc4: Move simulator memory management to a u_mm.h heap.Eric Anholt1-0/+4
2016-10-21vc4: Move simulator globals into a struct.Eric Anholt1-3/+0
2016-10-05vc4: use the new parent/child pools for transfersNicolai Hähnle1-0/+3
2016-08-22vc4: Tell state_tracker that we would prefer NIR.Eric Anholt1-0/+4
2016-07-26vc4: add hash table look-up for exported dmabufsRob Herring1-0/+3
2016-07-20vc4: Return V3D version details in the GL renderer info.Eric Anholt1-0/+2
2016-07-20vc4: Check the V3D version reported by the kernel.Eric Anholt1-0/+2
2016-07-12vc4: Add a flag in the screen to track control flow support.Eric Anholt1-0/+1
2015-12-15vc4: Add support for dumping executed commands to a file.Eric Anholt1-0/+1
2015-06-17vc4: Track the number of BOs allocated and their size.Eric Anholt1-0/+6
2015-06-09vc4: Drop qir include from vc4_screen.hEric Anholt1-1/+1
2015-05-29vc4: Convert from simple_list.h to list.hEric Anholt1-2/+2
2015-04-01vc4: Convert to consuming NIR.Eric Anholt1-0/+1
2014-12-17vc4: Add a userspace BO cache.Eric Anholt1-0/+12
2014-12-17vc4: Drop a weird argument in the BOs-from-handles API.Eric Anholt1-2/+1
2014-12-05vc4: Add a debug flag for waiting for sync on submit.Eric Anholt1-0/+1
2014-11-20vc4: Update for new kernel ABI with async execution and waits.Eric Anholt1-0/+13
2014-09-09vc4: Add a debug flag for flushing after every draw.Eric Anholt1-0/+1
2014-08-22vc4: Add support for texture tiling.Eric Anholt1-2/+0
2014-08-18vc4: Add support for swizzling of texture colors.Eric Anholt1-0/+1
2014-08-12vc4: Fix off-by-one in texture maximum levels.Eric Anholt1-1/+1
2014-08-11vc4: Switch simulator to using kernel validatorEric Anholt1-1/+0
2014-08-08vc4: Add VC4_DEBUG env optionEric Anholt1-1/+9
2014-08-08vc4: Initial skeleton driver import.Eric Anholt1-0/+63