projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab6ed2e
)
Add a todo comment about intput_slots_valid in the FS shader key
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Sat, 24 Oct 2015 04:30:38 +0000
(21:30 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Mon, 26 Oct 2015 23:25:02 +0000
(16:25 -0700)
src/vulkan/anv_pipeline.c
patch
|
blob
|
history
diff --git
a/src/vulkan/anv_pipeline.c
b/src/vulkan/anv_pipeline.c
index c6d2395cdc45e25b6576b60c52abb1456d41cd93..59f304f55df7830a585053d0ba3185c34b9f454c 100644
(file)
--- a/
src/vulkan/anv_pipeline.c
+++ b/
src/vulkan/anv_pipeline.c
@@
-305,6
+305,8
@@
populate_wm_prog_key(const struct brw_device_info *devinfo,
populate_sampler_prog_key(devinfo, &key->tex);
+ /* TODO: Fill out key->input_slots_valid */
+
/* Vulkan doesn't specify a default */
key->high_quality_derivatives = false;