OSDN Git Service

vc4: add hash table look-up for exported dmabufs
[android-x86/external-mesa.git] / src / gallium / drivers / vc4 / vc4_bufmgr.c
2016-09-01 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.