aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon
Commit message (Expand)AuthorAgeFilesLines
* ac: add radeon_info::num_rings and move ring_type to amd_family.hMarek Olšák2019-11-191-2/+2
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* util: remove LIST_IS_EMPTY macroTimothy Arceri2019-10-281-1/+1
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-281-1/+1
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-281-1/+1
* winsys/radeon: initialize SIMD properties in radeon_infoMarek Olšák2019-10-071-0/+3
* util/u_queue: track job size and limit the size of queue growthTimothy Arceri2019-09-191-1/+1
* radeonsi: move texture storage allocation outside of radeonsiMarek Olšák2019-09-091-1/+22
* radeonsi: move HTILE allocation outside of radeonsiMarek Olšák2019-09-091-0/+70
* ac/surface: add RADEON_SURF_NO_FMASKMarek Olšák2019-09-091-2/+3
* r300,r600,radeonsi: set winsys_handle::stride,offset in drivers, not winsysesMarek Olšák2019-09-091-6/+0
* r300,r600,radeonsi: read winsys_handle::stride,offset in drivers, not winsysesMarek Olšák2019-09-091-14/+1
* winsys/amdgpu+radeon: process AMD_DEBUG in addition to R600_DEBUGMarek Olšák2019-08-271-1/+2
* ac: add cpdma_prefetch_writes_memory to ac_gpu_infoSamuel Pitoiset2019-08-271-0/+1
* radeonsi: add support for compute-only chipsMarek Olšák2019-07-291-0/+1
* winsys/amdgpu: Make KMS handles valid for original DRM file descriptorMichel Dänzer2019-07-031-1/+2
* ac: add radeon_info::is_amdgpu instead of checking drm_major == 3Marek Olšák2019-06-141-0/+1
* r300g: restore performance after RADEON_FLAG_NO_INTERPROCESS_SHARING was addedRichard Thier2019-06-111-1/+3
* ac: treat Mullins as Kabini, remove the enumMarek Olšák2019-05-271-3/+0
* r600+radeonsi: use ctx_query_reset_status on radeonMarek Olšák2019-05-161-5/+0
* winsys/radeon: implement ctx_query_reset_status by copying radeonsiMarek Olšák2019-05-164-6/+43
* winsys/amdgpu: add REWIND emulation via INDIRECT_BUFFER into cs_check_spaceMarek Olšák2019-05-161-1/+2
* winsys/amdgpu: add a parallel compute IB coupled with a gfx IBMarek Olšák2019-05-161-1/+2
* ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák2019-05-153-19/+19
* Delete autotoolsDylan Baker2019-04-151-12/+0
* winsys/amdgpu,radeon: pass vm_alignment to buffer_from_handleMarek Olšák2018-11-282-1/+3
* radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET onlyMarek Olšák2018-11-091-1/+2
* radeonsi: adjust and simplify max_alloc_size determinationMarek Olšák2018-09-101-3/+5
* ac: add radeon_info::num_good_cu_per_shMarek Olšák2018-09-101-0/+4
* winsys/radeon: fix CMASK fast clear for NPOT textures with mipmapping on SI/CIMarek Olšák2018-09-101-2/+2
* radeonsi: pin the winsys thread to the requested L3 cache (v2)Marek Olšák2018-09-071-0/+13
* ac: add radeon_info::nameMarek Olšák2018-08-141-1/+6
* radeonsi: use storage_samples instead of color_samples in most placesMarek Olšák2018-07-311-4/+2
* radeonsi: rework RADEON_PRIO flags to be <= 31Marek Olšák2018-07-162-2/+2
* Shorten u_queue namesMarek Olšák2018-07-041-1/+1
* 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
* amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák2018-06-194-19/+19
* ac/gpu_info: add radeon_info::num_tcc_blocksMarek Olšák2018-06-191-0/+26
* gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2018-05-301-7/+7
* 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