vulkan: make VK_TIME_DOMAIN_CLOCK_MONOTONIC_RAW_EXT conditional
[mesa.git] / src / amd / vulkan / radv_meta_decompress.c
2020-04-08 Samuel Pitoisetradv: cleanup creating the decompress/resummarize pipelines
2020-04-08 Samuel Pitoisetradv: rename extra graphics pipeline decompress/resumma...
2020-04-08 Samuel Pitoisetradv: rename decompress/resummarize depth/stencil functions
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...
2019-11-25 Samuel Pitoisetradv: select the depth decompress path based on the...
2019-11-25 Samuel Pitoisetradv: create decompress pipelines for separate depth...
2019-11-25 Samuel Pitoisetradv: rework creation of decompress/resummarize meta...
2019-08-26 Samuel Pitoisetradv: decompress mipmapped depth/stencil images during...
2019-08-26 Samuel Pitoisetradv: add mipmaps support for decompress/resummarize
2019-08-26 Samuel Pitoisetradv: add radv_process_depth_image_layer() helper
2019-08-07 Bas Nieuwenhuizenradv: Add extra struct to image view creation.
2019-07-03 Samuel Pitoisetradv: add radv_get_depth_pipeline() helper
2019-06-07 Samuel Pitoisetradv: allow the depth decompress pass to emit dynamic...
2019-06-07 Samuel Pitoisetradv: allow to set dynamic sample locations to the...
2018-11-29 Samuel Pitoisetradv: drop few useless state changes when doing color...
2018-08-15 Mauro Rossiradv/meta_decompress: fix pointer to integer conversion
2018-08-14 Bas Nieuwenhuizenradv: Add on-demand compilation of built-in shaders.
2018-04-09 Samuel Pitoisetradv: add radv_image_has_{cmask,fmask,dcc,htile}()...
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-06 Samuel Pitoisetradv: select the pipeline outside of the loop when...
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: drop useless param in emit_depth_decomp()
2017-10-02 Samuel Pitoisetradv: do not need to double zero-init the meta state...
2017-09-28 Samuel Pitoisetradv: set image view type when decompressing depth...
2017-09-03 Xavier Bouchouxradv/meta: missing initialisations in create_pass().
2017-08-07 Alex Smithradv: Fix decompression on multisampled depth buffers
2017-07-05 Bas Nieuwenhuizenradv: Disable depth & stencil tests when the depthbuffe...
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 depth decompress to using inline vertex...
2017-03-30 Bas Nieuwenhuizenradv: Set proper viewport & scissor for meta draws.
2017-03-07 Bas Nieuwenhuizenradv: Use winsys HTILE info.
2017-01-07 Pierre-Loup A. Gri... radv: fix depth transitions with layerCount = VK_REMAIN...
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-11 Dave Airlieradv: drop the RADV_CALL macro.
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver