Merge branch '392-split-tests' into 'vulkan-cts-1.0-dev'
authorPyry Haulos <phaulos@google.com>
Fri, 17 Jun 2016 16:10:51 +0000 (16:10 +0000)
committerPyry Haulos <phaulos@google.com>
Fri, 17 Jun 2016 16:10:51 +0000 (16:10 +0000)
Fix issues with undefined levels in tess primitive discard tests

In certain cases less than 1 inner tessellation levels result in
implementation-dependent number of vertices to be generated. Relax
verification in those cases, and add separate tests that exercise only
valid (>= 1) inner levels.

Fixes #392

See merge request !592


Trivial merge