index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
amd
/
vulkan
/
radv_query.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: fix geometry shader primitives query with ACO on GFX10
Samuel Pitoiset
2020-04-17
1
-1
/
+1
*
radv: Whitespace fixup.
Bas Nieuwenhuizen
2020-04-08
1
-1
/
+0
*
radv: Store 64-bit availability bools if requested.
Bas Nieuwenhuizen
2020-04-07
1
-71
/
+56
*
radv/gfx10: implement NGG GS queries
Samuel Pitoiset
2020-01-29
1
-4
/
+75
*
radv: update VK_EXT_host_query_reset for Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-1
/
+1
*
radv: set alignment for load_ssbo/store_ssbo in meta shaders
Rhys Perry
2019-11-25
1
-0
/
+21
*
radv: use a compute shader for copying timestamp query results
Samuel Pitoiset
2019-10-10
1
-30
/
+226
*
radv: sync before resetting query pools if timestamps have been written
Samuel Pitoiset
2019-10-10
1
-0
/
+10
*
radv: additional query fixes
Andres Rodriguez
2019-08-17
1
-7
/
+8
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-2
/
+2
*
radv: fix queries with WAIT_BIT returning VK_NOT_READY
Andres Rodriguez
2019-07-27
1
-1
/
+1
*
radv: allow to select DST_SEL with RELEASE_MEM
Samuel Pitoiset
2019-07-16
1
-0
/
+2
*
radv: rename and re-document cache flush flags
Samuel Pitoiset
2019-06-25
1
-4
/
+4
*
radv: flush and invalidate CB before resetting query pools on GFX9
Samuel Pitoiset
2019-06-13
1
-0
/
+4
*
radv: fix occlusion queries on VegaM
Samuel Pitoiset
2019-06-12
1
-21
/
+27
*
radv: flush pending query reset caches before copying results
Samuel Pitoiset
2019-06-03
1
-15
/
+25
*
radv: sync before resetting a pool if there is active pending queries
Samuel Pitoiset
2019-05-29
1
-0
/
+11
*
radv: tidy up GetQueryPoolResults for occlusion queries
Samuel Pitoiset
2019-05-27
1
-7
/
+5
*
radv: do not reset query pool during creation
Samuel Pitoiset
2019-05-22
1
-3
/
+0
*
radv: write availability status vkGetQueryPoolResults() when the data is not ...
Samuel Iglesias Gonsálvez
2019-03-25
1
-15
/
+4
*
radv: don't overwrite results in VkGetQueryPoolResults() when queries are not...
Samuel Iglesias Gonsálvez
2019-03-25
1
-16
/
+32
*
radv: Implement VK_EXT_host_query_reset.
Bas Nieuwenhuizen
2019-03-18
1
-0
/
+22
*
radv: set num_components on vulkan_resource_index intrinsic
Lionel Landwerlin
2019-03-06
1
-6
/
+12
*
radv/winsys: Set winsys bo priority on creation.
Bas Nieuwenhuizen
2019-01-29
1
-1
/
+2
*
radv: remove old_fence parameter from si_cs_emit_write_event_eop()
Samuel Pitoiset
2019-01-23
1
-2
/
+2
*
radeonsi: correct WRITE_DATA.DST_SEL definitions
Marek Olšák
2019-01-22
1
-1
/
+1
*
nir: replace more nir_load_system_value calls with builder functions
Karol Herbst
2019-01-21
1
-2
/
+2
*
radv/query: Use 1-bit booleans in query shaders
Jason Ekstrand
2018-12-19
1
-21
/
+21
*
radv/query: Add a nir_test_flag helper
Jason Ekstrand
2018-12-19
1
-15
/
+16
*
radv: switch from nir_bcsel to nir_b32csel
Rhys Perry
2018-12-17
1
-4
/
+4
*
radv: wait on the high 32 bits of timestamp queries
Samuel Pitoiset
2018-12-05
1
-1
/
+4
*
radv: reset pending_reset_query when flushing caches
Samuel Pitoiset
2018-12-05
1
-1
/
+0
*
radv: Flush before vkCmdWriteTimestamp() if needed
Alex Smith
2018-12-05
1
-11
/
+19
*
nir: replace nir_load_system_value calls with appropiate builder functions
Karol Herbst
2018-11-14
1
-4
/
+4
*
radv: disable conditional rendering for vkCmdCopyQueryPoolResults()
Samuel Pitoiset
2018-11-07
1
-0
/
+10
*
radv: allocate enough space in CS when copying query results with compute
Samuel Pitoiset
2018-11-07
1
-0
/
+4
*
radv: more use of radv_cp_wait_mem()
Samuel Pitoiset
2018-11-05
1
-22
/
+9
*
radv: replace si_emit_wait_fence() with radv_cp_wait_mem()
Samuel Pitoiset
2018-11-05
1
-1
/
+2
*
radv: add missing TFB queries support to CmdCopyQueryPoolsResults()
Samuel Pitoiset
2018-11-05
1
-0
/
+277
*
radv: remove useless sync after copying query results with compute
Samuel Pitoiset
2018-11-05
1
-4
/
+0
*
radv: use WAIT_REG_MEM_GREATER_OR_EQUAL instead of a magic value
Samuel Pitoiset
2018-10-31
1
-1
/
+1
*
radv: use pool->stride when calling radv_query_shader()
Samuel Pitoiset
2018-10-31
1
-2
/
+2
*
radv: implement VK_EXT_transform_feedback
Samuel Pitoiset
2018-10-29
1
-10
/
+101
*
ac: correct PKT3_COPY_DATA definitions
Marek Olšák
2018-10-06
1
-4
/
+4
*
radv: fix resetting the pool for timestamp queries
Samuel Pitoiset
2018-10-04
1
-7
/
+5
*
radv: do not use the availability bit for timestamp queries
Samuel Pitoiset
2018-09-28
1
-30
/
+27
*
radv: Add on-demand compilation of built-in shaders.
Bas Nieuwenhuizen
2018-08-14
1
-5
/
+27
*
nir: cleanup oversized arrays in nir_swizzle calls
Karol Herbst
2018-07-13
1
-4
/
+2
*
radv: get rid of buffer object priorities
Samuel Pitoiset
2018-07-12
1
-4
/
+4
*
radv: emit a dummy ZPASS_DONE to prevent GPU hangs on GFX9
Samuel Pitoiset
2018-07-12
1
-3
/
+6
[next]