summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/svga
Commit message (Expand)AuthorAgeFilesLines
* winsys/drm: check for CAPS2/SM41 support if VGPU10 is enabledCharmaine Lee2018-09-101-1/+1
* winsys/drm: Add support for quality level in surface ioctlDeepak Rawat2018-09-104-8/+16
* winsys/drm: enable intra_surface_copy if HW_CAP2 is supportedCharmaine Lee2018-09-101-6/+9
* winsys/svga: Add support for new surface ioctl, multisample patternDeepak Rawat2018-09-105-95/+321
* 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-054-8/+13
* winsys/svga: Avoid cap2 code path for nowNeha Bhende2018-09-051-13/+5
* svga/winsys: Add cap2 support in winsysNeha Bhende2018-09-052-0/+15
* winsys/drm: Fix assert when try to accumulate an invalid fdCharmaine Lee2018-09-051-2/+7
* gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2018-05-302-10/+10
* winsys/svga: check correct member after createGrazvydas Ignotas2018-01-231-1/+1
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+1
* meson: build svga driver on linuxDylan Baker2017-11-281-0/+45
* svga: Use __asm__ instead of asmDylan Baker2017-11-011-3/+0
* winsys/svga/drm: add ERESTART define for *BSDGreg V2017-10-261-0/+5
* winsys/svga/drm: Enable import/export fence FDSinclair Yeh2017-07-173-19/+53
* winsys/svga/drm: Connect winsys-side fence_* functionsSinclair Yeh2017-07-174-10/+109
* winsys/svga/drm: Prepare to support fence fdSinclair Yeh2017-07-171-3/+8
* drivers/svga, winsys/svga/drm: Thread through timeout for fence_finishSinclair Yeh2017-07-173-2/+6
* svga: fix pre-mature flushing of the command bufferCharmaine Lee2017-06-222-2/+3
* winsys/svga: fix error path when kernel is not able to create surfaceDeepak Rawat2017-04-261-15/+18
* svga: remove unused vmw_dri1_intersect_src_bbox()Samuel Pitoiset2017-04-131-32/+0
* svga: add context pointer to the invalidate surface interfaceCharmaine Lee2017-04-074-16/+19
* winsys/svga: use c11 thread types/functionsBrian Paul2017-04-073-13/+13
* winsys/svga: Resolve command submission buffer contention v3Thomas Hellstrom2017-04-073-2/+38
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-074-19/+19
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-074-18/+18
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-072-2/+2
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-073-3/+3
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-073-3/+3
* gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock2016-10-041-1/+2
* svga: add guest statistic gathering interfaceCharmaine Lee2016-08-261-0/+20
* mesa: Use AC_HEADER_MAJOR to include correct header for major().Matt Turner2016-07-261-1/+6
* svga: invalidate gb surface before it is reusedCharmaine Lee2016-07-081-0/+13
* svga: Fix failures caused in fedora 24Neha Bhende2016-06-301-0/+11
* Android: move libdrm settings to top-level Android.common.mkRob Herring2016-06-131-1/+0
* gallium: push offset down to driverStanimir Varbanov2016-05-301-0/+12
* scons: Whenever possible decide what to do based on platform and not compiler.Jose Fonseca2016-04-261-6/+4
* pb_buffer: switch pb_buffer::size to 64 bitsMarek Olšák2016-04-122-4/+5
* gallium/winsys/drm: add offset to struct winsys_handleChristian König2016-03-171-0/+1
* svga: add new svga_winsys_context::get_command_buffer_size()Brian Paul2016-03-041-0/+8
* winsys/svga: Increase the fence timeoutThomas Hellstrom2016-03-041-1/+2
* winsys/svga: Fix an uninitialized return valueThomas Hellstrom2016-03-041-0/+2
* svga: Rename SVGA_HINT_FLAG_DRAW_EMITTEDSinclair Yeh2016-01-061-4/+4
* svga: Condition preemptive flush on draw emissionSinclair Yeh2015-10-221-5/+10
* winsys/svga: remove useless assertionBrian Paul2015-09-101-1/+0
* svga/winsys: Add support for VGPU10Brian Paul2015-09-0219-119/+362
* winsys/svga: add new vmw_query.c[h] filesBrian Paul2015-09-023-1/+214
* svga: scons: remove unused HAVE_SYS_TYPES_H defineEmil Velikov2015-07-291-1/+0
* gallium: replace INLINE with inlineIlia Mirkin2015-07-2110-23/+23