Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium/util: replace pipe_mutex_unlock() with mtx_unlock() | Timothy Arceri | 2017-03-07 | 1 | -1/+1 |
* | gallium/util: replace pipe_mutex_lock() with mtx_lock() | Timothy Arceri | 2017-03-07 | 1 | -1/+1 |
* | vc4: Move simulator winsys mapping and tracking to the simulator. | Eric Anholt | 2016-10-21 | 1 | -5/+0 |
* | vc4: add hash table look-up for exported dmabufs | Rob Herring | 2016-07-26 | 1 | -2/+19 |
* | vc4: Switch to using a separate ioctl for making shaders. | Eric Anholt | 2015-07-17 | 1 | -2/+2 |
* | vc4: Add perf debug for when we wait on BOs. | Eric Anholt | 2015-07-14 | 1 | -2/+3 |
* | vc4: Convert from simple_list.h to list.h | Eric Anholt | 2015-05-29 | 1 | -2/+2 |
* | vc4: Add a userspace BO cache. | Eric Anholt | 2014-12-17 | 1 | -3/+31 |
* | vc4: Add dmabuf support. | Eric Anholt | 2014-12-17 | 1 | -0/+3 |
* | vc4: Update for new kernel ABI with async execution and waits. | Eric Anholt | 2014-11-20 | 1 | -1/+9 |
* | vc4: Handle a couple of the transfer map flags. | Eric Anholt | 2014-09-02 | 1 | -0/+3 |
* | vc4: Initial skeleton driver import. | Eric Anholt | 2014-08-08 | 1 | -0/+83 |