Skip to content

Commit

Permalink
Update ANGLE
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=156755

Reviewed by Dean Jackson.

Source/ThirdParty/ANGLE:

Huge list of changed files omitted.

Source/WebCore:

* CMakeLists.txt:
* platform/graphics/ANGLEWebKitBridge.h:
(WebCore::ANGLEWebKitBridge::getResources):
* platform/graphics/cairo/GraphicsContext3DCairo.cpp:
(WebCore::GraphicsContext3D::GraphicsContext3D):
Continue to compile successfully with new ANGLE.

LayoutTests:

* webgl/1.0.2/conformance/glsl/reserved/webgl_preprocessor_reserved-expected.txt: Removed.
* webgl/1.0.2/conformance/glsl/reserved/webgl_preprocessor_reserved.html: Removed.
Removed invalid test based on KhronosGroup/WebGL#1230



Canonical link: https://commits.webkit.org/174873@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@199738 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
achristensen07 committed Apr 19, 2016
1 parent 50a359a commit d37683e
Show file tree
Hide file tree
Showing 650 changed files with 100,087 additions and 38,983 deletions.
11 changes: 11 additions & 0 deletions LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
2016-04-19 Alex Christensen <achristensen@webkit.org>

Update ANGLE
https://bugs.webkit.org/show_bug.cgi?id=156755

Reviewed by Dean Jackson.

* webgl/1.0.2/conformance/glsl/reserved/webgl_preprocessor_reserved-expected.txt: Removed.
* webgl/1.0.2/conformance/glsl/reserved/webgl_preprocessor_reserved.html: Removed.
Removed invalid test based on https://github.com/KhronosGroup/WebGL/pull/1230

2016-04-19 Youenn Fablet <youenn.fablet@crf.canon.fr>

imported/w3c/web-platform-tests/streams/readable-streams/general.https.html is a flaky failure
Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion Source/ThirdParty/ANGLE/ANGLE.plist
Expand Up @@ -10,7 +10,7 @@
<key>OpenSourceWebsiteURL</key>
<string>http://code.google.com/p/angleproject/</string>
<key>OpenSourceSCM</key>
<string>git clone https://chromium.googlesource.com/angle/angle &amp;&amp; cd angle &amp;&amp; git checkout b11e2483742db884bd0af41f78f528240577356b</string>
<string>git clone https://chromium.googlesource.com/angle/angle &amp;&amp; cd angle &amp;&amp; git checkout 6684007a77572f3616fc453138b0ef5f7d42d038</string>
<key>OpenSourceImportDate</key>
<string>2014-04-29</string>
<key>OpenSourceLicense</key>
Expand Down
128 changes: 100 additions & 28 deletions Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions Source/ThirdParty/ANGLE/AUTHORS
Expand Up @@ -26,6 +26,7 @@ Microsoft Open Technologies, Inc.
NVIDIA Corporation
Opera Software ASA
The Qt Company Ltd.
Advanced Micro Devices, Inc.

Jacek Caban
Mark Callow
Expand All @@ -41,3 +42,5 @@ Aitor Moreno
Yuri O'Donnell
Josh Soref
Maks Naumov
Jinyoung Hur
Sebastian Bergstein

0 comments on commit d37683e

Please sign in to comment.