radv: Return VK_NOT_READY if the query results are not available.
[mesa.git] / src / amd / vulkan / radv_query.c
2017-04-12 Bas Nieuwenhuizenradv: Return VK_NOT_READY if the query results are...
2017-04-12 Bas Nieuwenhuizenradv: Set query availability bit even if we don't wait.
2017-04-11 Bas Nieuwenhuizenradv: Implement pipeline statistics queries.
2017-04-11 Bas Nieuwenhuizenradv: Let count be dynamic in radv_break_on_count.
2017-04-11 Bas Nieuwenhuizenradv: Rename query pipeline/set layout.
2017-04-11 Bas Nieuwenhuizenradv: Use VK_WHOLE_SIZE for the query buffer bindings.
2017-04-11 Bas Nieuwenhuizenradv: Use a shader for occlusion CmdCopyQueryPoolResults.
2017-04-11 Bas Nieuwenhuizenradv: Add occlusion query shader.
2017-02-27 Bas Nieuwenhuizenradv: Use correct size for availability flag.
2017-02-27 Bas Nieuwenhuizenradv: Only use PKT3_OCCLUSION_QUERY when it doesn't...
2017-02-19 Dave AirlieRevert "radv: detect command buffers that do no work...
2017-02-15 Dave Airlieradv: query cmds should mark a cmd buffer as having...
2017-01-16 Bas Nieuwenhuizenradv: Get physical device from radv_device instead...
2016-12-18 Bas Nieuwenhuizenradv: Use RELEASE_MEM packet for MEC timestamp query.
2016-12-10 Grazvydas Ignotasradv: fix release build unused variable warnings
2016-10-18 Dave Airlieradv: move to using shared vk_alloc inlines.
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver