aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/svga/drm/vmw_screen_svga.c
Commit message (Expand)AuthorAgeFilesLines
* svga: replace all dup() with os_dupfd_cloexec()Eric Engestrom2020-06-181-2/+3
* svga: Performance fixesNeha Bhende2020-06-051-0/+1
* winsys/svga: Limit the maximum DMA hardware buffer sizeThomas Hellstrom2019-10-241-1/+4
* svga: move host logging to winsysCharmaine Lee2019-05-021-0/+3
* winsys/drm: Add support for quality level in surface ioctlDeepak Rawat2018-09-101-1/+5
* winsys/svga: Add support for new surface ioctl, multisample patternDeepak Rawat2018-09-101-12/+25
* svga: add sample count to the surface_can_create interfaceCharmaine Lee2018-09-101-1/+5
* svga: sync with upstream changes to surface flagsCharmaine Lee2018-09-051-1/+6
* winsys/drm: Fix assert when try to accumulate an invalid fdCharmaine Lee2018-09-051-2/+7
* winsys/svga/drm: Connect winsys-side fence_* functionsSinclair Yeh2017-07-171-0/+33
* drivers/svga, winsys/svga/drm: Thread through timeout for fence_finishSinclair Yeh2017-07-171-1/+2
* winsys/svga: fix error path when kernel is not able to create surfaceDeepak Rawat2017-04-261-15/+18
* svga: add context pointer to the invalidate surface interfaceCharmaine Lee2017-04-071-13/+0
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-071-1/+1
* svga: add guest statistic gathering interfaceCharmaine Lee2016-08-261-0/+20
* svga: invalidate gb surface before it is reusedCharmaine Lee2016-07-081-0/+13
* svga/winsys: Add support for VGPU10Brian Paul2015-09-021-19/+35
* svga: Add a limit to the maximum surface sizeCharmaine Lee2014-08-121-0/+24
* svga/winsys: Propagate surface shared information to the winsysThomas Hellstrom2014-02-141-13/+13
* svga/winsys: implement GBS supportBrian Paul2014-02-141-95/+166
* winsys/svga: Rework buffer allocation to make it more robust v2.Thomas Hellstrom2011-10-141-1/+9
* winsys/svga: Update to vmwgfx kernel module 2.1Thomas Hellstrom2011-09-291-17/+16
* svga/drm: Implement svga_winsys_screen::get_hw_version.José Fonseca2011-05-101-0/+14
* pb: add void * for flush ctx to mapping functionsDave Airlie2010-09-121-1/+1
* gallium: Reorg winsys directoriesJakob Bornecrantz2010-03-241-0/+295