summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)AuthorFilesLines
2018-01-31winsys/radeon: Compute is_displayable in surf_drm_to_winsysMichel Dänzer1-0/+3
2018-01-30winsys/amdgpu: add support for syncobj signaling v3Andres Rodriguez2-1/+86
2018-01-27gallium/radeon: set number of pb_cache buckets = number of heapsMarek Olšák4-33/+25
2018-01-27pb_cache: let drivers choose the number of bucketsMarek Olšák4-4/+4
2018-01-26winsys/amdgpu: fix assertion failure with UVD and VCE ringsMarek Olšák1-2/+1
2018-01-26radeonsi: Export signalled sync file instead of -1.Bas Nieuwenhuizen1-0/+22
2018-01-23winsys/svga: check correct member after createGrazvydas Ignotas1-1/+1
2018-01-19autotools: include meson build files in tarballDylan Baker18-5/+31
2018-01-10winsys/radeon: fix up default enabled_rb_mask for r600Roland Scheidegger1-6/+10
2017-12-11winsys/amdgpu: disable local BOs again due to worse performanceMarek Olšák1-2/+3
2017-12-07meson: fix pl111 dependency on vc4Eric Engestrom1-0/+1
2017-12-06meson: fix keyword argument in declare_dependency()Eric Engestrom2-2/+2
2017-12-06winsys/amdgpu: make IBs use read-only memoryMarek Olšák1-0/+1
2017-12-06radeonsi: always place sparse buffers in VRAMNicolai Hähnle1-2/+3
2017-12-05winsys/amdgpu: add RADEON_FLAG_READ_ONLYMarek Olšák1-1/+8
2017-12-05gallium/radeon: move setting VRAM|GTT into winsysesMarek Olšák3-1/+28
2017-12-04meson: define driver dependenciesDylan Baker2-0/+10
2017-12-01amd: remove always-true BRAHMA_BUILD defineEric Engestrom1-3/+1
2017-11-29r300,r600,radeonsi: replace RADEON_FLUSH_* with PIPE_FLUSH_*Marek Olšák4-8/+8
2017-11-28meson: build virgl driverDylan Baker2-0/+53
2017-11-28meson: build svga driver on linuxDylan Baker1-0/+45
2017-11-28meson: build i915g driverDylan Baker1-0/+31
2017-11-27ac: change legacy_surf_level::slice_size to dword unitsMarek Olšák1-2/+2
2017-11-17winsys/amdgpu: add vcn enc cs supportBoyuan Zhang1-1/+6
2017-11-13meson: don't use build_by_default for specific gallium driversDylan Baker4-4/+0
2017-11-10meson: build gallium-xlib based glxDylan Baker1-0/+27
2017-11-09winsys/amdgpu: handle cs_add_fence_dependency for deferred/unsubmitted fencesNicolai Hähnle3-11/+38
2017-11-09util: move os_time.[ch] to src/utilNicolai Hähnle6-6/+7
2017-11-09amdgpu: use simple mtxTimothy Arceri5-44/+45
2017-11-08amd/addrlib: update to latest versionMarek Olšák1-1/+0
2017-11-07radeonsi: remove unused field in the PCI ID tableMarek Olšák1-1/+1
2017-11-03winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx.Andrey Grodzovsky2-0/+13
2017-11-02radeonsi: remove 'Authors:' commentsMarek Olšák12-55/+2
2017-11-01svga: Use __asm__ instead of asmDylan Baker1-3/+0
2017-11-01Revert "winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx."Marek Olšák4-13/+0
2017-10-31winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx.Andrey Grodzovsky4-0/+13
2017-10-26winsys/svga/drm: add ERESTART define for *BSDGreg V1-0/+5
2017-10-24meson: build freedrenoRob Clark1-0/+30
2017-10-23meson: build imx driverDylan Baker1-0/+28
2017-10-23meson: build etnaviv driver + winsysDylan Baker1-0/+28
2017-10-17meson: Add support for the vc5 driver.Eric Anholt1-0/+29
2017-10-17meson: Add support for the pl111 driver.Eric Anholt1-0/+30
2017-10-17meson: Add support for the vc4 driver.Eric Anholt1-0/+29
2017-10-17radeonsi: add GFX-IB-size query to the HUDMarek Olšák4-0/+5
2017-10-17winsys/amdgpu: disable CPU caching for GFX & SDMA IBsMarek Olšák1-4/+9
2017-10-17winsys/amdgpu: don't do read-modify-write on command buffersMarek Olšák2-4/+16
2017-10-16meson: build nouveau (gallium) driverDylan Baker1-0/+30
2017-10-16meson: build gallium winsys for dri, null, and wrapperDylan Baker4-0/+110
2017-10-16meson: build radeonsiDylan Baker2-0/+66
2017-10-12winsys/amdgpu: implement sync_file import/exportMarek Olšák2-7/+126