aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: add a debug flag to zero vram allocationsGrazvydas Ignotas2018-06-213-0/+5
* amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák2018-06-198-38/+38
* ac/gpu_info: add radeon_info::num_tcc_blocksMarek Olšák2018-06-191-0/+26
* virgl: Remove debugging left-oversTomeu Vizoso2018-06-191-2/+0
* drisw: Fix invalid pointer arithmeticJan Vesely2018-06-071-1/+1
* drisw: learn to query shmid handle typeMarc-André Lureau2018-05-301-1/+9
* drisw: use shared memory when possibleMarc-André Lureau2018-05-301-12/+60
* gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2018-05-307-40/+40
* amd: remove support for LLVM 4.0Marek Olšák2018-05-171-7/+0
* v3d: Rename the driver files from "vc5" to "v3d".Eric Anholt2018-05-167-6/+6
* v3d: Rename the vc5_dri.so driver to v3d_dri.so.Eric Anholt2018-05-165-8/+8
* winsys/amdgpu: Destroy dev_hash table when the last winsys is removed.Jan Vesely2018-05-101-1/+6
* ac/gpu_info: add has_read_registers_queryMarek Olšák2018-05-101-0/+1
* ac/gpu_info: add has_2d_tilingMarek Olšák2018-05-101-0/+2
* ac/gpu_info: add has_sparse_vm_mappingsMarek Olšák2018-05-101-0/+1
* ac/gpu_info: add has_unaligned_shader_loadsMarek Olšák2018-05-101-0/+3
* ac/gpu_info: add has_indirect_compute_dispatchMarek Olšák2018-05-101-0/+5
* ac/gpu_info: add kernel_flushes_tc_l2_after_ibMarek Olšák2018-05-101-0/+1
* ac/gpu_info: add has_format_bc1_through_bc7Marek Olšák2018-05-101-0/+1
* ac/gpu_info: add has_eqaa_surface_allocatorMarek Olšák2018-05-101-0/+1
* radeonsi: clean up the reset status query implementationMarek Olšák2018-05-101-0/+2
* ac/gpu_info: add has_bo_metadataMarek Olšák2018-05-101-0/+1
* ac/gpu_info: add si_TA_CS_BC_BASE_ADDR_allowedMarek Olšák2018-05-101-0/+1
* ac/gpu_info: add htile_cmask_support_1d_tilingMarek Olšák2018-05-101-0/+3
* ac/gpu_info: add kernel_flushes_hdp_before_ibMarek Olšák2018-05-101-0/+1
* ac/surface: add EQAA supportMarek Olšák2018-05-102-2/+6
* ac/surface: unify common legacy and gfx9 fmask fieldsMarek Olšák2018-05-101-3/+3
* ac/surface/gfx6: compute FMASK together with the color surfaceMarek Olšák2018-05-101-0/+48
* winsys/radeon: Destroy fd_hash table when the last winsys is removed.Jan Vesely2018-05-101-1/+6
* virgl: disable virgl when no 3D for virtio gpu.Lepton Wu2018-04-231-0/+11
* radeonsi: don't emit partial flushes for internal CS flushes onlyMarek Olšák2018-04-163-9/+18
* winsys/amdgpu: always set AMDGPU_IB_FLAG_TC_WB_NOT_INVALIDATEMarek Olšák2018-04-161-10/+26
* ac/surface: don't set the display flag for obviously unsupported cases (v2)Marek Olšák2018-04-101-0/+1
* ac/gpu_info: rename has_virtual_memory -> r600_has_virtual_memoryMarek Olšák2018-04-023-17/+17
* winsys/amdgpu: always allow GTT placements on APUsMarek Olšák2018-03-261-7/+5
* radeonsi: don't reallocate on DMABUF export if local BOs are disabledMarek Olšák2018-03-261-4/+3
* gallium/winsys/kms: Add support for multi-planesLepton Wu2018-03-221-40/+112
* gallium/winsys/kms: Fix possible leak in map/unmap.Lepton Wu2018-03-221-7/+31
* autotools: add tegra header filesJuan A. Suarez Romero2018-03-221-0/+1
* ac/surface: compute tile swizzle for GFX9Marek Olšák2018-03-211-0/+2
* virgl: resize resource bo allocation if we need to.Dave Airlie2018-03-152-4/+12
* tegra: Initial supportThierry Reding2018-03-095-0/+128
* winsys/amdgpu: pad compute IBsMarek Olšák2018-03-081-1/+3
* radeonsi: align command buffer starting address to fix some Raven hangsMarek Olšák2018-03-082-2/+4
* virgl: handle getting new capsets.Dave Airlie2018-03-055-30/+28
* winsys/amdgpu: request high addressesChristian König2018-02-281-4/+12
* winsys/amdgpu:add uvd hevc enc support in amdgpu csJames Zhu2018-02-211-0/+6
* winsys/radeon: implement and enable 32-bit VM allocationsMarek Olšák2018-02-173-8/+64
* winsys/radeon: add struct radeon_vm_heapMarek Olšák2018-02-173-36/+47
* winsys/amdgpu: enable 32-bit VM allocationsMarek Olšák2018-02-171-1/+2