diff options
author | Iago Toral Quiroga <[email protected]> | 2017-01-25 15:04:35 +0100 |
---|---|---|
committer | Iago Toral Quiroga <[email protected]> | 2017-01-26 08:11:21 +0100 |
commit | 9b25769da63999fa65a70a14194a452c49d18f3e (patch) | |
tree | a8c69c4862669eee91e8a7d666fd80f686a10002 /Makefile.am | |
parent | 5106df85da20d57007e89262472bb1624afbdaba (diff) |
anv/lower_input_attachments: honor sample index parameter to subpassLoad()
According to GL_KHR_vulkan_glsl, the signature of subpassLoad() is:
gvec4 subpassLoad(gsubpassInput subpass);
gvec4 subpassLoad(gsubpassInputMS subpass, int sample);
So the multisampled case always receives an explicit sample index that we
should use. The current implementation was ignoring this parameter
and using gl_SampleID value instead.
Fixes:
dEQP-VK.pipeline.multisample_shader_builtin.sample_id.*
Reviewed-by: Jason Ekstrand <[email protected]>
Cc: "17.0" <[email protected]>
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions