vc4: Fix return value handling for BO waits.
[mesa.git] / src / gallium / drivers / vc4 / vc4_bufmgr.c
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.