summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
...
* radv: Add support for IMG_DATA_FORMAT_32_32_32.Bas Nieuwenhuizen2018-05-143-4/+11
* radv: Translate logic ops.Bas Nieuwenhuizen2018-05-142-30/+59
* radv: Fix multiview queries.Bas Nieuwenhuizen2018-05-141-19/+20
* radv: remove useless check in radv_create_shaders()Samuel Pitoiset2018-05-141-1/+1
* radv: allow to dump the GS copy shader with RADV_DEBUG="shaders"Samuel Pitoiset2018-05-143-5/+8
* radv: move {load,store}_var intrinsics scanning in different functionsSamuel Pitoiset2018-05-141-47/+80
* radv: use compute path for multi-layer images.Dave Airlie2018-05-141-0/+2
* radv: resolve all layers in compute resolve path.Dave Airlie2018-05-141-6/+42
* radv/resolve: do fmask decompress on all layers.Dave Airlie2018-05-141-1/+1
* radv: add initial support for VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BITTimothy Arceri2018-05-134-16/+28
* radv: move ac_build_if_state on top of radv_nir_to_llvm.cSamuel Pitoiset2018-05-111-91/+92
* radv: minor cleanups in radv_fill_shader_variant()Samuel Pitoiset2018-05-111-14/+15
* ac/gpu_info: add has_read_registers_queryMarek Olšák2018-05-102-0/+3
* ac/gpu_info: add has_2d_tilingMarek Olšák2018-05-102-0/+3
* ac/gpu_info: add has_sparse_vm_mappingsMarek Olšák2018-05-102-0/+9
* ac/gpu_info: add has_unaligned_shader_loadsMarek Olšák2018-05-102-0/+4
* ac/gpu_info: add has_indirect_compute_dispatchMarek Olšák2018-05-102-0/+3
* ac/gpu_info: add kernel_flushes_tc_l2_after_ibMarek Olšák2018-05-102-0/+5
* ac/gpu_info: add has_format_bc1_through_bc7Marek Olšák2018-05-102-0/+3
* ac/gpu_info: add has_eqaa_surface_allocatorMarek Olšák2018-05-102-2/+5
* radeonsi: clean up the reset status query implementationMarek Olšák2018-05-102-0/+6
* ac/gpu_info: add has_bo_metadataMarek Olšák2018-05-102-0/+3
* ac/gpu_info: add si_TA_CS_BC_BASE_ADDR_allowedMarek Olšák2018-05-102-0/+3
* ac/gpu_info: add htile_cmask_support_1d_tilingMarek Olšák2018-05-102-0/+3
* ac/gpu_info: add kernel_flushes_hdp_before_ibMarek Olšák2018-05-102-0/+3
* ac/surface: add EQAA supportMarek Olšák2018-05-103-3/+30
* ac/surface: unify common legacy and gfx9 fmask fieldsMarek Olšák2018-05-103-23/+19
* ac/surface/gfx6: compute FMASK together with the color surfaceMarek Olšák2018-05-103-59/+94
* ac/surface/gfx9: fix a typo in CMASK RB/pipe alignmentMarek Olšák2018-05-101-1/+1
* ac: set correct LLVM processor names for Raven & Vega12Marek Olšák2018-05-101-2/+4
* ac: sort raster configsMarek Olšák2018-05-101-39/+27
* ac: remove 1 RB raster config for IcelandMarek Olšák2018-05-101-5/+1
* ac: move the Fiji kernel workaround for raster config out of the switchMarek Olšák2018-05-101-8/+11
* ac: enable both RBs on KaveriMarek Olšák2018-05-101-2/+13
* radv: disable DCC for shareable images on GFX9+Andres Rodriguez2018-05-101-0/+7
* radv: move handling nosisched option in a better placeSamuel Pitoiset2018-05-101-12/+6
* radv: assorted typo fixesGrazvydas Ignotas2018-05-106-11/+11
* radv: handle arrays in the fmask descriptor.Dave Airlie2018-05-101-1/+1
* amd/common: use llvm.amdgcn.wqm for explicit derivativesNicolai Hähnle2018-05-041-0/+7
* compiler/lower_64bit_packing: rename the pass to be more genericIago Toral Quiroga2018-05-031-1/+1
* radv: UseEnumerateInstanceVersion for the default version.Bas Nieuwenhuizen2018-05-021-1/+1
* radv: Don't check the incoming apiVersion on CreateInstance.Bas Nieuwenhuizen2018-05-021-9/+0
* radv: Allow vkEnumerateInstanceVersion ProcAddr without instance.Bas Nieuwenhuizen2018-05-021-1/+1
* radv: fix multisample image copiesMatthew Nicholls2018-05-022-110/+196
* radv: enable out-of-order rasterization by defaultSamuel Pitoiset2018-05-022-2/+3
* radv: only disable out-of-order rast for perfect occlusion queriesSamuel Pitoiset2018-05-022-10/+12
* radv: compute the number of subpass attachments correctlySamuel Pitoiset2018-05-011-2/+2
* radv: set fmask_surf_index on fmask surfaces.Dave Airlie2018-05-021-1/+3
* radv/winsys: fix leaking resources from bo's imported by fdAndres Rodriguez2018-04-301-0/+1
* ac/nir: expand 64-bit vec3 loads to fix shuffling.Dave Airlie2018-05-011-0/+5