aco: use nir_intrinsic_has_access
[mesa.git] / src / amd / vulkan / radv_meta_blit.c
2020-06-02 Oschowaradv: Don't take absolute value of unsigned type.
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-08-07 Bas Nieuwenhuizenradv: Add extra struct to image view creation.
2019-05-24 Jason Ekstrandnir/builder: Remove the use_fmov parameter from nir_swizzle
2019-02-12 Samuel Pitoisetradv: fix compiler issues with GCC 9
2019-02-04 Samuel Pitoisetradv: do not set preserveAttachments for internal rende...
2018-09-18 Samuel Pitoisetradv: do not re-create the sampler for every blits...
2018-09-17 Samuel Pitoisetradv: fix use of unreachable() in the meta blit path
2018-08-14 Bas Nieuwenhuizenradv: Add on-demand compilation of built-in shaders.
2018-08-14 Bas Nieuwenhuizenradv: Refactor blit pipeline creation.
2018-08-14 Bas Nieuwenhuizenradv: Make fs key exemplars ordered to be a reverse...
2018-07-18 Samuel Pitoisetradv: add support for VK_EXT_conditional_rendering
2018-06-23 Bas Nieuwenhuizenradv: Use deref instructions for tex derefs in meta...
2017-12-29 Bas Nieuwenhuizenradv: Make color meta operations layout aware.
2017-12-22 Dave Airlieradv/meta: fix blit paths for depth/stencil (v2.1)
2017-12-18 Bas Nieuwenhuizenradv: Fix multi-layer blits.
2017-10-06 Samuel Pitoisetradv: add radv_meta_save() helper
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: do not need to double zero-init the meta state...
2017-09-12 Dave Airlieradv: don't use iview for meta image width/height.
2017-07-31 Dave Airlieradv: handle 10-bit format clamping workaround.
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-09 Grazvydas Ignotasradv: always free nir shaders from modules on stack
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-07 Dave Airlieradv/meta: port blit to using push constants
2017-05-02 Dave Airlieradv: move some image info into a separate struct.
2017-04-19 Dave Airlieradv/meta: generate position for blit shaders.
2017-04-14 Fredrik Höglundradv: use push descriptors in meta
2017-03-30 Bas Nieuwenhuizenradv: Set proper viewport & scissor for meta draws.
2016-11-23 Dave Airlieradv: fix flipped blits
2016-11-23 Dave Airlieradv/meta: just local vars for src/dst subresources.
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