EXT_multisampled_render_to_texture test
authorJames Darpinian <jdarpinian@chromium.org>
Tue, 18 Dec 2018 00:46:59 +0000 (16:46 -0800)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Fri, 15 Oct 2021 19:00:00 +0000 (19:00 +0000)
commit4b4fb6c329d7b879e661a80706e1002b55abfa81
treef08e93900658e4eba9843a5d3334f94ad79213ee
parent16aedc98f218344449fd683126f4f323e820ae87
EXT_multisampled_render_to_texture test

Detects a bug where ReadPixels fails on multisampled textures.
See http://crbug.com/890002

Cherry pick from AOSP.

Original commit:
https://android.googlesource.com/platform/external/deqp/+/accf1be52e32153c757cd84864607ee9c47dfe9a
https://android-review.googlesource.com/c/platform/external/deqp/+/796566
Submitted on behalf of a third-party: jdarpinian@chromium.org

Components: OpenGL

New test:
dEQP-GLES2.functional.multisampled_render_to_texture.readpixels

Bug: chromium:890002
Change-Id: I6e5e5d1fa3aa15daee69271339962a0b3ffc1927
AndroidGen.mk
android/cts/master/gles2-master-2021-03-01.txt
android/cts/master/gles2-master.txt
external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/gles2-master.txt
external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.6.x/gles2-master.txt
external/openglcts/data/mustpass/gles/aosp_mustpass/master/gles2-master.txt
modules/gles2/functional/CMakeLists.txt
modules/gles2/functional/es2fFunctionalTests.cpp
modules/gles2/functional/es2fMultisampledRenderToTextureTests.cpp [new file with mode: 0644]
modules/gles2/functional/es2fMultisampledRenderToTextureTests.hpp [new file with mode: 0644]