summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_bufmgr.h
AgeCommit message (Expand)AuthorFilesLines
2018-11-01vc4: Drop the winsys_stride relayout in the simluatorEric Anholt1-4/+2
2018-02-23broadcom/vc4: Add pipe_reference debugging for vc4_bos.Eric Anholt1-4/+15
2018-02-23broadcom/vc4: Remove dead vc4_bo_set_reference().Eric Anholt1-8/+0
2017-12-01broadcom/vc4: Use a single-entry cached last_hindex value.Eric Anholt1-0/+8
2017-09-27vc4: Add labels to BOs for debug builds or with VC4_DEBUG=surf set.Eric Anholt1-0/+3
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri1-1/+1
2016-10-21vc4: Move simulator winsys mapping and tracking to the simulator.Eric Anholt1-5/+0
2016-07-26vc4: add hash table look-up for exported dmabufsRob Herring1-2/+19
2015-07-17vc4: Switch to using a separate ioctl for making shaders.Eric Anholt1-2/+2
2015-07-14vc4: Add perf debug for when we wait on BOs.Eric Anholt1-2/+3
2015-05-29vc4: Convert from simple_list.h to list.hEric Anholt1-2/+2
2014-12-17vc4: Add a userspace BO cache.Eric Anholt1-3/+31
2014-12-17vc4: Add dmabuf support.Eric Anholt1-0/+3
2014-11-20vc4: Update for new kernel ABI with async execution and waits.Eric Anholt1-1/+9
2014-09-02vc4: Handle a couple of the transfer map flags.Eric Anholt1-0/+3
2014-08-08vc4: Initial skeleton driver import.Eric Anholt1-0/+83