summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)AuthorFilesLines
2018-05-17amd: remove support for LLVM 4.0Marek Olšák1-7/+0
2018-05-16v3d: Rename the driver files from "vc5" to "v3d".Eric Anholt7-6/+6
2018-05-16v3d: Rename the vc5_dri.so driver to v3d_dri.so.Eric Anholt5-8/+8
2018-05-10winsys/amdgpu: Destroy dev_hash table when the last winsys is removed.Jan Vesely1-1/+6
2018-05-10ac/gpu_info: add has_read_registers_queryMarek Olšák1-0/+1
2018-05-10ac/gpu_info: add has_2d_tilingMarek Olšák1-0/+2
2018-05-10ac/gpu_info: add has_sparse_vm_mappingsMarek Olšák1-0/+1
2018-05-10ac/gpu_info: add has_unaligned_shader_loadsMarek Olšák1-0/+3
2018-05-10ac/gpu_info: add has_indirect_compute_dispatchMarek Olšák1-0/+5
2018-05-10ac/gpu_info: add kernel_flushes_tc_l2_after_ibMarek Olšák1-0/+1
2018-05-10ac/gpu_info: add has_format_bc1_through_bc7Marek Olšák1-0/+1
2018-05-10ac/gpu_info: add has_eqaa_surface_allocatorMarek Olšák1-0/+1
2018-05-10radeonsi: clean up the reset status query implementationMarek Olšák1-0/+2
2018-05-10ac/gpu_info: add has_bo_metadataMarek Olšák1-0/+1
2018-05-10ac/gpu_info: add si_TA_CS_BC_BASE_ADDR_allowedMarek Olšák1-0/+1
2018-05-10ac/gpu_info: add htile_cmask_support_1d_tilingMarek Olšák1-0/+3
2018-05-10ac/gpu_info: add kernel_flushes_hdp_before_ibMarek Olšák1-0/+1
2018-05-10ac/surface: add EQAA supportMarek Olšák2-2/+6
2018-05-10ac/surface: unify common legacy and gfx9 fmask fieldsMarek Olšák1-3/+3
2018-05-10ac/surface/gfx6: compute FMASK together with the color surfaceMarek Olšák1-0/+48
2018-05-10winsys/radeon: Destroy fd_hash table when the last winsys is removed.Jan Vesely1-1/+6
2018-04-23virgl: disable virgl when no 3D for virtio gpu.Lepton Wu1-0/+11
2018-04-16radeonsi: don't emit partial flushes for internal CS flushes onlyMarek Olšák3-9/+18
2018-04-16winsys/amdgpu: always set AMDGPU_IB_FLAG_TC_WB_NOT_INVALIDATEMarek Olšák1-10/+26
2018-04-10ac/surface: don't set the display flag for obviously unsupported cases (v2)Marek Olšák1-0/+1
2018-04-02ac/gpu_info: rename has_virtual_memory -> r600_has_virtual_memoryMarek Olšák3-17/+17
2018-03-26winsys/amdgpu: always allow GTT placements on APUsMarek Olšák1-7/+5
2018-03-26radeonsi: don't reallocate on DMABUF export if local BOs are disabledMarek Olšák1-4/+3
2018-03-22gallium/winsys/kms: Add support for multi-planesLepton Wu1-40/+112
2018-03-22gallium/winsys/kms: Fix possible leak in map/unmap.Lepton Wu1-7/+31
2018-03-22autotools: add tegra header filesJuan A. Suarez Romero1-0/+1
2018-03-21ac/surface: compute tile swizzle for GFX9Marek Olšák1-0/+2
2018-03-15virgl: resize resource bo allocation if we need to.Dave Airlie2-4/+12
2018-03-09tegra: Initial supportThierry Reding5-0/+128
2018-03-08winsys/amdgpu: pad compute IBsMarek Olšák1-1/+3
2018-03-08radeonsi: align command buffer starting address to fix some Raven hangsMarek Olšák2-2/+4
2018-03-05virgl: handle getting new capsets.Dave Airlie5-30/+28
2018-02-28winsys/amdgpu: request high addressesChristian König1-4/+12
2018-02-21winsys/amdgpu:add uvd hevc enc support in amdgpu csJames Zhu1-0/+6
2018-02-17winsys/radeon: implement and enable 32-bit VM allocationsMarek Olšák3-8/+64
2018-02-17winsys/radeon: add struct radeon_vm_heapMarek Olšák3-36/+47
2018-02-17winsys/amdgpu: enable 32-bit VM allocationsMarek Olšák1-1/+2
2018-02-16meson: Add Haiku platform support v4Alexander von Gluck IV1-0/+29
2018-02-15meson: define empty variables for libswdri and libswkmsdriDylan Baker2-3/+2
2018-02-13virgl: Support v2 caps struct (v2)Stéphane Marchesin1-1/+37
2018-02-06winsys/amdgpu: allow non page-aligned size bo creation from pointerMichal Navratil1-4/+7
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