Add a non-separable TCS-but-no-TES subcase.
authorKenneth Graunke <kenneth.w.graunke@intel.com>
Sat, 11 Feb 2017 06:45:39 +0000 (22:45 -0800)
committerKenneth Graunke <kenneth.w.graunke@intel.com>
Mon, 13 Feb 2017 19:30:23 +0000 (11:30 -0800)
commit0a9f969930a90484eae0ebcecd475f77236ce691
tree6a773e10edf974fef340ddbe1212c5889029b5b4
parent1b9d89f86ae4045fad08b2775cdab9dd459c86d3
Add a non-separable TCS-but-no-TES subcase.

   "Linking can fail for [...] any of the following reasons:

* program contains an object to form a tessellation control
  shader [...] and [...] the program is not separable and
  contains no object to form a tessellation evaluation shader"

Add a test to ensure the implementation does raise a link error.

The new subcase is part of:
dEQP-GLES31.functional.debug.negative_coverage.*.tessellation.single_tessellation_stage

Change-Id: Icb29d2da50b2c327bfd2196af9be56bb7d8644f9
modules/gles31/functional/es31fNegativeTessellationTests.cpp