summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-101-2/+4
* 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
* radeonsi: don't emit partial flushes for internal CS flushes onlyMarek Olšák2018-04-162-5/+10
* ac/gpu_info: rename has_virtual_memory -> r600_has_virtual_memoryMarek Olšák2018-04-023-17/+17
* radeonsi: align command buffer starting address to fix some Raven hangsMarek Olšák2018-03-081-0/+1
* 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/radeon: Compute is_displayable in surf_drm_to_winsysMichel Dänzer2018-01-311-0/+3
* gallium/radeon: set number of pb_cache buckets = number of heapsMarek Olšák2018-01-272-16/+13
* pb_cache: let drivers choose the number of bucketsMarek Olšák2018-01-272-2/+2
* autotools: include meson build files in tarballDylan Baker2018-01-191-0/+2
* winsys/radeon: fix up default enabled_rb_mask for r600Roland Scheidegger2018-01-101-6/+10
* gallium/radeon: move setting VRAM|GTT into winsysesMarek Olšák2017-12-052-0/+15
* r300,r600,radeonsi: replace RADEON_FLUSH_* with PIPE_FLUSH_*Marek Olšák2017-11-292-5/+5
* ac: change legacy_surf_level::slice_size to dword unitsMarek Olšák2017-11-271-2/+2
* meson: don't use build_by_default for specific gallium driversDylan Baker2017-11-131-1/+0
* winsys/amdgpu: handle cs_add_fence_dependency for deferred/unsubmitted fencesNicolai Hähnle2017-11-091-0/+19
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-092-2/+2
* radeonsi: remove unused field in the PCI ID tableMarek Olšák2017-11-071-1/+1