summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_meta_resolve_cs.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-27radv: move radv_meta_* to a new folderSamuel Pitoiset1-867/+0
2023-03-02radv: remove is_internal pipeline creation parameterRhys Perry1-2/+2
2023-01-13radv: Use the new NIR builder tex helpers for metaJason Ekstrand1-41/+8
2023-01-11radv: Use internal allocation helpers for internal allocationsFriedrich Vock1-6/+4
2023-01-04radv: fix multiple resolves in the same subpassSamuel Pitoiset1-62/+8
2023-01-02radv: fix missing initialization of radv_resolve_barrier::dst_stage_maskSamuel Pitoiset1-0/+1
2022-11-16radv: introduce RADV_DEBUG=nofmaskSamuel Pitoiset1-2/+1
2022-10-31radv/gfx11: don't create texop_samples_identicalRhys Perry1-1/+2
2022-10-12radv: Use a VkPipelineCache handle for meta shaders.Bas Nieuwenhuizen1-2/+2
2022-09-09radv: Switch to dynamic rendering onlyJason Ekstrand1-33/+32
2022-09-01radv: move to using common record_result.Dave Airlie1-2/+2
2022-08-23radv/meta: Respect render area for MSAA resolvesJason Ekstrand1-5/+9
2022-08-23radv: Use VK_IMAGE_LAYOUT_ATTACHMENT_FEEDBACK_LOOP_OPTIMAL_EXT for render loopsJason Ekstrand1-3/+3
2022-08-10radv: fix return type for meta resolve shadersMike Blumenkrantz1-4/+6
2022-08-10radv: respect the render area for depth/stencil resolvesSamuel Pitoiset1-8/+23
2022-08-02radv: Use vk_descriptor_set_layoutKonstantin Seurer1-2/+2
2022-07-22radv: Simplify the meta init fail pathKonstantin Seurer1-20/+13
2022-06-07radv: Use the common image offset/extent sanitize helpersJason Ekstrand1-5/+3
2022-05-17radv: Use vk_image_view as the base for radv_image_viewJason Ekstrand1-19/+19
2022-05-17radv: Use vk_image as the base for radv_imageJason Ekstrand1-3/+3
2022-05-13radv: implement VK_EXT_image_2d_view_of_3dSamuel Pitoiset1-4/+4
2022-04-27radv: use correct push constants range for internal operationsSamuel Pitoiset1-1/+1
2022-04-15radv: initialize meta shader options earlierRhys Perry1-2/+2
2022-04-01radv: use the common vk_framebufferSamuel Pitoiset1-2/+2
2022-03-31radv: drop EXT or KHR suffixes for stuff promoted in Vulkan 1.3Samuel Pitoiset1-33/+33
2022-03-11radv: abstract queue family away from queue family index.Dave Airlie1-4/+4
2021-12-08radv: initialize workgroup_size in radv_meta_init_shaderRhys Perry1-2/+0
2021-12-08radv: add radv_meta_init_shaderRhys Perry1-6/+5
2021-11-26radv: switch the remaining stages/access to VK_PIPELINE_STAGE_2/VK_ACCESS_2Samuel Pitoiset1-8/+8
2021-11-08radv: remove unused parameter in radv_emit_subpass_barrier()Samuel Pitoiset1-1/+1
2021-11-03radv: optimize subpass barrier flushes for imageless framebuffersSamuel Pitoiset1-1/+1
2021-10-16nir: s/nir_var_mem_image/nir_var_image/gJason Ekstrand1-2/+2
2021-10-15radv: Use nir_var_mem_image in meta shadersRhys Perry1-2/+2
2021-10-11radv: use nir_ssa_undef() for unused image components in meta shadersSamuel Pitoiset1-1/+1
2021-10-11radv: use get_global_ids() to compute coordinates in meta shadersSamuel Pitoiset1-20/+12
2021-10-01radv: fix vk_object_base_init/finish for internal image viewsSamuel Pitoiset1-0/+6
2021-09-29radv: Rename radv_subpass_barrier function to radv_emit_subpass_barrierJoshua Ashton1-1/+1
2021-08-04radv: set image_dim and image_array intrinsic indicesRhys Perry1-2/+4
2021-06-08nir: Move workgroup_size and workgroup_variable_size into common shader_infoCaio Marcelo de Oliveira Filho1-10/+10
2021-06-07nir: Rename WORK_GROUP (and similar) to WORKGROUPCaio Marcelo de Oliveira Filho1-2/+2
2021-06-07compiler: Rename local_size to workgroup_sizeCaio Marcelo de Oliveira Filho1-10/+10
2021-05-26radv: do not decompress DCC for partial resolves if stores are supportedSamuel Pitoiset1-1/+2
2021-05-26radv: remove redundant call to radv_dcc_enabled()Samuel Pitoiset1-3/+1
2021-05-26radv: pass an image range to radv_layout_dcc_compressed()Samuel Pitoiset1-4/+4
2021-05-03radv: check if DCC is enabled when resolving different levelsSamuel Pitoiset1-1/+3
2021-04-10radv: Format.Bas Nieuwenhuizen1-952/+839
2021-04-05radv: init CMASK/FMASK/DCC in parallelSamuel Pitoiset1-1/+2
2021-03-30radv: do not fixup DCC after compute color resolves if DCC stores enabledSamuel Pitoiset1-1/+2
2021-03-26radv: Use 8x8 meta compute workgroups.Bas Nieuwenhuizen1-4/+4
2021-03-15radv: use common interfaces for shader modulesMike Blumenkrantz1-10/+9