projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa04b57
)
anv/gen8_pipeline: Add an assert to ensure use_alt_mode is not set in prog_data
author
Anuj Phogat
<anuj.phogat@gmail.com>
Mon, 26 Sep 2016 18:08:33 +0000
(11:08 -0700)
committer
Anuj Phogat
<anuj.phogat@gmail.com>
Tue, 4 Oct 2016 20:20:34 +0000
(13:20 -0700)
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
src/intel/vulkan/gen8_pipeline.c
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/gen8_pipeline.c
b/src/intel/vulkan/gen8_pipeline.c
index 1abb97c80be71bf500189480cf57f09743009c6f..0fe9e70d21e36259fb8a3d951f59873be78077ef 100644
(file)
--- a/
src/intel/vulkan/gen8_pipeline.c
+++ b/
src/intel/vulkan/gen8_pipeline.c
@@
-171,6
+171,7
@@
genX(graphics_pipeline_create)(
}
const struct brw_vs_prog_data *vs_prog_data = get_vs_prog_data(pipeline);
+ assert(!vs_prog_data->base.base.use_alt_mode);
/* Skip the VUE header and position slots */
offset = 1;
length = (vs_prog_data->base.vue_map.num_slots + 1) / 2 - offset;