History log of /external/deqp/modules/internal/ditImageCompareTests.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ec91da5e9ca1fb19d6853c9535332a0085df2922 09-May-2015 Pyry Haulos <phaulos@google.com> Fuzzy compare improvements

* Move scaling of error magnitude at the very end to reduce rounding
error accumulation.

* Use integers instead of floating-point values for color distances.

* Log images in tests.

* Remove useless ability to tune some magic constants.

* Tune thresholds as necessary.

Bug: 18423249
Change-Id: Idd66a3dd9102ef11ca5e2d18a0942ae18e5fd9dc
/external/deqp/modules/internal/ditImageCompareTests.cpp
4e3ea87b79b12195e79d28ef6ab2be0a847b5d9a 20-Mar-2015 Pyry Haulos <phaulos@google.com> Refactor tcu::TestExecutor

tcu::TestExecutor used to provide all functionality required for
traversing hierarchy, executing tests, and even generating test case
lists. This change splits TestExecutor into three separate utilities:

1) TestHierarchyIterator provides test hierarchy traversal.
2) TestSessionExecutor provides test session execution.
3) Utility functions for generating test case list files.

In addition TestCaseWrapper has been replaced by package-specific
TestCaseExecutor with TestSessionExecutor-managed lifetime.

Change-Id: Idb8090964a80cd64892231798710547e84e2989b
/external/deqp/modules/internal/ditImageCompareTests.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/internal/ditImageCompareTests.cpp