projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e60f59
)
anv/query: Fix the location of timestamp availability
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Wed, 15 Mar 2017 00:52:12 +0000
(17:52 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Thu, 16 Mar 2017 22:08:17 +0000
(15:08 -0700)
Reviewed-By: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Cc: "17.0 13.0" <mesa-dev@lists.freedesktop.org>
src/intel/vulkan/genX_query.c
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/genX_query.c
b/src/intel/vulkan/genX_query.c
index 830f86704612fdf293b5ccc710a296667e58bfc2..4e6638a0aeb09578d3ec1754009f97ab67a95aa6 100644
(file)
--- a/
src/intel/vulkan/genX_query.c
+++ b/
src/intel/vulkan/genX_query.c
@@
-327,7
+327,7
@@
void genX(CmdWriteTimestamp)(
break;
}
- emit_query_availability(cmd_buffer, &pool->bo,
query
+ 16);
+ emit_query_availability(cmd_buffer, &pool->bo,
offset
+ 16);
}
#if GEN_GEN > 7 || GEN_IS_HASWELL