aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_meta_blit2d.c
Commit message (Expand)AuthorAgeFilesLines
* radv: remove useless checks around radv_CmdBindPipeline()Samuel Pitoiset2017-10-041-12/+6
* radv: cleanup radv_device_finish_meta_XXX() helpersSamuel Pitoiset2017-10-021-29/+20
* radv: do not need to double zero-init the meta state structuresSamuel Pitoiset2017-10-021-2/+0
* radv: inline blit2d_unbind_dst()Samuel Pitoiset2017-10-021-9/+3
* radv: remove useless 'cmd_buffer' param from radv_buffer_view_init()Samuel Pitoiset2017-09-131-1/+1
* radv: Fix vkCopyImage with both depth and stencil aspects.Bas Nieuwenhuizen2017-09-061-99/+107
* radv: drop emit2d_dst_type.Dave Airlie2017-09-041-16/+0
* 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-13/+3
* radv: Use correct image layout for blit based copies.Bas Nieuwenhuizen2017-06-261-10/+10
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-091-4/+4
* radv: fix regression in blit2d push constant change.Dave Airlie2017-05-081-1/+1
* radv/meta: move blit2d to using push constantsDave Airlie2017-05-081-73/+57
* radv: set base/ranges for push constant loads.Dave Airlie2017-05-081-0/+2
* radv/meta: reduce vertex buffer in blit2d.Dave Airlie2017-04-191-28/+7
* radv: use push descriptors in metaFredrik Höglund2017-04-141-58/+36
* radv: Set proper viewport & scissor for meta draws.Bas Nieuwenhuizen2017-03-301-15/+37
* nir: Rework conversion opcodesJason Ekstrand2017-03-141-3/+3
* radv: fix depth format in blit2d.Dave Airlie2017-02-281-2/+5
* radv/meta: use VK_NULL_HANDLE for handlesGrazvydas Ignotas2016-12-101-1/+1
* radv/meta: don't pass rect into blit2d src function.Dave Airlie2016-12-081-2/+1
* 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-5/+5
* radv: add initial non-conformant radv vulkan driverDave Airlie2016-10-071-0/+1282