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
/
intel
/
vulkan
/
genX_query.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: skip writing perfcntr in results on Gen12+
Lionel Landwerlin
2020-04-18
1
-0
/
+4
*
anv: implement gen9 post sync pipe control workaround
Lionel Landwerlin
2020-02-05
1
-0
/
+9
*
anv: Handle unavailable queries in vkCmdCopyQueryPoolResults
Brian Ho
2020-01-28
1
-0
/
+54
*
anv: Properly fetch partial results in vkGetQueryPoolResults
Brian Ho
2020-01-28
1
-2
/
+11
*
anv: Add an anv_physical_device field to anv_device
Jason Ekstrand
2020-01-20
1
-1
/
+1
*
anv: Enable Vulkan 1.2 support
Iván Briano
2020-01-15
1
-1
/
+1
*
anv: fix intel perf queries availability writes
Lionel Landwerlin
2020-01-09
1
-14
/
+5
*
anv: Add an explicit_address parameter to anv_device_alloc_bo
Jason Ekstrand
2019-12-05
1
-0
/
+1
*
anv: prepare the driver for delayed submissions
Lionel Landwerlin
2019-11-11
1
-29
/
+8
*
anv: Properly handle host query reset of performance queries
Lionel Landwerlin
2019-11-04
1
-32
/
+20
*
anv: Allocate query pool BOs from the cache
Jason Ekstrand
2019-10-31
1
-25
/
+15
*
anv: Use the query_slot helper in vkResetQueryPoolEXT
Jason Ekstrand
2019-10-31
1
-1
/
+1
*
anv: implement VK_INTEL_performance_query
Lionel Landwerlin
2019-10-23
1
-17
/
+235
*
anv: rework queries writes to ensure ordering memory writes
Lionel Landwerlin
2019-05-08
1
-17
/
+84
*
anv: fix argument name for vkCmdEndQuery
Lionel Landwerlin
2019-04-24
1
-2
/
+2
*
anv: Move mi_memcpy and mi_memset to gen_mi_builder
Jason Ekstrand
2019-04-11
1
-5
/
+4
*
anv: Use gen_mi_builder for queries
Jason Ekstrand
2019-04-11
1
-214
/
+58
*
anv: Implement VK_EXT_host_query_reset
Jason Ekstrand
2019-03-18
1
-0
/
+14
*
anv: Implement transform feedback queries
Jason Ekstrand
2019-01-22
1
-1
/
+71
*
anv: Implement CmdBegin/EndQueryIndexed
Jason Ekstrand
2019-01-22
1
-1
/
+20
*
anv: narrow flushing of the render target to buffer writes
Lionel Landwerlin
2019-01-19
1
-1
/
+1
*
anv/query: flush render target before copying results
Lionel Landwerlin
2018-12-05
1
-0
/
+9
*
anv: flush pipeline before query result copies
Lionel Landwerlin
2018-11-29
1
-5
/
+4
*
anv: Return VK_ERROR_DEVICE_LOST from anv_device_set_lost
Jason Ekstrand
2018-10-26
1
-3
/
+1
*
anv: Add helpers for setting/checking device lost
Jason Ekstrand
2018-10-26
1
-2
/
+2
*
anv/query: Add an emit_srm helper
Jason Ekstrand
2018-09-17
1
-32
/
+21
*
anv: Add a mi_memset and use it for zeroing queries
Jason Ekstrand
2018-09-17
1
-12
/
+2
*
anv/query: Use anv_address everywhere
Jason Ekstrand
2018-09-17
1
-57
/
+64
*
anv/query: Write both dwords in emit_zero_queries
Jason Ekstrand
2018-09-17
1
-0
/
+5
*
anv/query: Increment an index while writing results
Jason Ekstrand
2018-09-17
1
-36
/
+31
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
1
-7
/
+7
*
anv: Soft-pin everything else
Scott D Phillips
2018-06-01
1
-0
/
+6
*
anv: Use an anv_address in anv_buffer
Jason Ekstrand
2018-05-31
1
-8
/
+3
*
anv/cmd_buffer: Get rid of the meta query workaround
Jason Ekstrand
2018-01-23
1
-14
/
+0
*
anv/query: implement multiview interactions
Iago Toral Quiroga
2018-01-18
1
-0
/
+54
*
anv: wire up vk_errorf macro to do debug reporting
Tapani Pälli
2017-09-12
1
-1
/
+2
*
anv: Remove 'inline' keywords
Matt Turner
2017-08-29
1
-1
/
+1
*
anv: Stop setting BO flags in bo_init_new
Jason Ekstrand
2017-05-23
1
-0
/
+7
*
anv/query: handle more cases of 'out of host memory'
Iago Toral Quiroga
2017-05-05
1
-0
/
+10
*
anv/query: Use genxml for MI_MATH
Jason Ekstrand
2017-04-20
1
-43
/
+28
*
anv/query: Use snooping on !LLC platforms
Jason Ekstrand
2017-04-07
1
-13
/
+11
*
anv/query: Busy-wait for available query entries
Jason Ekstrand
2017-04-05
1
-6
/
+56
*
anv: Query the kernel for reset status
Jason Ekstrand
2017-04-04
1
-8
/
+3
*
anv/query: handle out of host memory without crashing in compute_query_result()
Iago Toral Quiroga
2017-03-24
1
-0
/
+5
*
anv: return VK_ERROR_DEVICE_LOST immeditely when device is known to be lost
Iago Toral Quiroga
2017-03-24
1
-0
/
+3
*
genxml: Make MI_STORE_DATA_IMM have a single 64-bit data field
Jason Ekstrand
2017-03-17
1
-2
/
+1
*
anv: Implement pipeline statistics queries
Ilia Mirkin
2017-03-17
1
-10
/
+222
*
anv/query: Rework store_query_result
Jason Ekstrand
2017-03-17
1
-15
/
+24
*
anv/query: Break GPU query calculation into a helper
Jason Ekstrand
2017-03-17
1
-12
/
+18
*
anv/query: Add a helper for writing a query pool result
Jason Ekstrand
2017-03-17
1
-16
/
+17
[next]