configure.ac: split the wayland client/server confusion
[mesa.git] / src / amd / vulkan / radv_meta_blit.c
2017-09-12 Dave Airlieradv: don't use iview for meta image width/height.
2017-07-31 Dave Airlieradv: handle 10-bit format clamping workaround.
2017-07-05 Bas Nieuwenhuizenradv: Disable depth & stencil tests when the depthbuffe...
2017-06-25 Bas Nieuwenhuizenradv: Remove unused args of radv_image_view_init.
2017-05-09 Grazvydas Ignotasradv: always free nir shaders from modules on stack
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-07 Dave Airlieradv/meta: port blit to using push constants
2017-05-02 Dave Airlieradv: move some image info into a separate struct.
2017-04-19 Dave Airlieradv/meta: generate position for blit shaders.
2017-04-14 Fredrik Höglundradv: use push descriptors in meta
2017-03-30 Bas Nieuwenhuizenradv: Set proper viewport & scissor for meta draws.
2016-11-23 Dave Airlieradv: fix flipped blits
2016-11-23 Dave Airlieradv/meta: just local vars for src/dst subresources.
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-11 Dave Airlieradv: drop the RADV_CALL macro.
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver