radv: more use of radv_cp_wait_mem()
[mesa.git] / src / amd / vulkan / radv_query.c
2018-11-05 Samuel Pitoisetradv: more use of radv_cp_wait_mem()
2018-11-05 Samuel Pitoisetradv: replace si_emit_wait_fence() with radv_cp_wait_mem()
2018-11-05 Samuel Pitoisetradv: add missing TFB queries support to CmdCopyQueryPo...
2018-11-05 Samuel Pitoisetradv: remove useless sync after copying query results...
2018-10-31 Samuel Pitoisetradv: use WAIT_REG_MEM_GREATER_OR_EQUAL instead of...
2018-10-31 Samuel Pitoisetradv: use pool->stride when calling radv_query_shader()
2018-10-29 Samuel Pitoisetradv: implement VK_EXT_transform_feedback
2018-10-07 Marek Olšákac: correct PKT3_COPY_DATA definitions
2018-10-04 Samuel Pitoisetradv: fix resetting the pool for timestamp queries
2018-09-28 Samuel Pitoisetradv: do not use the availability bit for timestamp...
2018-08-14 Bas Nieuwenhuizenradv: Add on-demand compilation of built-in shaders.
2018-07-13 Karol Herbstnir: cleanup oversized arrays in nir_swizzle calls
2018-07-12 Samuel Pitoisetradv: get rid of buffer object priorities
2018-07-12 Samuel Pitoisetradv: emit a dummy ZPASS_DONE to prevent GPU hangs...
2018-06-27 Samuel Pitoisetradv: remove unused 'predicated' parameter from some...
2018-06-26 Samuel Pitoisetradv: emit PIPELINESTAT_{START,STOP} events for pipelin...
2018-06-21 Samuel Pitoisetradv: use EOP_DATA_SEL_* instead of magic numbers
2018-06-19 Marek Olšákamd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
2018-05-31 Bas Nieuwenhuizenradv: Add option to print errors even in optimized...
2018-05-14 Bas Nieuwenhuizenradv: Fix multiview queries.
2018-05-02 Samuel Pitoisetradv: only disable out-of-order rast for perfect occlus...
2018-04-06 Samuel Pitoisetradv: only enable PERFECT_ZPASS_COUNTS for precision...
2018-03-19 Dave Airlieradv/query: handle multiview timestamp queries.
2018-03-19 Dave Airlieradv/query: handle multiview queries properly. (v3)
2018-03-19 Dave Airlieradv/query: split out begin/end query emission
2018-03-01 Samuel Pitoisetradv: only emit cache flushes when the pool size is...
2018-03-01 Samuel Pitoisetradv: keep track of the query pool size
2018-03-01 Samuel Pitoisetradv: make sure to emit cache flushes before starting...
2017-12-28 Dave Airlieradv: fix pipeline statistics end query on compute...
2017-11-20 Samuel Pitoisetradv: do not add the query pool BO to the list in vkCmd...
2017-11-13 Samuel Pitoisetradv: use vk_error() everywhere an error is returned
2017-11-06 Dave Airlieradv: wrap cs_add_buffer in an inline. (v2)
2017-10-27 Samuel Pitoisetradv: allow to use a compute shader for resetting the...
2017-10-26 Dave Airlieradv: add support for local bos. (v3)
2017-10-09 Marek Olšákamd: move r600d_common.h into r600g
2017-10-06 Samuel Pitoisetradv: convert all COMPUTE operations to the RADV_META_S...
2017-10-02 Samuel Pitoisetradv: do not need to double zero-init the meta state...
2017-09-27 Samuel Pitoisetradv: store the amount of saved constants in the comput...
2017-09-26 Samuel Pitoisetradv: fix saved compute state when doing statistics...
2017-09-20 Bas Nieuwenhuizenradv: Don't use a virtual function for getting the...
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