radv: add helper for setting a descriptor.
[mesa.git] / src / amd / vulkan / radv_meta.c
2017-11-06 Dave Airlieradv: add helper for setting a descriptor.
2017-10-06 Samuel Pitoisetradv: convert all COMPUTE operations to the RADV_META_S...
2017-10-06 Samuel Pitoisetradv: add RADV_META_SAVE_COMPUTE_PIPELINE flag
2017-10-06 Samuel Pitoisetradv: add radv_meta_save() helper
2017-10-06 Samuel Pitoisetradv: merge radv_meta_{save,restore}_pass() with RADV_M...
2017-10-06 Samuel Pitoisetradv: introduce the concept of meta save flags
2017-09-27 Samuel Pitoisetradv: store the amount of saved constants in the comput...
2017-09-25 Samuel Pitoisetradv: save/restore all viewports/scissors for meta...
2017-09-07 Samuel Pitoisetradv: remove unused radv_meta_saved_state::vertex_saved...
2017-08-06 Bas Nieuwenhuizenradv: Only convert linear->srgb in compute resolves.
2017-06-03 Bas Nieuwenhuizenradv: Dirty all descriptors sets when changing the...
2017-05-13 Bas Nieuwenhuizenradv: Save descriptor set even if vertex buffers are...
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-07 Dave Airlieradv/meta: cleanup some unused code path
2017-05-07 Dave Airlieradv/meta: add resolve pass using fragment/vertex shaders
2017-05-07 Dave Airlieradv/meta: split out core part of resolve shader
2017-05-05 Fredrik Höglundradv/meta: fix restoring a push descriptor set
2017-04-19 Dave Airlieradv/meta: refactor out some common shaders.
2017-04-19 Dave Airlieradv/meta: reduce vertex buffer usage in clear shaders
2017-04-19 Dave Airlieradv/meta: add common shader vertex generation function
2017-04-19 Dave Airlieradv/meta: add support for save/restore meta without...
2017-04-11 Bas Nieuwenhuizenradv: Add occlusion query shader.
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver