aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_meta_bufimage.c
Commit message (Expand)AuthorAgeFilesLines
* radv: remove useless checks around radv_CmdBindPipeline()Samuel Pitoiset2017-10-041-52/+13
* radv: cleanup radv_device_finish_meta_XXX() helpersSamuel Pitoiset2017-10-021-60/+36
* radv: do not need to double zero-init the meta state structuresSamuel Pitoiset2017-10-021-8/+0
* radv: remove useless radv_meta_{begin,end}_XXX() helpersSamuel Pitoiset2017-09-271-42/+0
* radv: remove useless 'cmd_buffer' param from radv_buffer_view_init()Samuel Pitoiset2017-09-131-1/+1
* radv: Remove unused args of radv_image_view_init.Bas Nieuwenhuizen2017-06-261-7/+6
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-091-28/+28
* radv: set base/ranges for push constant loads.Dave Airlie2017-05-081-0/+14
* radv: move some image info into a separate struct.Dave Airlie2017-05-031-1/+1
* radv: use push descriptors in metaFredrik Höglund2017-04-141-169/+126
* radv/ac: fixup texture coord to have right number of channels.Dave Airlie2017-03-091-3/+3
* radv: use VK_NULL_HANDLE for handlesGrazvydas Ignotas2017-03-061-4/+4
* radv/meta: update header infoDave Airlie2016-12-181-1/+2
* radv: clear image implementation for compute queueDave Airlie2016-12-181-9/+260
* radv: implement image->image copies using compute shaderDave Airlie2016-12-181-0/+315
* radv: add a compute shader implementation for buffer to imageDave Airlie2016-12-181-2/+300
* radv/meta: use VK_NULL_HANDLE for handlesGrazvydas Ignotas2016-12-101-1/+1
* radv/meta: clean up buffer->image code.Dave Airlie2016-12-081-35/+7
* radv: add missing license file to radv_meta_bufimage.Dave Airlie2016-12-081-0/+27
* nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri2016-10-261-7/+7
* radv: add initial non-conformant radv vulkan driverDave Airlie2016-10-071-0/+396