| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_* | Dave Airlie | 2018-05-30 | 2 | -10/+10 |
* | winsys/svga: check correct member after create | Grazvydas Ignotas | 2018-01-23 | 1 | -1/+1 |
* | autotools: include meson build files in tarball | Dylan Baker | 2018-01-19 | 1 | -1/+1 |
* | meson: build svga driver on linux | Dylan Baker | 2017-11-28 | 1 | -0/+45 |
* | svga: Use __asm__ instead of asm | Dylan Baker | 2017-11-01 | 1 | -3/+0 |
* | winsys/svga/drm: add ERESTART define for *BSD | Greg V | 2017-10-26 | 1 | -0/+5 |
* | winsys/svga/drm: Enable import/export fence FD | Sinclair Yeh | 2017-07-17 | 3 | -19/+53 |
* | winsys/svga/drm: Connect winsys-side fence_* functions | Sinclair Yeh | 2017-07-17 | 4 | -10/+109 |
* | winsys/svga/drm: Prepare to support fence fd | Sinclair Yeh | 2017-07-17 | 1 | -3/+8 |
* | drivers/svga, winsys/svga/drm: Thread through timeout for fence_finish | Sinclair Yeh | 2017-07-17 | 3 | -2/+6 |
* | svga: fix pre-mature flushing of the command buffer | Charmaine Lee | 2017-06-22 | 2 | -2/+3 |
* | winsys/svga: fix error path when kernel is not able to create surface | Deepak Rawat | 2017-04-26 | 1 | -15/+18 |
* | svga: remove unused vmw_dri1_intersect_src_bbox() | Samuel Pitoiset | 2017-04-13 | 1 | -32/+0 |
* | svga: add context pointer to the invalidate surface interface | Charmaine Lee | 2017-04-07 | 4 | -16/+19 |
* | winsys/svga: use c11 thread types/functions | Brian Paul | 2017-04-07 | 3 | -13/+13 |
* | winsys/svga: Resolve command submission buffer contention v3 | Thomas Hellstrom | 2017-04-07 | 3 | -2/+38 |
* | gallium/util: replace pipe_mutex_unlock() with mtx_unlock() | Timothy Arceri | 2017-03-07 | 4 | -19/+19 |
* | gallium/util: replace pipe_mutex_lock() with mtx_lock() | Timothy Arceri | 2017-03-07 | 4 | -18/+18 |
* | gallium/util: replace pipe_mutex_destroy() with mtx_destroy() | Timothy Arceri | 2017-03-07 | 2 | -2/+2 |
* | gallium/util: replace pipe_mutex_init() with mtx_init() | Timothy Arceri | 2017-03-07 | 3 | -3/+3 |
* | gallium/util: replace pipe_mutex with mtx_t | Timothy Arceri | 2017-03-07 | 3 | -3/+3 |
* | gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC) | Matt Whitlock | 2016-10-04 | 1 | -1/+2 |
* | svga: add guest statistic gathering interface | Charmaine Lee | 2016-08-26 | 1 | -0/+20 |
* | mesa: Use AC_HEADER_MAJOR to include correct header for major(). | Matt Turner | 2016-07-26 | 1 | -1/+6 |
* | svga: invalidate gb surface before it is reused | Charmaine Lee | 2016-07-08 | 1 | -0/+13 |
* | svga: Fix failures caused in fedora 24 | Neha Bhende | 2016-06-30 | 1 | -0/+11 |
* | Android: move libdrm settings to top-level Android.common.mk | Rob Herring | 2016-06-13 | 1 | -1/+0 |
* | gallium: push offset down to driver | Stanimir Varbanov | 2016-05-30 | 1 | -0/+12 |
* | scons: Whenever possible decide what to do based on platform and not compiler. | Jose Fonseca | 2016-04-26 | 1 | -6/+4 |
* | pb_buffer: switch pb_buffer::size to 64 bits | Marek Olšák | 2016-04-12 | 2 | -4/+5 |
* | gallium/winsys/drm: add offset to struct winsys_handle | Christian König | 2016-03-17 | 1 | -0/+1 |
* | svga: add new svga_winsys_context::get_command_buffer_size() | Brian Paul | 2016-03-04 | 1 | -0/+8 |
* | winsys/svga: Increase the fence timeout | Thomas Hellstrom | 2016-03-04 | 1 | -1/+2 |
* | winsys/svga: Fix an uninitialized return value | Thomas Hellstrom | 2016-03-04 | 1 | -0/+2 |
* | svga: Rename SVGA_HINT_FLAG_DRAW_EMITTED | Sinclair Yeh | 2016-01-06 | 1 | -4/+4 |
* | svga: Condition preemptive flush on draw emission | Sinclair Yeh | 2015-10-22 | 1 | -5/+10 |
* | winsys/svga: remove useless assertion | Brian Paul | 2015-09-10 | 1 | -1/+0 |
* | svga/winsys: Add support for VGPU10 | Brian Paul | 2015-09-02 | 19 | -119/+362 |
* | winsys/svga: add new vmw_query.c[h] files | Brian Paul | 2015-09-02 | 3 | -1/+214 |
* | svga: scons: remove unused HAVE_SYS_TYPES_H define | Emil Velikov | 2015-07-29 | 1 | -1/+0 |
* | gallium: replace INLINE with inline | Ilia Mirkin | 2015-07-21 | 10 | -23/+23 |
* | util: Move gallium's linked list to util | Jason Ekstrand | 2015-05-08 | 2 | -2/+2 |
* | Fix a few typos | Zoë Blade | 2015-04-27 | 1 | -2/+2 |
* | android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS | Emil Velikov | 2015-04-22 | 1 | -2/+2 |
* | gallium: Remove Android files from distribution. | Matt Turner | 2014-12-12 | 1 | -1/+1 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2014-12-08 | 1 | -4/+2 |
* | configure.ac: Add AC_SYS_LARGEFILE | Michel Dänzer | 2014-09-05 | 1 | -1/+1 |
* | winsys/svga: Fix incorrect type usage in IOCTL v2 | Thomas Hellstrom | 2014-09-04 | 1 | -4/+9 |
* | gallium/pb_bufmgr_cache: limit the size of cache | Marek Olšák | 2014-09-01 | 1 | -1/+2 |
* | winsys/$(hw): ship the Android/SCons scripts in the tarball | Emil Velikov | 2014-08-28 | 1 | -0/+2 |