History log of /external/deqp/modules/gles2/functional/es2fClippingTests.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3ed20144b972971fb6e62a470d65031028b3fc27 24-Mar-2016 Pyry Haulos <phaulos@google.com> resolve merge conflicts of d097869 to nyc-dev

Change-Id: Id5780291dfd79a8256a0d979ce1e6d13a90293e9
a19537b3e25256c673af765612c11f765637dc5e 22-Mar-2016 Pyry Haulos <phaulos@google.com> Use smaller triangles in triangle_vertex.clip_three

A few tests in clipping.triangle_vertex.clip_three generate triangles
that extend over 2^22 units in NDC outside viewport (something real
content is never expected to contain). Clipping these is not something
older ES2-only GPUs are necessarily expected to do accurately and might
come with prohibitive performance cost. This change limits size of those
triangles to a more reasonable value.

Bug: 27533503
Change-Id: Ic571b9d79db2c40652e96f4fc6a567fcfa7dcee3
/external/deqp/modules/gles2/functional/es2fClippingTests.cpp
03cd2dff787f36f07db35e29d31c4feb289de0d4 22-May-2015 Jarkko Pöyry <jpoyry@google.com> Fix -Wconversion warnings in clipping tests.

Bug: 21161908

Change-Id: Ic4aba78f3f44e585c97d450a9ba995c70d3d559a
/external/deqp/modules/gles2/functional/es2fClippingTests.cpp
f0ca13a370eeeff83ecf3c4d76a13d51dabf4297 28-Apr-2015 Jarkko Pöyry <jpoyry@google.com> 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
/external/deqp/modules/gles2/functional/es2fClippingTests.cpp
193f59811b2c0fe57808a06923b82ed00c41bd0f 24-Feb-2015 Jarkko Pöyry <jpoyry@google.com> Remove unused variables.

Change-Id: I234eb6375d7332bc82fc2d0a8b4e754b169f9290
/external/deqp/modules/gles2/functional/es2fClippingTests.cpp
3c827367444ee418f129b2c238299f49d3264554 02-Sep-2014 Jarkko Poyry <jpoyry@google.com> Import dEQP.

Import drawElements Quality Program from an internal repository.

Bug: 17388917
Change-Id: Ic109fe4a57e31b2a816113d90fbdf51a43e7abeb
/external/deqp/modules/gles2/functional/es2fClippingTests.cpp