aco: Fix integer overflows when emitting parallel copies during RA
[mesa.git] / src / amd / vulkan / radv_meta.c
2020-07-13 Samuel Pitoisetradv: add support for dynamic depth/stencil states
2020-07-13 Samuel Pitoisetradv: add support for dynamic primitive topology
2020-07-13 Samuel Pitoisetradv: add support for dynamic cull mode and front face
2020-07-13 Samuel Pitoisetradv: rework dynamic viewports/scissors support
2020-05-30 Timothy Arceriradv: fix regression with builtin cache
2020-05-25 Bas Nieuwenhuizenradv: Handle failing to create .cache dir.
2020-05-13 Samuel Pitoisetradv: use the common base object type for VkDevice
2019-07-17 Bas Nieuwenhuizenradv: Only save the descriptor set if we have one.
2019-06-07 Samuel Pitoisetradv: allow to save/restore sample locations during...
2019-05-31 Samuel Pitoisetradv: use RADV_CMD_DIRTY_DYNAMIC_* when restoring viewp...
2019-05-31 Samuel Pitoisetradv: use CmdPushConstants when restoring constants...
2018-12-20 Samuel Pitoisetradv: add support for FMASK expand
2018-08-22 Grazvydas Ignotasradv: use different builtin shader cache for 32bit
2018-08-15 Samuel Pitoisetradv: fix memory leaks in radv_load_meta_pipeline()
2018-08-14 Bas Nieuwenhuizenradv: Add on-demand compilation of built-in shaders.
2018-07-12 Samuel Pitoisetradv/meta: do not restore a NULL descriptor
2018-06-23 Bas Nieuwenhuizenradv: Use deref instructions for tex derefs in meta...
2018-02-01 Samuel Pitoisetradv: use separate bindings for graphics and compute...
2018-01-21 Bas Nieuwenhuizenradv: Fix ordering issue in meta memory allocation...
2017-12-27 Bas Nieuwenhuizenradv: Invert condition for all samples identical during...
2017-11-13 Samuel Pitoisetradv: do not emit the framebuffer when restoring a...
2017-11-06 Dave Airlieradv: move descriptor sets out of cmd_state.
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