aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* winsys/amdgpu: clean up error handling in amdgpu_cs_submit_ibMarek Olšák2018-07-161-9/+8
* radeonsi: rework RADEON_PRIO flags to be <= 31Marek Olšák2018-07-164-7/+7
* winsys/amdgpu: use alloca when using global_bo_listMarek Olšák2018-07-161-9/+1
* winsys/amdgpu: remove label bo_list_errorMarek Olšák2018-07-161-12/+16
* winsys/amdgpu: always update gfx_bo_list_counterMarek Olšák2018-07-161-3/+3
* winsys/amdgpu: make amdgpu_cs_context::flags & handles localMarek Olšák2018-07-162-22/+5
* virgl/vtest: add support to vtest for new cap getting.Dave Airlie2018-07-102-4/+28
* Shorten u_queue namesMarek Olšák2018-07-042-2/+2
* radeon: duplicate cmask surface for now.Dave Airlie2018-06-261-1/+61
* radeonsi: move CMASK size computation into ac_surfaceMarek Olšák2018-06-251-0/+13
* 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