summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_meta_blit2d.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-11radv: do not recursively begin/end render pass for meta operationsSamuel Pitoiset1-25/+31
2020-01-23radv: add explicit external subpass dependencies to meta operationsSamuel Pitoiset1-3/+63
2019-10-23radv/gfx10: fix 3D imagesSamuel Pitoiset1-2/+2
2019-10-23radv: do not create meta pipelines with 16 samplesSamuel Pitoiset1-2/+2
2019-08-07radv: Add extra struct to image view creation.Bas Nieuwenhuizen1-1/+1
2019-07-09radv: only use specialised 3D meta paths on GFX9.Dave Airlie1-2/+2
2019-04-25radv: Support different source & dest aspects for planar images in blit2d.Bas Nieuwenhuizen1-2/+9
2019-02-04radv: do not set preserveAttachments for internal render passesSamuel Pitoiset1-6/+6
2018-09-27radv: Remove garbage comment.Bas Nieuwenhuizen1-1/+0
2018-09-27radv: Do not use multiple draws for multisample copies.Bas Nieuwenhuizen1-57/+5
2018-08-14radv: Add on-demand compilation of built-in shaders.Bas Nieuwenhuizen1-1/+68
2018-08-14radv: Make fs key exemplars ordered to be a reverse fs_key lookup.Bas Nieuwenhuizen1-17/+2
2018-07-13nir: cleanup oversized arrays in nir_swizzle callsKarol Herbst1-6/+3
2018-06-22radv: Use deref instructions for tex derefs in meta shaders.Bas Nieuwenhuizen1-8/+13
2018-05-02radv: fix multisample image copiesMatthew Nicholls1-101/+187
2017-12-29radv: Make color meta operations layout aware.Bas Nieuwenhuizen1-35/+42
2017-12-22radv: handle depth/stencil image copy with layouts better. (v3.1)Dave Airlie1-60/+70
2017-12-22radv: refactor blit2d pipeline creationDave Airlie1-78/+33
2017-12-22radv/gfx9: add support for 3d images to blit 2d pathsDave Airlie1-18/+92
2017-10-04radv: remove useless checks around radv_CmdBindPipeline()Samuel Pitoiset1-12/+6
2017-10-02radv: cleanup radv_device_finish_meta_XXX() helpersSamuel Pitoiset1-29/+20
2017-10-02radv: do not need to double zero-init the meta state structuresSamuel Pitoiset1-2/+0
2017-10-02radv: inline blit2d_unbind_dst()Samuel Pitoiset1-9/+3
2017-09-13radv: remove useless 'cmd_buffer' param from radv_buffer_view_init()Samuel Pitoiset1-1/+1
2017-09-06radv: Fix vkCopyImage with both depth and stencil aspects.Bas Nieuwenhuizen1-99/+107
2017-09-04radv: drop emit2d_dst_type.Dave Airlie1-16/+0
2017-08-01radv: handle 10-bit format clamping workaround.Dave Airlie1-0/+2
2017-07-05radv: Disable depth & stencil tests when the depthbuffer doesn't support it.Bas Nieuwenhuizen1-2/+2
2017-06-26radv: Remove unused args of radv_image_view_init.Bas Nieuwenhuizen1-13/+3
2017-06-26radv: Use correct image layout for blit based copies.Bas Nieuwenhuizen1-10/+10
2017-05-09nir: Embed the shader_info in the nir_shader againJason Ekstrand1-4/+4
2017-05-08radv: fix regression in blit2d push constant change.Dave Airlie1-1/+1
2017-05-08radv/meta: move blit2d to using push constantsDave Airlie1-73/+57
2017-05-08radv: set base/ranges for push constant loads.Dave Airlie1-0/+2
2017-04-19radv/meta: reduce vertex buffer in blit2d.Dave Airlie1-28/+7
2017-04-14radv: use push descriptors in metaFredrik Höglund1-58/+36
2017-03-30radv: Set proper viewport & scissor for meta draws.Bas Nieuwenhuizen1-15/+37
2017-03-14nir: Rework conversion opcodesJason Ekstrand1-3/+3
2017-02-28radv: fix depth format in blit2d.Dave Airlie1-2/+5
2016-12-10radv/meta: use VK_NULL_HANDLE for handlesGrazvydas Ignotas1-1/+1
2016-12-08radv/meta: don't pass rect into blit2d src function.Dave Airlie1-2/+1
2016-10-26nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri1-4/+4
2016-10-12radv: drop the RADV_CALL macro.Dave Airlie1-5/+5
2016-10-07radv: add initial non-conformant radv vulkan driverDave Airlie1-0/+1282