aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/svga
Commit message (Expand)AuthorAgeFilesLines
* gallium/hash_table: remove some function wrappersMarek Olšák2020-02-262-19/+9
* gallium/hash_table: turn it into a wrapper around util/hash_tableMarek Olšák2020-02-262-2/+2
* gallium/hash_table: use the same callback signatures as util/hash_tableMarek Olšák2020-02-261-3/+3
* gallium/hash_table: consolidate hash tables with pointer keysMarek Olšák2020-02-261-12/+1
* winsys/svga: Enable transhuge pages for buffer objectsThomas Hellstrom2020-01-291-0/+1
* winsys/svga: use new ioctl for loggingRoland Scheidegger2020-01-294-6/+42
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* util: remove LIST_DEL macroTimothy Arceri2019-10-281-3/+3
* util: remove LIST_DELINIT macroTimothy Arceri2019-10-281-3/+3
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-282-4/+4
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-282-4/+4
* winsys/svga: Limit the maximum DMA hardware buffer sizeThomas Hellstrom2019-10-241-1/+4
* 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