radv: Remove image_var stores.
[mesa.git] / src / amd / vulkan / radv_meta_resolve_cs.c
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