nir: Add new system values and intrinsics for dealing with CL work offsets
[mesa.git] / src / amd / vulkan / radv_meta_resolve_cs.c
2020-08-21 Jesse Natalienir: Add new system values and intrinsics for dealing...
2020-06-24 Rhys Perryradv: fix image variable types in meta shaders
2020-01-15 Samuel Pitoisetradv: update VK_KHR_depth_stencil_resolve for Vulkan 1.2
2020-01-09 Samuel Pitoisetspirv,nir: add new lod parameter to image_{load,store...
2019-12-10 Samuel Pitoisetradv: initialize HTILE for separate depth/stencil aspects
2019-08-07 Bas Nieuwenhuizenradv: Add extra struct to image view creation.
2019-08-02 Bas Nieuwenhuizenradv: Store image view also outside framebuffer.
2019-08-02 Bas Nieuwenhuizenradv: Store color/depth surface info in attachment...
2019-07-04 Samuel Pitoisetradv: fix potential crash in the compute resolve path
2019-06-25 Samuel Pitoisetradv: rename and re-document cache flush flags
2019-06-21 Samuel Pitoisetradv: implement all depth/stencil resolve modes using...
2019-06-11 Samuel Pitoisetradv: do not resolve all image layers with compute...
2019-05-29 Samuel Pitoisetradv: always use view format when performing subpass...
2019-05-28 Samuel Pitoisetradv add radv_get_resolve_pipeline() in the compute...
2019-05-28 Samuel Pitoisetradv: cleanup the compute resolve path for subpass
2019-04-14 Karol Herbstradv: use nir constant helpers
2018-11-14 Karol Herbstnir: replace nir_load_system_value calls with appropiat...
2018-08-30 Jason Ekstrandradv/meta: Set num_components on image_store intrinsics
2018-08-14 Bas Nieuwenhuizenradv: Add on-demand compilation of built-in shaders.
2018-07-20 Samuel Pitoisetradv: don't check if a subpass has resolve attachments...
2018-07-20 Samuel Pitoisetradv: make use of radv_subpass_barrier() when resolving...
2018-07-12 Samuel Pitoisetradv: introduce radv_subpass_attachment data structure
2018-06-23 Bas Nieuwenhuizenradv: Remove image_var stores.
2018-05-13 Dave Airlieradv: resolve all layers in compute resolve path.
2018-04-19 Samuel Pitoisetradv: decompress DCC for multisampled source images...
2018-04-19 Samuel Pitoisetradv: make sure to sync after resolving using the compu...
2018-04-16 Samuel Pitoisetradv: don't fast-clear eliminate after resolving a...
2018-04-12 Samuel Pitoisetradv: add radv_decompress_resolve_{subpass}_src() helpers
2018-03-23 Jason Ekstrandnir: Rename image intrinsics to image_var
2018-01-21 Bas Nieuwenhuizenradv: Fix memory allocation failure path in compute...
2018-01-18 Bas Nieuwenhuizenradv: Remove DCC check on CS resolve dst image.
2017-12-27 Bas Nieuwenhuizenradv: Don't handle DCC in compute resolve.
2017-12-27 Bas Nieuwenhuizenradv: Flush caches before subpass resolve.
2017-10-06 Samuel Pitoisetradv: convert all COMPUTE operations to the RADV_META_S...
2017-10-04 Samuel Pitoisetradv: remove useless checks around radv_CmdBindPipeline()
2017-10-02 Samuel Pitoisetradv: do not need to double zero-init the meta state...
2017-09-27 Samuel Pitoisetradv: store the amount of saved constants in the comput...
2017-08-25 Bas Nieuwenhuizenradv: Don't set a new subpass on compute resolve.
2017-08-25 Bas Nieuwenhuizenradv: Remove some intel comments from the resolve code.
2017-08-06 Bas Nieuwenhuizenradv: Use the correct channel for alpha in resolve...
2017-08-06 Bas Nieuwenhuizenradv: Only convert linear->srgb in compute resolves.
2017-08-06 Bas Nieuwenhuizenradv: Don't use SRGB format for image stores during...
2017-07-23 Bas Nieuwenhuizenradv: Handle VK_ATTACHMENT_UNUSED in color attachments.
2017-06-25 Bas Nieuwenhuizenradv: Remove unused args of radv_image_view_init.
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-07 Dave Airlieradv: set base/ranges for push constant loads.
2017-05-07 Dave Airlieradv: add subpass resolve compute path
2017-05-07 Dave Airlieradv/resolve: split resolve emission out for compute
2017-05-07 Dave Airlieradv/meta: split out core part of resolve shader
2017-05-07 Dave Airlieradv/meta: add srgb conversion to end of resolve shader.
2017-05-02 Dave Airlieradv: move some image info into a separate struct.
2017-04-14 Fredrik Höglundradv: use push descriptors in meta
2017-03-08 Dave Airlieradv/ac: fixup texture coord to have right number of...
2017-03-07 Dave Airlieradv: move fast clear before resolve into own loop.
2017-02-19 Dave Airlieradv: handle layered fast clears.
2016-12-10 Grazvydas Ignotasradv/meta: use VK_NULL_HANDLE for handles
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver