aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/svga
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-1/+1
* util: use standard name for sprintf()Eric Engestrom2019-07-191-1/+1
* winsys/svga: Make it possible to specify coherent resourcesThomas Hellstrom2019-06-203-15/+10
* winsys/svga/drm: Fix 32-bit RPCI send messageDeepak Rawat2019-06-061-12/+23
* winsys/drm: Fix out of scope variable usageDeepak Rawat2019-06-021-12/+13
* svga: Add an environment variable to force coherent surface memoryThomas Hellstrom2019-05-174-3/+18
* pipebuffer, winsys/svga: Add functionality to update pb_validate_entry flagsThomas Hellstrom2019-05-171-16/+7
* winsys/svga: Fix RELOC_INTERNAL mob GPU accessThomas Hellstrom2019-05-171-1/+9
* svga: Remove the surface_invalidate winsys functionThomas Hellstrom2019-05-173-18/+0
* svga: move host logging to winsysCharmaine Lee2019-05-025-0/+495
* winsys/svga: Don't abort on EBUSY errors from execbufferThomas Hellstrom2019-05-021-1/+3
* winsys/svga: Update the drm interface fileThomas Hellstrom2019-05-022-174/+188
* winsys/svga: Enable the transfer_from_buffer GPU command for vgpu10Thomas Hellstrom2019-05-021-0/+1
* winsys/svga: Add an environment variable to force host-backed operationThomas Hellstrom2019-05-021-6/+11
* winsys/svga/drm: Include sys/types.hKhem Raj2019-04-301-0/+1
* Delete autotoolsDylan Baker2019-04-151-36/+0
* winsys/svga: use new pb_usage_flags enum typeBrian Paul2019-03-083-6/+26
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-141-1/+1
* winsys/svga: Fix a memory leakThomas Hellstrom2018-11-291-0/+2
* scons: drop unused HAVE_STDINT_H macroEric Engestrom2018-10-301-1/+0
* svga: Add missing include guardsMichaƂ Janiszewski2018-10-301-0/+1
* 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