History log of /external/deqp/modules/gles2/functional/es2fTextureFilteringTests.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
433645782506cbdf8fa8b113ea0b5aa8ae761f0c 28-Mar-2017 Pyry Haulos <phaulos@google.com> Use new LOD approximation rules for OpenGL ES

This change updates OpenGL ES texture LOD approximation bounds to match
Vulkan. Since rules are now same for both APIs the LodPrecision
parameter introduced in 9f0ff9f49ae3359d9b2e50f5d720fc77460d0f4f is
removed.

Affects:

dEQP-GLES2.texture.*
dEQP-GLES3.texture.*
dEQP-GLES31.texture.*

Khronos spec bug: 16179
Google bug: 28200359
Components: AOSP, Vulkan, Framework

Change-Id: I55ff2e6296c7947af7ee5b7cf915d24c260ae374
(cherry picked from commit 0b6dbeb93e83dcf3b55d2eccce7cb1517c2caee5)
/external/deqp/modules/gles2/functional/es2fTextureFilteringTests.cpp
354cd4bb06817ac34d60c1eecf4752ef4ef2a1cc 28-Mar-2017 Pyry Haulos <phaulos@google.com> Relax LOD computation bounds

This change updates LOD approximation rules to match proposed spec
language in Vulkan texture filtering and mipmap tests.

This is partial cherry-pick of 9f0ff9f49ae3359d9b2e50f5d720fc77460d0f4f.
Mustpass changes are not included.

Affects: dEQP-VK.texture.*

Change-Id: Ic786bc733913a76d27f0cba31f3a61a10f8144fc
(cherry picked from commit a9a793142c75c8537b3a2229f1e3289278d19fd6)
/external/deqp/modules/gles2/functional/es2fTextureFilteringTests.cpp
c4eb6f3271a0bcd54835e666e836e3e72beebbd2 15-Jul-2016 Peter Siket <ps.szeged@partner.samsung.com> Move texture test utilities from the modules/glshared/glsTextureTestUtil to the framework/opengl/gluTextureTestUtil.

By moving these utilities to a common place, they can be used from other (not GLES) tests too.

Change-Id: I9ff3b431f868d99bff6cbe69a4de2c259cc09703
/external/deqp/modules/gles2/functional/es2fTextureFilteringTests.cpp
dc795cd4f3d064cbbe2bf9899bf2088d206b7434 09-Jun-2016 Chih-Hung Hsieh <chh@google.com> Fix misc-macro-parentheses warnings in deqp.

* Add parentheses around macro parameters beside binary operators.
* Add NOLINT to suppress wrong clang-tidy warnings.

Bug: 28705665
Change-Id: I8cab8cf2df6edb50806d9fd2324dfea31b127916
/external/deqp/modules/gles2/functional/es2fTextureFilteringTests.cpp
f1c8ff1f204f50ae1c785ef361fb88cc7dc611ef 18-Feb-2016 Pyry Haulos <phaulos@google.com> Relax uvwBits to 3 in dEQP-GLES2.functional.texture.filtering.cube

Bug: 27101650
Change-Id: Icf0f0ccbb176df5e71521ea9b6be273f3c648950
/external/deqp/modules/gles2/functional/es2fTextureFilteringTests.cpp
77580092ddcda5530da88a3304fd2c467c0d5e70 04-May-2015 Pyry Haulos <phaulos@google.com> Relax texture filtering precision requirements in ES2 tests

Bug: 20818451
Change-Id: Ia81d90020ad0403ce3a60ec7799a415f1d458cc6
/external/deqp/modules/gles2/functional/es2fTextureFilteringTests.cpp
469002caa1ccd58f59f53a1bf3dbac4cf6a5d817 24-Feb-2015 Jarkko Pöyry <jpoyry@google.com> Use TestLog, not TestContext, in gls::TextureTestUtil::TextureRenderer.

Change-Id: I7307b039777a2fe041e41379712e4f66d4a5e440
/external/deqp/modules/gles2/functional/es2fTextureFilteringTests.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/es2fTextureFilteringTests.cpp