aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan
Commit message (Expand)AuthorAgeFilesLines
* radv: rely on pipeline layout when creating push descriptors with templateSamuel Pitoiset2019-12-201-1/+12
* radv: ignore pColorBlendState if rasterization is disabledSamuel Pitoiset2019-12-201-5/+21
* radv: tidy up radv_pipeline_init_blend_state()Samuel Pitoiset2019-12-201-112/+115
* radv: ignore pDepthStencilState if rasterization is disabledSamuel Pitoiset2019-12-201-5/+15
* radv: ignore pTessellationState if the pipeline doesn't use tessSamuel Pitoiset2019-12-201-2/+16
* radv: ignore pMultisampleState if rasterization is disabledSamuel Pitoiset2019-12-201-7/+15
* radv: init a default multisample state for the resolve FS pathSamuel Pitoiset2019-12-201-1/+6
* ac: declare an enum for the OOB select field on GFX10Samuel Pitoiset2019-12-195-12/+14
* radv/gfx10: fix the out-of-bounds check for vertex descriptorsSamuel Pitoiset2019-12-191-1/+5
* radv: Limit workgroup size to 1024.Bas Nieuwenhuizen2019-12-181-4/+4
* radv/gfx10: fix ngg_get_ordered_idSamuel Pitoiset2019-12-172-2/+2
* radv: handle unaligned vertex fetches on GFX6/GFX10Samuel Pitoiset2019-12-131-47/+86
* radv: enable SpvCapabilityImageMSArraySamuel Pitoiset2019-12-121-0/+1
* radv: Fix RGBX Android<->Vulkan format correspondence.Bas Nieuwenhuizen2019-12-111-1/+1
* radv: implement VK_KHR_separate_depth_stencil_layoutsSamuel Pitoiset2019-12-106-7/+93
* radv: initialize HTILE for separate depth/stencil aspectsSamuel Pitoiset2019-12-103-19/+29
* radv: do not init HTILE as compressed state when dst layout allows itSamuel Pitoiset2019-12-101-13/+5
* radv: synchronize after performing a separate depth/stencil fast clearsSamuel Pitoiset2019-12-101-0/+10
* radv: fix possibly wrong PA_SC_AA_CONFIG value for conservative rastSamuel Pitoiset2019-12-102-10/+7
* radv: move emission of two PA_SC_* registers to the pipeline CSSamuel Pitoiset2019-12-102-4/+3
* radv: do not use VK_TRUE/VK_FALSESamuel Pitoiset2019-12-091-12/+12
* radv: Enable ACO on GFX7 (Sea Islands)Daniel Schürmann2019-12-071-2/+3
* radv: disable Youngblood app profile if ACO is usedDaniel Schürmann2019-12-071-2/+3
* radv: only flush scalar cache for SSBO writes with ACO on GFX8+Daniel Schürmann2019-12-071-1/+2
* radv/gfx10: fix the vertex order for triangle strips emitted by a GSSamuel Pitoiset2019-12-041-48/+47
* radv: simplify a check in radv_fixup_vertex_input_fetches()Samuel Pitoiset2019-12-041-4/+2
* radv: remove dead shader input/output variablesSamuel Pitoiset2019-12-041-1/+1
* radv: set writes_memory for global memory stores/atomicsRhys Perry2019-12-021-8/+25
* radv,ac/nir: lower deref operations for shared memorySamuel Pitoiset2019-11-291-0/+19
* radv: Fix timeline semaphore refcounting.Bas Nieuwenhuizen2019-11-281-9/+4
* radv: Unify max_descriptor_set_size.Bas Nieuwenhuizen2019-11-281-14/+15
* radv: add more constants to avoid using magic numbersSamuel Pitoiset2019-11-282-6/+14
* radv: enable VK_KHR_shader_subgroup_extended_types on GFX10Samuel Pitoiset2019-11-271-1/+1
* radv: fix enabling sample shading with SampleID/SamplePositionSamuel Pitoiset2019-11-271-7/+24
* radv: Enable VK_KHR_buffer_device_address.Bas Nieuwenhuizen2019-11-262-3/+25
* radv: fix reporting subgroup size with VK_KHR_pipeline_executable_propertiesSamuel Pitoiset2019-11-261-3/+2
* radv: Allocate cmdbuffer space for buffer marker write.Bas Nieuwenhuizen2019-11-261-0/+4
* ac: set swizzled bit in cache policy as a hint not to merge loads/storesMarek Olšák2019-11-251-10/+10
* radv: select the depth decompress path based on the aspect maskSamuel Pitoiset2019-11-251-4/+16
* radv: create decompress pipelines for separate depth/stencil layoutsSamuel Pitoiset2019-11-253-23/+44
* radv: rework creation of decompress/resummarize meta pipelinesSamuel Pitoiset2019-11-251-34/+36
* radv: set the image view aspect mask before resolvesSamuel Pitoiset2019-11-251-2/+2
* radv: set the image view aspect mask during subpass transitionsSamuel Pitoiset2019-11-251-1/+1
* radv: set alignment for load_ssbo/store_ssbo in meta shadersRhys Perry2019-11-253-0/+26
* aco: Use common argument handlingConnor Abbott2019-11-251-3/+1
* radv: Replace supports_spill with explict_scratch_argsConnor Abbott2019-11-255-38/+43
* aco: Use radv_shader_args in aco_compile_shader()Connor Abbott2019-11-251-1/+1
* radv: Move argument declaration out of nir_to_llvmConnor Abbott2019-11-256-784/+823
* ac/nir, radv, radeonsi: Switch to using ac_shader_argsConnor Abbott2019-11-253-706/+778
* radv: Rename ac_arg_regfileConnor Abbott2019-11-251-2/+2