aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-0119-20/+22
* ac/gpu_info: replace num_good_cu_per_sh with min/max_good_cu_per_saMarek Olšák2020-05-261-1/+2
* ac/gpu_info: compute the best safe IB alignmentMarek Olšák2020-05-232-2/+2
* amdgpu: fix unitialized variablePierre-Eric Pelloux-Prayer2020-05-221-1/+1
* winsys/amdgpu: add RADEON_FLAG_UNCACHED for faster blits over PCIeMarek Olšák2020-05-151-0/+3
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-1319-21/+21
* amdgpu: use AMDGPU_IB_FLAGS_SECURE when requestedPierre-Eric Pelloux-Prayer2020-05-111-0/+5
* amdgpu: add encrypted slabs supportPierre-Eric Pelloux-Prayer2020-05-114-18/+70
* radeon: add RADEON_CREATE_ENCRYPTED flagPierre-Eric Pelloux-Prayer2020-05-111-0/+5
* radeonsi: add AMD_DEBUG=tmz optionPierre-Eric Pelloux-Prayer2020-05-111-0/+5
* amdgpu/radeon: add secure apiPierre-Eric Pelloux-Prayer2020-05-114-0/+42
* ac/surface,radeonsi: move the set/get_bo_metadata code to ac_surface.cMarek Olšák2020-05-072-119/+79
* amd: remove duplicated definitions from amdgpu_drm.hMarek Olšák2020-05-073-16/+0
* iris: move iris_vtable to iris_screenMike Blumenkrantz2020-04-291-1/+1
* ac/surface: add code for gfx10 displayable DCCMarek Olšák2020-04-291-0/+8
* ac/surface: rename micro tile mode enums like gfx10 uses themMarek Olšák2020-04-291-1/+1
* winsys/svga: Optionally avoid caching buffer mapsThomas Hellstrom2020-04-294-12/+22
* gallium/pipebuffer: Use persistent maps for slabsThomas Hellstrom2020-04-291-0/+2
* drm-uapi,radv,radeonsi: Add amdgpu_drm.h header.Bas Nieuwenhuizen2020-04-273-3/+3
* winsys/amdgpu: Retrieve WC flags from imported buffers.Bas Nieuwenhuizen2020-04-162-0/+15
* 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