configure.ac: split the wayland client/server confusion
[mesa.git] / src / amd / vulkan / radv_meta_resolve_cs.c
2017-08-25 Bas Nieuwenhuizenradv: Don't set a new subpass on compute resolve.
2017-08-25 Bas Nieuwenhuizenradv: Remove some intel comments from the resolve code.
2017-08-06 Bas Nieuwenhuizenradv: Use the correct channel for alpha in resolve...
2017-08-06 Bas Nieuwenhuizenradv: Only convert linear->srgb in compute resolves.
2017-08-06 Bas Nieuwenhuizenradv: Don't use SRGB format for image stores during...
2017-07-23 Bas Nieuwenhuizenradv: Handle VK_ATTACHMENT_UNUSED in color attachments.
2017-06-25 Bas Nieuwenhuizenradv: Remove unused args of radv_image_view_init.
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-07 Dave Airlieradv: set base/ranges for push constant loads.
2017-05-07 Dave Airlieradv: add subpass resolve compute path
2017-05-07 Dave Airlieradv/resolve: split resolve emission out for compute
2017-05-07 Dave Airlieradv/meta: split out core part of resolve shader
2017-05-07 Dave Airlieradv/meta: add srgb conversion to end of resolve shader.
2017-05-02 Dave Airlieradv: move some image info into a separate struct.
2017-04-14 Fredrik Höglundradv: use push descriptors in meta
2017-03-08 Dave Airlieradv/ac: fixup texture coord to have right number of...
2017-03-07 Dave Airlieradv: move fast clear before resolve into own loop.
2017-02-19 Dave Airlieradv: handle layered fast clears.
2016-12-10 Grazvydas Ignotasradv/meta: use VK_NULL_HANDLE for handles
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver