Commit d48d38ce by Cody Northrop Committed by Commit Bot

Vulkan: Restore DrawBuffersTestES3.3DTextures on Intel Linux

The test was failing due to ANGLE changes, not the target itself. It is unclear why this was the only one showing Vulkan validation errors, but it is passing now. I believe we were using recycled rendertarget views. Bug: anglebug:3784 Change-Id: I256165954c9933b211bcc04b94172e13fa5a3a70 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1745850Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Cody Northrop <cnorthrop@google.com>
parent d53944cc
...@@ -564,9 +564,6 @@ TEST_P(DrawBuffersTestES3, 3DTextures) ...@@ -564,9 +564,6 @@ TEST_P(DrawBuffersTestES3, 3DTextures)
{ {
ANGLE_SKIP_TEST_IF(!setupTest()); ANGLE_SKIP_TEST_IF(!setupTest());
// Fails on Intel (intel-hd-630) Ubuntu 17.04 with Vulkan: http://anglebug.com/3784
ANGLE_SKIP_TEST_IF(IsLinux() && IsIntel() && IsVulkan());
GLTexture texture; GLTexture texture;
glBindTexture(GL_TEXTURE_3D, texture.get()); glBindTexture(GL_TEXTURE_3D, texture.get());
glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, getWindowWidth(), getWindowHeight(), getWindowWidth(), glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, getWindowWidth(), getWindowHeight(), getWindowWidth(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment