Commit 62a416d5 by Geoff Lang Committed by Commit Bot

Re-enable the RGB10A2 backbuffer format.

BUG=angleproject:1662 Change-Id: I9bd830a3021a0cfa9010c5e58d3a284cc3eeca26 Reviewed-on: https://chromium-review.googlesource.com/490346Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org>
parent 5e4343a1
...@@ -970,10 +970,7 @@ egl::ConfigSet Renderer11::generateConfigs() ...@@ -970,10 +970,7 @@ egl::ConfigSet Renderer11::generateConfigs()
// Additional high bit depth formats added in D3D 10.0 // Additional high bit depth formats added in D3D 10.0
// https://msdn.microsoft.com/en-us/library/windows/desktop/bb173064.aspx // https://msdn.microsoft.com/en-us/library/windows/desktop/bb173064.aspx
colorBufferFormats.push_back(GL_RGBA16F); colorBufferFormats.push_back(GL_RGBA16F);
colorBufferFormats.push_back(GL_RGB10_A2);
// TODO(geofflang): Re-enable once client code has been updated to filter configs better and
// not use RGB10A2 accidentally when requesting RGBA8
// colorBufferFormats.push_back(GL_RGB10_A2);
} }
if (!mPresentPathFastEnabled) if (!mPresentPathFastEnabled)
......
...@@ -53,8 +53,8 @@ ...@@ -53,8 +53,8 @@
1662 WIN : dEQP-EGL.functional.query_surface.simple.pbuffer.other = FAIL 1662 WIN : dEQP-EGL.functional.query_surface.simple.pbuffer.other = FAIL
1662 WIN : dEQP-EGL.functional.query_surface.set_attribute.window.other = FAIL 1662 WIN : dEQP-EGL.functional.query_surface.set_attribute.window.other = FAIL
1662 WIN : dEQP-EGL.functional.query_surface.set_attribute.pbuffer.other = FAIL 1662 WIN : dEQP-EGL.functional.query_surface.set_attribute.pbuffer.other = FAIL
1662 WIN : dEQP-EGL.functional.native_color_mapping.native_window.other_clear = FAIL 1662 WIN : dEQP-EGL.functional.native_color_mapping.native_window.other_clear = SKIP
1662 WIN : dEQP-EGL.functional.native_color_mapping.native_window.other_render = FAIL 1662 WIN : dEQP-EGL.functional.native_color_mapping.native_window.other_render = SKIP
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// //
......
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