aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/svga/drm
Commit message (Expand)AuthorAgeFilesLines
* svga: replace all dup() with os_dupfd_cloexec()Eric Engestrom2020-06-181-2/+3
* replace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()Eric Engestrom2020-06-181-1/+2
* svga: Performance fixesNeha Bhende2020-06-054-0/+69
* svga: Add GL4.1(compatibility profile) support in svga driverNeha Bhende2020-06-053-8/+69
* winsys/drm: Add GL4.1 support in drm winsysNeha Bhende2020-06-053-6/+31
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-011-1/+2
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-132-2/+2
* winsys/svga: Optionally avoid caching buffer mapsThomas Hellstrom2020-04-294-12/+22
* gallium/pipebuffer: Use persistent maps for slabsThomas Hellstrom2020-04-291-0/+2
* svga: fix build on FreeBSDGreg V2020-04-131-0/+3
* svga, winsys/svga: Fix persistent memory discard mapsThomas Hellstrom2020-04-012-3/+12
* scons: Prune out unnecessary targets.Jose Fonseca2020-03-301-23/+0
* 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