Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / amd / vulkan / radv_query.c
2020-08-21 Jesse Natalienir: Add new system values and intrinsics for dealing...
2020-08-19 Samuel Pitoisetradv: track and report if a logical device is lost
2020-07-15 Samuel Pitoisetradv: destroy the base object if VkCreateQueryPool...
2020-06-02 Oschowaradv: Explicitly cast TIMESTAMP_NOT_READY value to...
2020-05-13 Samuel Pitoisetradv: use the base object struct types
2020-05-13 Samuel Pitoisetradv: use the common base object type for VkDevice
2020-04-17 Samuel Pitoisetradv: fix geometry shader primitives query with ACO...
2020-04-08 Bas Nieuwenhuizenradv: Whitespace fixup.
2020-04-07 Bas Nieuwenhuizenradv: Store 64-bit availability bools if requested.
2020-01-29 Samuel Pitoisetradv/gfx10: implement NGG GS queries
2020-01-15 Samuel Pitoisetradv: update VK_EXT_host_query_reset for Vulkan 1.2
2019-11-25 Rhys Perryradv: set alignment for load_ssbo/store_ssbo in meta...
2019-10-10 Samuel Pitoisetradv: use a compute shader for copying timestamp query...
2019-10-10 Samuel Pitoisetradv: sync before resetting query pools if timestamps...
2019-08-17 Andres Rodriguezradv: additional query fixes
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-27 Andres Rodriguezradv: fix queries with WAIT_BIT returning VK_NOT_READY
2019-07-16 Samuel Pitoisetradv: allow to select DST_SEL with RELEASE_MEM
2019-06-25 Samuel Pitoisetradv: rename and re-document cache flush flags
2019-06-13 Samuel Pitoisetradv: flush and invalidate CB before resetting query...
2019-06-12 Samuel Pitoisetradv: fix occlusion queries on VegaM
2019-06-03 Samuel Pitoisetradv: flush pending query reset caches before copying...
2019-05-29 Samuel Pitoisetradv: sync before resetting a pool if there is active...
2019-05-27 Samuel Pitoisetradv: tidy up GetQueryPoolResults for occlusion queries
2019-05-22 Samuel Pitoisetradv: do not reset query pool during creation
2019-03-25 Samuel Iglesias... radv: write availability status vkGetQueryPoolResults...
2019-03-25 Samuel Iglesias... radv: don't overwrite results in VkGetQueryPoolResults...
2019-03-18 Bas Nieuwenhuizenradv: Implement VK_EXT_host_query_reset.
2019-03-06 Lionel Landwerlinradv: set num_components on vulkan_resource_index intrinsic
2019-01-29 Bas Nieuwenhuizenradv/winsys: Set winsys bo priority on creation.
2019-01-23 Samuel Pitoisetradv: remove old_fence parameter from si_cs_emit_write_...
2019-01-22 Marek Olšákradeonsi: correct WRITE_DATA.DST_SEL definitions
2019-01-20 Karol Herbstnir: replace more nir_load_system_value calls with...
2018-12-19 Jason Ekstrandradv/query: Use 1-bit booleans in query shaders
2018-12-19 Jason Ekstrandradv/query: Add a nir_test_flag helper
2018-12-17 Rhys Perryradv: switch from nir_bcsel to nir_b32csel
2018-12-05 Samuel Pitoisetradv: wait on the high 32 bits of timestamp queries
2018-12-05 Samuel Pitoisetradv: reset pending_reset_query when flushing caches
2018-12-05 Alex Smithradv: Flush before vkCmdWriteTimestamp() if needed
2018-11-14 Karol Herbstnir: replace nir_load_system_value calls with appropiat...
2018-11-07 Samuel Pitoisetradv: disable conditional rendering for vkCmdCopyQueryP...
2018-11-07 Samuel Pitoisetradv: allocate enough space in CS when copying query...
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.
next