summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_device.c
Commit message (Expand)AuthorAgeFilesLines
* radv: add an option for disabling NGG on GFX10Samuel Pitoiset2019-07-171-0/+1
* radv/gfx10: disable the TC compat zrange workaroundSamuel Pitoiset2019-07-171-0/+2
* radv/gfx10: enable geometry shadersSamuel Pitoiset2019-07-111-1/+1
* radv/gfx10: Enable tess.Bas Nieuwenhuizen2019-07-091-1/+1
* radv/gfx10: Use correct count of max_offchip_buffers.Bas Nieuwenhuizen2019-07-091-1/+4
* radv/gfx10: Load global pointers in correct userdata registers for hs/gs.Bas Nieuwenhuizen2019-07-091-2/+2
* radv: do not emit VGT_FLUSH on GFX10Samuel Pitoiset2019-07-081-2/+5
* radv/gfx10: double the number of tessellation offchip buffers per SESamuel Pitoiset2019-07-071-3/+5
* radv/gfx10: disable geometry and tessellation shadersSamuel Pitoiset2019-07-071-2/+2
* radv/gfx10: disable binningSamuel Pitoiset2019-07-071-1/+2
* radv/gfx10: disable CLEAR_STATESamuel Pitoiset2019-07-071-1/+2
* radv/gfx10: set the DCC constant encoding flagSamuel Pitoiset2019-07-071-1/+2
* radv/gfx10: mask DCC tile swizzle by alignmentSamuel Pitoiset2019-07-071-1/+4
* radv/gfx10: implement fill_geom_tess_rings()Samuel Pitoiset2019-07-071-20/+57
* radv/gfx10: implement radv_init_sampler()Samuel Pitoiset2019-07-071-6/+13
* radv/gfx10: implement radv_get_device_name()Samuel Pitoiset2019-07-071-0/+3
* radv/gfx10: set RADV_FORCE_FAMILYSamuel Pitoiset2019-07-071-1/+3
* radv/gfx10: implement radv_emit_global_shader_pointers()Samuel Pitoiset2019-07-071-1/+11
* radv/gfx10: implement radv_emit_tess_factor_ring()Samuel Pitoiset2019-07-071-1/+5
* radv/gfx10: implement radv_initialise_ds_surface()Samuel Pitoiset2019-07-071-8/+23
* radv/gfx10: implement radv_initialise_color_surface()Samuel Pitoiset2019-07-071-10/+26
* radv/gfx10: implement radv_init_dcc_control_reg()Samuel Pitoiset2019-07-071-22/+32
* amd/common/gfx10: add register JSONNicolai Hähnle2019-07-031-3/+3
* radv: rename and re-document cache flush flagsSamuel Pitoiset2019-06-251-6/+6
* radv: set DISABLE_CONSTANT_ENCODE_REG to 1 for Raven2Samuel Pitoiset2019-06-251-0/+2
* radv: add support for VK_KHR_depth_stencil_resolveSamuel Pitoiset2019-06-211-0/+21
* radv: implement compressed FMASK texture reads with RADV_PERFTEST=tccompatcmaskSamuel Pitoiset2019-06-191-0/+15
* radv: adjust the DCC base VA for mipmapped color attachmentsSamuel Pitoiset2019-06-181-0/+5
* radv: check if DCC is enabled per mip not for the whole imageSamuel Pitoiset2019-06-181-1/+1
* radv: enable AMD_shader_ballot with RADV_PERFTEST_SHADER_BALLOT ('shader_ball...Daniel Schürmann2019-06-131-0/+3
* radv: fix VK_EXT_memory_budget if one heap isn't availableSamuel Pitoiset2019-06-121-27/+33
* radv: enable VK_EXT_sample_locationsSamuel Pitoiset2019-06-071-8/+0
* amd/common: use generated register headerNicolai Hähnle2019-06-031-1/+0
* radv: enable transformFeedbackStreamsLinesTrianglesSamuel Pitoiset2019-05-301-1/+1
* radv: implement VK_EXT_sample_locations and disable itSamuel Pitoiset2019-05-301-0/+35
* ac: treat Mullins as Kabini, remove the enumMarek Olšák2019-05-271-1/+0
* radv: add a workaround for Monster Hunter World and LLVM 7&8Samuel Pitoiset2019-05-171-0/+8
* ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák2019-05-151-42/+42
* radv: add support for VK_KHR_uniform_buffer_standard_layoutSamuel Pitoiset2019-05-141-0/+6
* radv: Clean up signalled and submitted fields from winsys fences.Bas Nieuwenhuizen2019-05-131-33/+13
* radv: Add support for icd loader interface v4.Bas Nieuwenhuizen2019-05-131-1/+18
* radv: Fix hang width YCBCR array textures.Bas Nieuwenhuizen2019-05-021-2/+6
* radv: update to use the new features struct namesEric Engestrom2019-04-301-8/+8
* radv: add missing VEGA20 chip in radv_get_device_name()Samuel Pitoiset2019-04-271-0/+1
* radv: Expose VK_EXT_ycbcr_image_arrays.Bas Nieuwenhuizen2019-04-251-0/+6
* radv: Enable YCBCR conversion feature.Bas Nieuwenhuizen2019-04-251-1/+1
* radv: Add ycbcr conversion structs.Bas Nieuwenhuizen2019-04-251-0/+6
* radv: Add single plane image views & meta operations.Bas Nieuwenhuizen2019-04-251-1/+1
* radv: Add multiple planes to images.Bas Nieuwenhuizen2019-04-251-41/+49
* radv: Add adaptive_sync driconfig option and enable it by default.Bas Nieuwenhuizen2019-04-231-0/+3