aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_meta_blit.c
Commit message (Expand)AuthorAgeFilesLines
* radv: Add extra struct to image view creation.Bas Nieuwenhuizen2019-08-071-2/+2
* nir/builder: Remove the use_fmov parameter from nir_swizzleJason Ekstrand2019-05-241-3/+3
* radv: fix compiler issues with GCC 9Samuel Pitoiset2019-02-121-42/+48
* radv: do not set preserveAttachments for internal render passesSamuel Pitoiset2019-02-041-6/+6
* radv: do not re-create the sampler for every blits in CmdBlitImage()Samuel Pitoiset2018-09-181-15/+17
* radv: fix use of unreachable() in the meta blit pathSamuel Pitoiset2018-09-171-4/+4
* radv: Add on-demand compilation of built-in shaders.Bas Nieuwenhuizen2018-08-141-19/+67
* radv: Refactor blit pipeline creation.Bas Nieuwenhuizen2018-08-141-350/+175
* radv: Make fs key exemplars ordered to be a reverse fs_key lookup.Bas Nieuwenhuizen2018-08-141-18/+3
* radv: add support for VK_EXT_conditional_renderingSamuel Pitoiset2018-07-181-0/+10
* radv: Use deref instructions for tex derefs in meta shaders.Bas Nieuwenhuizen2018-06-221-9/+21
* radv: Make color meta operations layout aware.Bas Nieuwenhuizen2017-12-291-35/+41
* radv/meta: fix blit paths for depth/stencil (v2.1)Dave Airlie2017-12-221-62/+78
* radv: Fix multi-layer blits.Bas Nieuwenhuizen2017-12-181-25/+24
* radv: add radv_meta_save() helperSamuel Pitoiset2017-10-061-4/+4
* radv: convert all GFX operations to the RADV_META_SAVE_XXX flagsSamuel Pitoiset2017-10-061-1/+4
* radv: introduce the concept of meta save flagsSamuel Pitoiset2017-10-061-1/+1
* radv: remove useless checks around radv_CmdBindPipeline()Samuel Pitoiset2017-10-041-4/+2
* radv: cleanup radv_device_finish_meta_XXX() helpersSamuel Pitoiset2017-10-021-54/+37
* radv: do not need to double zero-init the meta state structuresSamuel Pitoiset2017-10-021-1/+0
* radv: don't use iview for meta image width/height.Dave Airlie2017-09-131-7/+12
* radv: handle 10-bit format clamping workaround.Dave Airlie2017-08-011-0/+2
* radv: Disable depth & stencil tests when the depthbuffer doesn't support it.Bas Nieuwenhuizen2017-07-051-2/+2
* radv: Remove unused args of radv_image_view_init.Bas Nieuwenhuizen2017-06-261-10/+2
* radv: always free nir shaders from modules on stackGrazvydas Ignotas2017-05-101-4/+2
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-091-4/+4
* radv/meta: port blit to using push constantsDave Airlie2017-05-081-100/+65
* radv: move some image info into a separate struct.Dave Airlie2017-05-031-3/+3
* radv/meta: generate position for blit shaders.Dave Airlie2017-04-191-51/+16
* radv: use push descriptors in metaFredrik Höglund2017-04-141-30/+21
* radv: Set proper viewport & scissor for meta draws.Bas Nieuwenhuizen2017-03-301-15/+38
* radv: fix flipped blitsDave Airlie2016-11-231-57/+111
* radv/meta: just local vars for src/dst subresources.Dave Airlie2016-11-231-8/+10
* nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri2016-10-261-4/+4
* radv: drop the RADV_CALL macro.Dave Airlie2016-10-121-6/+6
* radv: add initial non-conformant radv vulkan driverDave Airlie2016-10-071-0/+1270