broadcom/vc4: Add pipe_reference debugging for vc4_bos.
[mesa.git] / src / gallium / drivers / vc4 / vc4_bufmgr.c
2018-02-23 Eric Anholtbroadcom/vc4: Add pipe_reference debugging for vc4_bos.
2017-11-09 Boris Brezillonbroadcom/vc4: Mark BOs as purgeable when they enter...
2017-10-17 Eric Anholtbroadcom/vc4: Skip BO labeling when in simulator mode.
2017-09-27 Eric Anholtbroadcom/vc4: Fix release build
2017-09-27 Eric Anholtvc4: Add labels to BOs for debug builds or with VC4_DEB...
2017-09-26 Boris Brezillonbroadcom/vc4: Fix infinite retry in vc4_bo_alloc()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_unlock() with mtx_unlock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_lock() with mtx_lock()
2017-01-06 Eric Anholtvc4: Reuse a list function to simplify bufmgr code.
2016-10-21 Eric Anholtvc4: Move simulator winsys mapping and tracking to...
2016-10-21 Eric Anholtvc4: Move simulator memory management to a u_mm.h heap.
2016-10-21 Eric Anholtvc4: Restructure the simulator mode.
2016-08-03 Eric Anholtvc4: Tell valgrind about BO allocations from mmap time...
2016-07-26 Rob Herringvc4: add hash table look-up for exported dmabufs
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-10 Eric Anholtvc4: Return GL_OUT_OF_MEMORY when buffer allocation...
2015-11-04 Eric Anholtvc4: When the create ioctl fails, free our cache and...
2015-11-04 Eric Anholtvc4: Print the rounded shader size in debug output.
2015-11-04 Eric Anholtvc4: Fix dumping the size of BOs allocated/cached.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-18 Eric Anholtvc4: Switch to using a separate ioctl for making shaders.
2015-07-14 Eric Anholtvc4: Add perf debug for when we wait on BOs.
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: Fix memory leak from simple_list conversion.
2015-06-18 Eric Anholtvc4: Track the number of BOs allocated and their size.
2015-05-30 Eric Anholtvc4: Convert from simple_list.h to list.h
2015-05-30 Eric Anholtvc4: Make sure we allocate idle BOs from the cache.
2015-05-30 Eric Anholtvc4: Fix return value handling for BO waits.
2015-05-28 Eric Anholtvc4: Don't try to put our dmabuf-exported BOs into...
2015-03-24 Eric Anholtvc4: Use our device-specific ioctls for create/mmap.
2015-03-24 Eric Anholtvc4: Make a new #define for making code conditional...
2015-01-10 Eric Anholtvc4: Move global seqno short-circuiting to vc4_wait_seq...
2014-12-18 Eric Anholtvc4: Add a userspace BO cache.
2014-12-18 Eric Anholtvc4: Add dmabuf support.
2014-11-20 Eric Anholtvc4: Update for new kernel ABI with async execution...
2014-09-25 Eric Anholtvc4: Switch from errx() to fprintf() and abort().
2014-08-23 Eric Anholtvc4: Clear padding of ioctl arguments.
2014-08-22 Eric Anholtvc4: Include stdio/stdlib in headers so I don't have...
2014-08-11 Eric Anholtvc4: Stash some debug code for looking at what BOs...
2014-08-11 Eric Anholtvc4: Use GEM under simulation even for non-winsys BOs.
2014-08-11 Eric Anholtvc4: Don't forget to unmap the GEM BO when freeing.
2014-08-11 Eric Anholtvc4: Switch simulator to using kernel validator
2014-08-09 Eric Anholtvc4: Initial skeleton driver import.