Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
cc6989b
Roll ANGLE to ToT
stuartmorgan-g Jan 21, 2020
0d455a4
Roll buildroot
stuartmorgan-g Jan 22, 2020
e3990bf
Update VS path in Cirrus config
stuartmorgan-g Jan 22, 2020
c3d2c8f
Merge branch 'master' into angle-roll
stuartmorgan-g May 1, 2020
c0b33a4
Update roll to current ToT
stuartmorgan-g May 1, 2020
17a1375
Point to temporary location of updated buildroot
stuartmorgan-g May 3, 2020
7219231
Try to weed out false positive license failures from long copyright
stuartmorgan-g Jun 1, 2020
3ff015f
Merge branch 'master' into angle-roll
stuartmorgan-g Jun 1, 2020
d4e46aa
Attempted zlib extension match
stuartmorgan-g Jun 2, 2020
9bc3389
Don't include volk, since we don't use it.
stuartmorgan-g Jun 2, 2020
c9d785c
Fix zlib extension matching
stuartmorgan-g Jun 2, 2020
d65d192
Prune out the Bison skeleton template files, since they aren't actual…
stuartmorgan-g Jun 2, 2020
46debb5
Update licenses
stuartmorgan-g Jun 2, 2020
5387886
Merge branch 'master' into angle-roll
stuartmorgan-g Jun 9, 2020
cd28651
Re-run post-merge license update with correct DEPS
stuartmorgan-g Jun 9, 2020
a8b36b1
Adjust ANGLE directory walking; nothing in tools/ is shipped
stuartmorgan-g Jun 9, 2020
325a5c1
Re-run script
stuartmorgan-g Jun 9, 2020
49924e9
Point to actual buildroot now that it's landed
stuartmorgan-g Jun 10, 2020
180a530
Merge branch 'master' into angle-roll
stuartmorgan-g Jun 10, 2020
d8b48a6
Merge remote-tracking branch 'origin/angle-roll' into angle-roll
stuartmorgan-g Jun 10, 2020
52c6c62
Signature mismatch with CI
stuartmorgan-g Jun 10, 2020
d480eed
Merge branch 'master' into angle-roll
stuartmorgan-g Jun 10, 2020
1daee63
Chasing the moving target
stuartmorgan-g Jun 10, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ deps = {
Var('swiftshader_git') + '/SwiftShader.git' + '@' + '5d1e8540407c138f47028d64684f3da599430aa4',

'src/third_party/angle':
Var('github_git') + '/google/angle.git' + '@' + '3ea90d609720b7b9b9d05ca094860382f2425294',
Var('github_git') + '/google/angle.git' + '@' + '13205b935d9ac29cd25b245fd1e8b7e67e5b8887',

'src/third_party/pkg/when':
Var('dart_git') + '/when.git' + '@' + '0.2.0',
Expand Down