radv/gfx9: allocate events from uncached VA space
[mesa.git] / src / amd / vulkan / radv_query.c
2017-07-06 Dave Airlieradv: add support for cmd predication.
2017-06-06 Bas Nieuwenhuizenradv: Remove SI num RB override for occlusion queries.
2017-06-05 Nicolai Hähnleradv: fewer than 8 RBs are possible
2017-06-02 Dave Airlieradv: factor out eop event writing code. (v2)
2017-06-02 Dave Airlieradv: factor out si_emit_wait_fence code.
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: set base/ranges for push constant loads.
2017-05-01 Bas Nieuwenhuizenradv: Use correct stage for ready bit.
2017-05-01 Bas Nieuwenhuizenradv: Add top of pipe timestamp queries.
2017-04-14 Fredrik Höglundradv: use push descriptors in meta
2017-04-12 Bas Nieuwenhuizenradv: Stop shadowing the result in radv_GetQueryPoolRes...
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