Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Issue 2296433003: Adding target to build SwiftShader (Closed)

Created:
4 years, 3 months ago by sugoi1
Modified:
4 years, 3 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding target to build SwiftShader Added a new group in third_party/BUILD.gn in order to enable building SwiftShader using 'ninja -C out/Default swiftshader' or similar command. The 'swiftshader' target already existed in third_party/swiftshader/BUILD.gn, but was unaccessible due to not being referenced in any other BUILD.gn files. Note that SwiftShader does not automatically build with Chromium. BUG=630728 Committed: https://crrev.com/acd4cfcb54ede93fd2364fbb1c0ba050100b42e5 Cr-Commit-Position: refs/heads/master@{#417017}

Patch Set 1 #

Patch Set 2 : Restricting compilation to Linux and non-clang Windows for now #

Patch Set 3 : Moved new dependency to top level build file #

Total comments: 2

Patch Set 4 : Changed FIXME to TODO and added bug ID #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M BUILD.gn View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 36 (16 generated)
sugoi1
Adding Thakis@ to get an owner as reviewer.
4 years, 3 months ago (2016-08-29 21:10:13 UTC) #2
Nico
Two things: 1. The more common thing would be to add a dep (instead of ...
4 years, 3 months ago (2016-08-29 21:18:11 UTC) #4
Ken Russell (switch to Gerrit)
I'll have to defer to Nico on this review.
4 years, 3 months ago (2016-08-29 23:50:06 UTC) #5
sugoi
On 2016/08/29 21:18:11, Nico wrote: > Two things: > > 1. The more common thing ...
4 years, 3 months ago (2016-08-30 00:08:39 UTC) #6
sugoi1
On 2016/08/30 00:08:39, sugoi wrote: > On 2016/08/29 21:18:11, Nico wrote: > > Two things: ...
4 years, 3 months ago (2016-09-01 17:56:25 UTC) #14
Nico
On 2016/09/01 17:56:25, sugoi1 wrote: > On 2016/08/30 00:08:39, sugoi wrote: > > On 2016/08/29 ...
4 years, 3 months ago (2016-09-01 17:59:13 UTC) #15
sugoi1
On 2016/09/01 17:59:13, Nico wrote: > On 2016/09/01 17:56:25, sugoi1 wrote: > > On 2016/08/30 ...
4 years, 3 months ago (2016-09-01 19:40:11 UTC) #16
sugoi1
On 2016/09/01 19:40:11, sugoi1 wrote: > On 2016/09/01 17:59:13, Nico wrote: > > On 2016/09/01 ...
4 years, 3 months ago (2016-09-06 17:19:57 UTC) #17
Ken Russell (switch to Gerrit)
Seems fine -- lgtm -- but I'm not an owner. https://codereview.chromium.org/2296433003/diff/40001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/2296433003/diff/40001/BUILD.gn#newcode497 ...
4 years, 3 months ago (2016-09-07 00:19:07 UTC) #22
sugoi1
https://codereview.chromium.org/2296433003/diff/40001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/2296433003/diff/40001/BUILD.gn#newcode497 BUILD.gn:497: # FIXME: Remove the '!is_clang' condition once __nop is ...
4 years, 3 months ago (2016-09-07 14:44:26 UTC) #23
Ken Russell (switch to Gerrit)
Thanks, still LGTM
4 years, 3 months ago (2016-09-07 17:18:56 UTC) #24
Nico
Generally lgtm Two quick questions before you land: 1. Why only on linux and windows? ...
4 years, 3 months ago (2016-09-07 17:20:56 UTC) #25
sugoi1
On 2016/09/07 17:20:56, Nico wrote: > Generally lgtm > > Two quick questions before you ...
4 years, 3 months ago (2016-09-07 17:30:55 UTC) #26
Nico
On 2016/09/07 17:30:55, sugoi1 wrote: > On 2016/09/07 17:20:56, Nico wrote: > > Generally lgtm ...
4 years, 3 months ago (2016-09-07 17:32:14 UTC) #27
sugoi1
On 2016/09/07 17:32:14, Nico wrote: > On 2016/09/07 17:30:55, sugoi1 wrote: > > On 2016/09/07 ...
4 years, 3 months ago (2016-09-07 17:38:58 UTC) #28
Nico
Ok, this makes sense for 1 alone. I'm curious to see how 2 goes :-) ...
4 years, 3 months ago (2016-09-07 17:40:05 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2296433003/60001
4 years, 3 months ago (2016-09-07 17:41:52 UTC) #31
commit-bot: I haz the power
Failed to apply the patch. On branch working_branch Your branch is up-to-date with 'origin/refs/pending/heads/master'. nothing ...
4 years, 3 months ago (2016-09-07 19:03:23 UTC) #33
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/acd4cfcb54ede93fd2364fbb1c0ba050100b42e5 Cr-Commit-Position: refs/heads/master@{#417017}
4 years, 3 months ago (2016-09-07 19:04:47 UTC) #35
sugoi1
4 years, 3 months ago (2016-09-07 21:00:23 UTC) #36
Message was sent while issue was closed.
On 2016/09/07 19:04:47, commit-bot: I haz the power wrote:
> Patchset 4 (id:??) landed as
> https://crrev.com/acd4cfcb54ede93fd2364fbb1c0ba050100b42e5
> Cr-Commit-Position: refs/heads/master@{#417017}

Windows buildbot failed. Will investigate tomorrow. Created a revert here:
https://codereview.chromium.org/2316353002/

Powered by Google App Engine
This is Rietveld 408576698