Added: trunk/Source/ThirdParty/ANGLE/ANGLE.txt (0 => 245092)
--- trunk/Source/ThirdParty/ANGLE/ANGLE.txt (rev 0)
+++ trunk/Source/ThirdParty/ANGLE/ANGLE.txt 2019-05-09 05:06:52 UTC (rev 245092)
@@ -0,0 +1,32 @@
+// Copyright (C) 2002-2010 The ANGLE Project Authors.
+// All rights reserved.
+//
+// Redistribution and use in source and binary forms, with or without
+// modification, are permitted provided that the following conditions
+// are met:
+//
+// Redistributions of source code must retain the above copyright
+// notice, this list of conditions and the following disclaimer.
+//
+// Redistributions in binary form must reproduce the above
+// copyright notice, this list of conditions and the following
+// disclaimer in the documentation and/or other materials provided
+// with the distribution.
+//
+// Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
+// Ltd., nor the names of their contributors may be used to endorse
+// or promote products derived from this software without specific
+// prior written permission.
+//
+// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+// COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+// INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+// BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+// CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+// LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+// ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+// POSSIBILITY OF SUCH DAMAGE.
Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (245091 => 245092)
--- trunk/Source/ThirdParty/ANGLE/ChangeLog 2019-05-09 04:55:22 UTC (rev 245091)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog 2019-05-09 05:06:52 UTC (rev 245092)
@@ -1,5 +1,14 @@
2019-05-08 Alex Christensen <[email protected]>
+ Fix internal and Windows builds.
+
+ * ANGLE.txt: Added.
+ Restore this file. It was deleted, but it's needed.
+ * GLESv2.cmake:
+ It turns out CompositorNativeWindow11.cpp and Renderer11.cpp are needed, but the bot doesn't seem to have the right SDK.
+
+2019-05-08 Alex Christensen <[email protected]>
+
Fix High Sierra and Windows builds.
* GLESv2.cmake:
Modified: trunk/Source/ThirdParty/ANGLE/GLESv2.cmake (245091 => 245092)
--- trunk/Source/ThirdParty/ANGLE/GLESv2.cmake 2019-05-09 04:55:22 UTC (rev 245091)
+++ trunk/Source/ThirdParty/ANGLE/GLESv2.cmake 2019-05-09 05:06:52 UTC (rev 245092)
@@ -472,6 +472,8 @@
src/libANGLE/renderer/d3d/d3d11/ProgramPipeline11.h
src/libANGLE/renderer/d3d/d3d11/Query11.cpp
src/libANGLE/renderer/d3d/d3d11/Query11.h
+ src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp
+ src/libANGLE/renderer/d3d/d3d11/Renderer11.h
src/libANGLE/renderer/d3d/d3d11/renderer11_utils.cpp
src/libANGLE/renderer/d3d/d3d11/renderer11_utils.h
src/libANGLE/renderer/d3d/d3d11/RenderStateCache.cpp
@@ -560,6 +562,8 @@
set(libangle_d3d11_win32_sources
src/libANGLE/renderer/d3d/d3d11/win32/NativeWindow11Win32.cpp
src/libANGLE/renderer/d3d/d3d11/win32/NativeWindow11Win32.h
+ src/libANGLE/renderer/d3d/d3d11/converged/CompositorNativeWindow11.cpp
+ src/libANGLE/renderer/d3d/d3d11/converged/CompositorNativeWindow11.h
src/third_party/systeminfo/SystemInfo.cpp
src/third_party/systeminfo/SystemInfo.h
)