summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_meta.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-27radv: move radv_meta_* to a new folderSamuel Pitoiset1-285/+0
2023-02-17radv: Force ACO for BVH build shadersKonstantin Seurer1-0/+1
2023-01-15radv: Create a null TLAS as meta stateKonstantin Seurer1-0/+1
2023-01-05radv: Always compile accel structure shaders on demand.Bas Nieuwenhuizen1-1/+0
2023-01-05radv: Support on demand compilation of fmask shaders.Bas Nieuwenhuizen1-2/+2
2022-11-17radv: suspend/resume XFB queries with NGG for meta operationsSamuel Pitoiset1-0/+1
2022-11-16radv: introduce RADV_DEBUG=nofmaskSamuel Pitoiset1-3/+3
2022-10-31radv/gfx11: don't create texop_samples_identicalRhys Perry1-1/+1
2022-10-25radv: split active_pipeline_gds_queriesQiang Yu1-0/+1
2022-09-09radv: Switch to dynamic rendering onlyJason Ekstrand1-7/+3
2022-09-09radv: Only copy the render area from VRS to HTILEJason Ekstrand1-1/+1
2022-08-08radv: remove RADV_META_SAVE_SAMPLE_LOCATIONSSamuel Pitoiset1-2/+1
2022-07-22radv: Add meta saving/restoring for predicatingKonstantin Seurer1-0/+3
2022-07-19radv: Use nir_gen_rect_verticesKonstantin Seurer1-2/+1
2022-07-15radv: Add DGC meta shader.Bas Nieuwenhuizen1-0/+3
2022-06-09radv: implement VK_EXT_primitives_generated_querySamuel Pitoiset1-0/+2
2022-05-25radv: rename radv_cmd_state::pipeline to graphics_pipelineSamuel Pitoiset1-2/+2
2022-05-23radv: split radv_pipeline into radv_{graphics,compute,library}pipelineSamuel Pitoiset1-5/+7
2022-04-15radv: initialize meta shader options earlierRhys Perry1-3/+4
2022-04-05radv: use radv_dynamic_state for saving/restoring meta operationsSamuel Pitoiset1-80/+1
2022-04-05radv: save/restore more dynamic states during internal driver operationsSamuel Pitoiset1-0/+27
2022-04-04radv: save/restore the stencil reference during internal driver operationsSamuel Pitoiset1-0/+5
2022-04-01radv: use the common vk_framebufferSamuel Pitoiset1-1/+1
2022-03-31radv: save/restore the stencil write mask during internal driver operationsSamuel Pitoiset1-0/+5
2022-03-31radv: drop EXT or KHR suffixes for stuff promoted in Vulkan 1.3Samuel Pitoiset1-3/+3
2022-01-12radv: Use MAX_PUSH_CONSTANTS_SIZE for saved push constants.Bas Nieuwenhuizen1-1/+1
2021-12-14radv: Add ETC2 decode shader.Bas Nieuwenhuizen1-0/+7
2021-12-08radv: add radv_meta_init_shaderRhys Perry1-0/+1
2021-11-24radv: implement optimized MSAA copies using FMASKSamuel Pitoiset1-0/+9
2021-11-24radv: make radv_break_on_count() a non-static functionSamuel Pitoiset1-0/+2
2021-10-11radv: use get_global_ids() to compute coordinates in meta shadersSamuel Pitoiset1-0/+2
2021-10-01radv: Add DMA buffer update function for internal use.Bas Nieuwenhuizen1-0/+3
2021-09-20radv: rename radv_decompress_depth_stencil()Samuel Pitoiset1-3/+3
2021-09-02radv: pass the HTILE buffer to radv_copy_vrs_htile()Samuel Pitoiset1-1/+2
2021-09-02radv: optimize copying VRS rates to the global HTILE bufferSamuel Pitoiset1-1/+1
2021-07-02radv: implement VK_EXT_color_write_enableSamuel Pitoiset1-0/+2
2021-06-22radv: implement dynamic logic opSamuel Pitoiset1-0/+2
2021-06-18radv: Implement device-side BVH building.Bas Nieuwenhuizen1-0/+3
2021-05-06radv: implement dynamic rasterizer discard enableSamuel Pitoiset1-0/+1
2021-05-06radv: implement dynamic primitive restart enableSamuel Pitoiset1-0/+1
2021-05-06radv: implement dynamic depth bias enableSamuel Pitoiset1-0/+2
2021-04-14radv: add support for copying VRS rates into HTILESamuel Pitoiset1-0/+4
2021-04-13radv: Re-enable retiling.Bas Nieuwenhuizen1-1/+0
2021-04-10radv: Format.Bas Nieuwenhuizen1-164/+135
2021-04-02radv: use COLOR_ATTACHMENT_OPTIMAL for fast clear/hw resolve operationsSamuel Pitoiset1-19/+0
2021-04-02radv: do not force enable FMASK during MSAA blitsSamuel Pitoiset1-22/+0
2021-02-23radv: Implement displayable DCC retiling.Bas Nieuwenhuizen1-0/+4
2020-12-23radv: make sure FMASK compression is enabled for MSAA copiesSamuel Pitoiset1-0/+22
2020-12-21radv: Disable DCC explicitly for incompatible copies.Bas Nieuwenhuizen1-0/+1
2020-12-14radv: implement VK_KHR_fragment_shading_rateSamuel Pitoiset1-0/+5