aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* 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-302-43/+0
* meson: inline `inc_common`Eric Engestrom2020-03-284-4/+4
* util: don't include p_defines.h and u_pointer.h from galliumMarek Olšák2020-03-275-0/+5
* winsys/radeon: change to 3-space indentationMarek Olšák2020-03-198-2963/+2956
* Android.mk: Tweak MESA_ENABLE_LLVM checksJohn Stultz2020-03-191-0/+4
* ac: add radeon_info::use_late_alloc to control LATE_ALLOC globallyMarek Olšák2020-03-121-0/+2
* gallium/hash_table: remove some function wrappersMarek Olšák2020-02-2611-62/+52
* gallium/hash_table: turn it into a wrapper around util/hash_tableMarek Olšák2020-02-2612-16/+16
* 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 FD keysMarek Olšák2020-02-266-142/+6
* gallium/hash_table: consolidate hash tables with pointer keysMarek Olšák2020-02-264-53/+8
* util: Change os_same_file_description return type from bool to intMichel Dänzer2020-02-211-1/+14
* winsys/amdgpu: Make local variable r signedMichel Dänzer2020-02-211-1/+2
* virgl: Use align_free for align_malloc allocated bufferSzymon Andrzejuk2020-02-011-1/+1
* winsys/amdgpu: Close KMS handles for other DRM file descriptionsMichel Dänzer2020-01-292-3/+21
* winsys/amdgpu: Re-use amdgpu_screen_winsys when possibleMichel Dänzer2020-01-292-24/+48
* 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
* radeonsi: stop using the VM_ALWAYS_VALID flagPierre-Eric Pelloux-Prayer2020-01-293-16/+0
* Revert "winsys/amdgpu: Re-use amdgpu_screen_winsys when possible"Marek Olšák2020-01-272-45/+24
* Revert "winsys/amdgpu: Close KMS handles for other DRM file descriptions"Marek Olšák2020-01-272-21/+3
* etnaviv: update Android build filesMartin Fuzzey2020-01-241-1/+1
* winsys/amdgpu: Close KMS handles for other DRM file descriptionsMichel Dänzer2020-01-232-3/+21
* winsys/amdgpu: Re-use amdgpu_screen_winsys when possibleMichel Dänzer2020-01-232-24/+45
* winsys/amdgpu: Only re-export KMS handles for different DRM FDsMichel Dänzer2020-01-233-11/+32
* winsys/amdgpu: Keep track of retrieved KMS handles using hash tablesMichel Dänzer2020-01-233-0/+47
* winsys/amdgpu: Keep a list of amdgpu_screen_winsyses in amdgpu_winsysMichel Dänzer2020-01-232-1/+28
* virgl/drm: update UAPIGurchetan Singh2020-01-102-175/+1
* radeonsi: preserve the scanout flag for shared resources on gfx9 and gfx10Marek Olšák2020-01-031-0/+5
* winsys/radeon: initialize pte_fragment_sizeMarek Olšák2019-12-301-0/+1
* winsys/amdgpu: avoid double simple_mtx_unlock()Jonathan Gray2019-11-281-1/+0
* winsys/amdgpu: detect noop dependencies on the same ring correctlyMarek Olšák2019-11-191-6/+9
* ac: fill num_rings for remaining IPsMarek Olšák2019-11-191-2/+7
* ac: add radeon_info::num_rings and move ring_type to amd_family.hMarek Olšák2019-11-191-2/+2
* Call shmget() with permission 0600 instead of 0777Brian Paul2019-11-182-2/+4
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-1413-13/+13
* radeonsi: sdma misc fixesPierre-Eric Pelloux-Prayer2019-10-301-3/+0
* winsys/amdgpu: use the new GPU reset queryMarek Olšák2019-10-281-20/+37
* util: remove LIST_IS_EMPTY macroTimothy Arceri2019-10-281-1/+1
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-281-1/+1
* util: remove LIST_DEL macroTimothy Arceri2019-10-283-6/+6
* util: remove LIST_DELINIT macroTimothy Arceri2019-10-281-3/+3
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-285-8/+8
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-286-9/+9
* winsys/svga: Limit the maximum DMA hardware buffer sizeThomas Hellstrom2019-10-241-1/+4
* meson: build gallium gdi winsysDylan Baker2019-10-101-0/+27
* amd: Move all amd/common code that depends on LLVM to amd/llvm.Timur Kristóf2019-10-082-2/+3
* winsys/radeon: initialize SIMD properties in radeon_infoMarek Olšák2019-10-071-0/+3