aco: Fix integer overflows when emitting parallel copies during RA
[mesa.git] / src / amd / vulkan / radv_meta.h
2020-07-13 Samuel Pitoisetradv: add support for dynamic depth/stencil states
2020-07-13 Samuel Pitoisetradv: add support for dynamic primitive topology
2020-07-13 Samuel Pitoisetradv: add support for dynamic cull mode and front face
2020-07-06 Samuel Pitoisetradv: disable FMASK compression when drawing with GENER...
2020-04-08 Samuel Pitoisetradv: rename decompress/resummarize depth/stencil functions
2019-12-10 Samuel Pitoisetradv: initialize HTILE for separate depth/stencil aspects
2019-08-26 Samuel Pitoisetradv: decompress mipmapped depth/stencil images during...
2019-07-01 Samuel Pitoisetradv: make sure to mark the image as compressed when...
2019-06-25 Samuel Pitoisetradv: clear CMASK layers instead of the whole buffer...
2019-06-25 Samuel Pitoisetradv: clear FMASK layers instead of the whole buffer...
2019-06-20 Samuel Pitoisetradv: add radv_dcc_clear_level() helper
2019-06-19 Samuel Pitoisetradv: implement compressed FMASK texture reads with...
2019-06-17 Samuel Pitoisetradv: store the DCC predicate for each mip
2019-06-07 Samuel Pitoisetradv: allow the depth decompress pass to emit dynamic...
2019-06-07 Samuel Pitoisetradv: allow to save/restore sample locations during...
2019-05-29 Samuel Pitoisetradv: always use view format when performing subpass...
2019-05-27 Samuel Pitoisetradv: add radv_clear_htile() helper
2018-12-20 Samuel Pitoisetradv: add support for FMASK expand
2018-12-20 Samuel Pitoisetradv: initialize FMASK for images in fully expanded...
2018-08-14 Bas Nieuwenhuizenradv: Add on-demand compilation of built-in shaders.
2018-05-21 Bas Nieuwenhuizenradv: Cleanup unused prime blit path.
2018-04-19 Samuel Pitoisetradv: decompress DCC for multisampled source images...
2018-04-12 Samuel Pitoisetradv: add radv_decompress_resolve_{subpass}_src() helpers
2018-04-09 Samuel Pitoisetradv: add radv_clear_{cmask,dcc} helpers
2017-12-29 Bas Nieuwenhuizenradv: Add compute DCC decompress.
2017-12-22 Dave Airlieradv: handle depth/stencil image copy with layouts...
2017-10-06 Samuel Pitoisetradv: convert all COMPUTE operations to the RADV_META_S...
2017-10-06 Samuel Pitoisetradv: add RADV_META_SAVE_COMPUTE_PIPELINE flag
2017-10-06 Samuel Pitoisetradv: add radv_meta_save() helper
2017-10-06 Samuel Pitoisetradv: merge radv_meta_{save,restore}_pass() with RADV_M...
2017-10-06 Samuel Pitoisetradv: introduce the concept of meta save flags
2017-10-06 Samuel Pitoisetradv: remove unused RADV_META_VERTEX_BINDING_COUNT
2017-09-27 Samuel Pitoisetradv: store the amount of saved constants in the comput...
2017-09-27 Samuel Pitoisetradv: remove useless radv_meta_{begin,end}_XXX() helpers
2017-09-25 Samuel Pitoisetradv: save/restore all viewports/scissors for meta...
2017-09-08 Samuel Pitoisetradv: move shaders related code to radv_shader.c
2017-09-07 Samuel Pitoisetradv: remove unused radv_meta_saved_state::vertex_saved...
2017-09-07 Dave Airlieradv: reduce meta_saved_state struct size.
2017-08-06 Bas Nieuwenhuizenradv: Only convert linear->srgb in compute resolves.
2017-05-07 Dave Airlieradv/meta: cleanup some unused code path
2017-05-07 Dave Airlieradv/meta: add resolve pass using fragment/vertex shaders
2017-05-07 Dave Airlieradv/meta: split out core part of resolve shader
2017-04-19 Mike Lothianradv/meta: Fix nir_builder.h include
2017-04-19 Dave Airlieradv/meta: refactor out some common shaders.
2017-04-19 Dave Airlieradv/meta: reduce vertex buffer usage in clear shaders
2017-04-19 Dave Airlieradv/meta: add common shader vertex generation function
2017-04-19 Dave Airlieradv/meta: add support for save/restore meta without...
2017-04-11 Bas Nieuwenhuizenradv: Add occlusion query shader.
2017-02-26 Dave Airlievulkan/wsi/radv: add initial prime support (v1.1)
2017-02-19 Dave Airlieradv: handle layered fast clears.
2016-12-18 Dave Airlieradv: clear image implementation for compute queue
2016-12-18 Dave Airlieradv: implement image->image copies using compute shader
2016-12-18 Dave Airlieradv: add a compute shader implementation for buffer...
2016-10-10 Edward O'Callaghanradv: Use proper header guards over 'pragma once' direc...
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver