Merge branch 'issue_72' into 'master'
authorPyry Haulos <phaulos@google.com>
Thu, 17 Dec 2015 18:26:26 +0000 (13:26 -0500)
committerPyry Haulos <phaulos@google.com>
Thu, 17 Dec 2015 18:26:26 +0000 (13:26 -0500)
commit0f78ed30aba08d3267013fc0a70bddf364558c10
treef6bb1b3ebab9e372c1995c39a81077b398b05fcb
parentec4b39bdb68d95b0beddb565b5ec1f64c8f1e7c2
parent812054568e397caf9a7bd6b76b827f7a440610ce
Merge branch 'issue_72' into 'master'

Several fixes for pipeline.sampler.image_view tests

Fix mapping of VK filter modes to Sampler::filter modes. Fix LOD calculation for VK_SAMPLER_MIPMAP_MODE_BASE. Adjust texcoords to avoid tiebreaking rules. Clamp lodMid to .01 for minfilter tests. Disable linear filtering tests for integer formats.

See #72 and #74.

See merge request !142
external/vulkancts/framework/vulkan/vkImageUtil.cpp
external/vulkancts/modules/vulkan/pipeline/vktPipelineImageSamplingInstance.cpp