summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)AuthorFilesLines
2020-05-13gallium: rename 'state tracker' to 'frontend'Marek Olšák19-21/+21
2020-05-11amdgpu: use AMDGPU_IB_FLAGS_SECURE when requestedPierre-Eric Pelloux-Prayer1-0/+5
2020-05-11amdgpu: add encrypted slabs supportPierre-Eric Pelloux-Prayer4-18/+70
2020-05-11radeon: add RADEON_CREATE_ENCRYPTED flagPierre-Eric Pelloux-Prayer1-0/+5
2020-05-11radeonsi: add AMD_DEBUG=tmz optionPierre-Eric Pelloux-Prayer1-0/+5
2020-05-11amdgpu/radeon: add secure apiPierre-Eric Pelloux-Prayer4-0/+42
2020-05-07ac/surface,radeonsi: move the set/get_bo_metadata code to ac_surface.cMarek Olšák2-119/+79
2020-05-07amd: remove duplicated definitions from amdgpu_drm.hMarek Olšák3-16/+0
2020-04-29iris: move iris_vtable to iris_screenMike Blumenkrantz1-1/+1
2020-04-29ac/surface: add code for gfx10 displayable DCCMarek Olšák1-0/+8
2020-04-29ac/surface: rename micro tile mode enums like gfx10 uses themMarek Olšák1-1/+1
2020-04-29winsys/svga: Optionally avoid caching buffer mapsThomas Hellstrom4-12/+22
2020-04-29gallium/pipebuffer: Use persistent maps for slabsThomas Hellstrom1-0/+2
2020-04-27drm-uapi,radv,radeonsi: Add amdgpu_drm.h header.Bas Nieuwenhuizen3-3/+3
2020-04-16winsys/amdgpu: Retrieve WC flags from imported buffers.Bas Nieuwenhuizen2-0/+15
2020-04-13svga: fix build on FreeBSDGreg V1-0/+3
2020-04-01svga, winsys/svga: Fix persistent memory discard mapsThomas Hellstrom2-3/+12
2020-03-30scons: Prune out unnecessary targets.Jose Fonseca2-43/+0
2020-03-28meson: inline `inc_common`Eric Engestrom4-4/+4
2020-03-27util: don't include p_defines.h and u_pointer.h from galliumMarek Olšák5-0/+5
2020-03-19winsys/radeon: change to 3-space indentationMarek Olšák8-2963/+2956
2020-03-19Android.mk: Tweak MESA_ENABLE_LLVM checksJohn Stultz1-0/+4
2020-03-12ac: add radeon_info::use_late_alloc to control LATE_ALLOC globallyMarek Olšák1-0/+2
2020-02-26gallium/hash_table: remove some function wrappersMarek Olšák11-62/+52
2020-02-26gallium/hash_table: turn it into a wrapper around util/hash_tableMarek Olšák12-16/+16
2020-02-26gallium/hash_table: use the same callback signatures as util/hash_tableMarek Olšák1-3/+3
2020-02-26gallium/hash_table: consolidate hash tables with FD keysMarek Olšák6-142/+6
2020-02-26gallium/hash_table: consolidate hash tables with pointer keysMarek Olšák4-53/+8
2020-02-21util: Change os_same_file_description return type from bool to intMichel Dänzer1-1/+14
2020-02-21winsys/amdgpu: Make local variable r signedMichel Dänzer1-1/+2
2020-02-01virgl: Use align_free for align_malloc allocated bufferSzymon Andrzejuk1-1/+1
2020-01-29winsys/amdgpu: Close KMS handles for other DRM file descriptionsMichel Dänzer2-3/+21
2020-01-29winsys/amdgpu: Re-use amdgpu_screen_winsys when possibleMichel Dänzer2-24/+48
2020-01-29winsys/svga: Enable transhuge pages for buffer objectsThomas Hellstrom1-0/+1
2020-01-29winsys/svga: use new ioctl for loggingRoland Scheidegger4-6/+42
2020-01-29radeonsi: stop using the VM_ALWAYS_VALID flagPierre-Eric Pelloux-Prayer3-16/+0
2020-01-27Revert "winsys/amdgpu: Re-use amdgpu_screen_winsys when possible"Marek Olšák2-45/+24
2020-01-27Revert "winsys/amdgpu: Close KMS handles for other DRM file descriptions"Marek Olšák2-21/+3
2020-01-24etnaviv: update Android build filesMartin Fuzzey1-1/+1
2020-01-23winsys/amdgpu: Close KMS handles for other DRM file descriptionsMichel Dänzer2-3/+21
2020-01-23winsys/amdgpu: Re-use amdgpu_screen_winsys when possibleMichel Dänzer2-24/+45
2020-01-23winsys/amdgpu: Only re-export KMS handles for different DRM FDsMichel Dänzer3-11/+32
2020-01-23winsys/amdgpu: Keep track of retrieved KMS handles using hash tablesMichel Dänzer3-0/+47
2020-01-23winsys/amdgpu: Keep a list of amdgpu_screen_winsyses in amdgpu_winsysMichel Dänzer2-1/+28
2020-01-10virgl/drm: update UAPIGurchetan Singh2-175/+1
2020-01-03radeonsi: preserve the scanout flag for shared resources on gfx9 and gfx10Marek Olšák1-0/+5
2019-12-30winsys/radeon: initialize pte_fragment_sizeMarek Olšák1-0/+1
2019-11-28winsys/amdgpu: avoid double simple_mtx_unlock()Jonathan Gray1-1/+0
2019-11-19winsys/amdgpu: detect noop dependencies on the same ring correctlyMarek Olšák1-6/+9
2019-11-19ac: fill num_rings for remaining IPsMarek Olšák1-2/+7