radv: Update CTS version.
[mesa.git] / src / amd / vulkan / radv_meta_fast_clear.c
2020-08-21 Jesse Natalienir: Add new system values and intrinsics for dealing...
2020-07-29 Rhys Perryradv: use scoped barriers
2020-06-24 Rhys Perryradv: fix image variable types in meta shaders
2020-03-12 Samuel Pitoisetradv/sqtt: describe layout transitions with user markers
2020-03-11 Samuel Pitoisetradv: do not recursively begin/end render pass for...
2020-01-23 Samuel Pitoisetradv: add explicit external subpass dependencies to...
2020-01-13 Jason Ekstrandnir: Rename nir_intrinsic_barrier to control_barrier
2020-01-09 Samuel Pitoisetspirv,nir: add new lod parameter to image_{load,store...
2019-08-07 Bas Nieuwenhuizenradv: Disable compression for compute DCC decompress...
2019-08-07 Bas Nieuwenhuizenradv: Add extra struct to image view creation.
2019-07-02 Samuel Pitoisetradv: add support for decompressing DCC layers with...
2019-07-01 Samuel Pitoisetradv: fix decompressing DCC levels with compute
2019-06-25 Samuel Pitoisetradv: rename and re-document cache flush flags
2019-06-20 Samuel Pitoisetradv: re-initialize DCC metadata after decompressing...
2019-06-19 Samuel Pitoisetradv: implement compressed FMASK texture reads with...
2019-06-18 Samuel Pitoisetradv: fix color decompressions for FMASK/CMASK
2019-06-18 Samuel Pitoisetradv: do not decompress levels without DCC with the...
2019-06-18 Samuel Pitoisetradv: do not decompress levels without DCC with the...
2019-06-18 Samuel Pitoisetradv: check if DCC is enabled per mip not for the whole...
2019-06-17 Samuel Pitoisetradv: add mipmaps support for DCC decompression on...
2019-06-17 Samuel Pitoisetradv: add mipmaps support for color decompressions...
2019-06-17 Samuel Pitoisetradv: set the DCC/FCE predicates from the base level
2019-06-17 Samuel Pitoisetradv: store the DCC predicate for each mip
2019-06-17 Samuel Pitoisetradv: store the FCE predicate for each mip
2019-06-17 Samuel Pitoisetradv: make sure to init the DCC decompress compute...
2018-12-13 Samuel Pitoisetradv: allow to skip DCC decompressions with the new...
2018-12-13 Samuel Pitoisetradv: add a predicate for reflecting DCC decompression...
2018-11-29 Samuel Pitoisetradv: drop few useless state changes when doing color...
2018-11-19 Samuel Pitoisetradv: always clear the FCE predicate after DCC/FMASK...
2018-11-19 Samuel Pitoisetradv: tidy up radv_set_dcc_need_cmask_elim_pred()
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-20 Samuel Pitoisetradv: do not use CP predication for DCC decompressions
2018-08-14 Bas Nieuwenhuizenradv: Add on-demand compilation of built-in shaders.
2018-07-18 Andres Rodriguezradv: fix wmaybe-uninitialized in radv_meta_fast_clear.c
2018-07-18 Samuel Pitoisetradv: add support for VK_EXT_conditional_rendering
2018-07-18 Samuel Pitoisetradv: add support for non-inverted conditional rendering
2018-07-02 Samuel Pitoisetradv: reset the image's predicate after a color decompr...
2018-07-02 Samuel Pitoisetradv: enable/disable predication for the DCC decompress...
2018-06-23 Bas Nieuwenhuizenradv: Remove image_var stores.
2018-06-23 Bas Nieuwenhuizenradv: Use deref instructions for tex derefs in meta...
2018-04-16 Samuel Pitoisetradv: disable prediction only if it has been enabled
2018-04-09 Samuel Pitoisetradv: add radv_image_has_{cmask,fmask,dcc,htile}()...
2018-04-09 Samuel Pitoisetradv: add radv_clear_{cmask,dcc} helpers
2018-03-23 Jason Ekstrandnir: Rename image intrinsics to image_var
2017-12-29 Bas Nieuwenhuizenradv: Make color meta operations layout aware.
2017-12-29 Bas Nieuwenhuizenradv: Add compute DCC decompress.
2017-12-29 Bas Nieuwenhuizenradv: Use the meta fast clear destructor on constructio...
2017-12-29 Bas Nieuwenhuizenradv: Add GFX DCC decompress.
2017-12-19 Samuel Pitoisetradv: create pipeline layout objects for all meta opera...
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: convert all GFX operations to the RADV_META_SAVE_...
2017-10-06 Samuel Pitoisetradv: introduce the concept of meta save flags
2017-10-04 Samuel Pitoisetradv: remove useless checks around radv_CmdBindPipeline()
2017-10-02 Samuel Pitoisetradv: cleanup radv_device_finish_meta_XXX() helpers
2017-10-02 Samuel Pitoisetradv: select the pipeline outside of emit_fast_clear_fl...
2017-10-02 Samuel Pitoisetradv: do not need to double zero-init the meta state...
2017-09-20 Bas Nieuwenhuizenradv: Don't use a virtual function for getting the...
2017-07-17 Dave Airlieradv: predicate cmask eliminate when using DCC.
2017-06-25 Bas Nieuwenhuizenradv: Remove unused args of radv_image_view_init.
2017-05-02 Dave Airlieradv: move some image info into a separate struct.
2017-04-19 Dave Airlieradv/meta: refactor out some common shaders.
2017-04-19 Dave Airlieradv/meta: move fast clear to generate vertices in...
2017-03-30 Bas Nieuwenhuizenradv: Set proper viewport & scissor for meta draws.
2017-03-09 Bas Nieuwenhuizenradv: Don't flush the CB before doing a fast clear...
2017-03-09 Bas Nieuwenhuizenradv: Don't emit cache flushes on subpass switch.
2017-02-19 Bas Nieuwenhuizenradv: Handle VK_REMAINING_ARRAY_LAYERS in fast clear...
2017-02-19 Dave Airlieradv: handle layered fast clears.
2016-12-27 Dave Airlieradv: add some asserts for operations on general queue
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-19 Dave Airlieradv: decompress fmask before reading using texture...
2016-10-19 Dave Airlieradv: simplify fast clear shaders
2016-10-11 Dave Airlieradv: drop the RADV_CALL macro.
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver