Do not assume support for multisampled wide lines.
authorJarkko Pöyry <jpoyry@google.com>
Mon, 27 Apr 2015 23:20:50 +0000 (16:20 -0700)
committerJarkko Pöyry <jpoyry@google.com>
Wed, 29 Apr 2015 22:23:42 +0000 (15:23 -0700)
commitf0ca13a370eeeff83ecf3c4d76a13d51dabf4297
tree300bfa67cf196b81627a2e6678b9ef59583dd44c
parent35f093054670f38076b8b347d37a41be90a5ac8c
Do not assume support for multisampled wide lines.

- Allow rasterization, interpolation, and clipping multisampled wide
  line cases to fail and report Compatibility Warning instad of
  failure.
- Allow line width verification failures in primitive bounding box
  tests (and generate compatibility warning).
- Not modiyfing helper_invocation cases since the test tolerate
  uncertain line rendering widths.

Bug: 20453464
Change-Id: Ib1ef997c5476e04a02a103f0636201ed94c9354e
modules/gles2/functional/es2fClippingTests.cpp
modules/gles2/functional/es2fRasterizationTests.cpp
modules/gles3/functional/es3fClippingTests.cpp
modules/gles3/functional/es3fRasterizationTests.cpp
modules/gles31/functional/es31fPrimitiveBoundingBoxTests.cpp