commit | d756145de2c906731d523e4714bd64e9b9b4749b | [log] [tgz] |
---|---|---|
author | Cooper Partin <coopp@microsoft.com> | Thu Sep 10 10:23:29 2015 -0700 |
committer | Geoff Lang <geofflang@chromium.org> | Fri Sep 11 18:26:20 2015 +0000 |
tree | 30f2e8a3eee8ab61f44e68fe1bc0fca531a9313d | |
parent | 62d31cb6166252447d45cd9681649d7fadff00ff [diff] [blame] |
Re-land "Added support for premultiplied alpha mode for composition swapchains" Change-Id: Ic0c863c3d4936947fc520a5394e38e458659df46 Reviewed-on: https://chromium-review.googlesource.com/298880 Reviewed-by: Jamie Madill <jmadill@chromium.org> Reviewed-by: Geoff Lang <geofflang@chromium.org> Tested-by: Geoff Lang <geofflang@chromium.org>
diff --git a/src/tests/gl_tests/D3D11InputLayoutCacheTest.cpp b/src/tests/gl_tests/D3D11InputLayoutCacheTest.cpp index ab1d549..546399c 100644 --- a/src/tests/gl_tests/D3D11InputLayoutCacheTest.cpp +++ b/src/tests/gl_tests/D3D11InputLayoutCacheTest.cpp
@@ -27,6 +27,7 @@ setWindowWidth(64); setWindowHeight(64); setConfigRedBits(8); + setConfigAlphaBits(8); } GLuint makeProgramWithAttribCount(unsigned int attribCount)