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

Issue 890803004: SkyShell should be able to draw a green square with GL (Closed)

Created:
5 years, 10 months ago by abarth-chromium
Modified:
5 years, 10 months ago
Reviewers:
eseidel1, eseidel
CC:
esprehn, mojo-reviews_chromium.org, ojan, yzshen+watch_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

SkyShell should be able to draw a green square with GL This CL teaches SkyShell how to initialize GL and draw a green square. R=eseidel@google.com, eseidel@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/5ed7eaf6afa52a0caa6df2205a6977c99962d1e1

Patch Set 1 #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+413 lines, -0 lines) Patch
M sky/shell/BUILD.gn View 2 chunks +10 lines, -0 lines 0 comments Download
A sky/shell/apk/src/org/domokit/sky/shell/SkyView.java View 1 chunk +84 lines, -0 lines 5 comments Download
A sky/shell/gpu_driver.h View 1 chunk +43 lines, -0 lines 0 comments Download
A sky/shell/gpu_driver.cc View 1 chunk +44 lines, -0 lines 0 comments Download
M sky/shell/library_loader.cc View 1 chunk +2 lines, -0 lines 2 comments Download
A sky/shell/shell.h View 1 chunk +46 lines, -0 lines 0 comments Download
A sky/shell/shell.cc View 1 chunk +41 lines, -0 lines 0 comments Download
M sky/shell/sky_main.cc View 3 chunks +12 lines, -0 lines 0 comments Download
A sky/shell/sky_view.h View 1 chunk +59 lines, -0 lines 0 comments Download
A sky/shell/sky_view.cc View 1 chunk +72 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
abarth-chromium
5 years, 10 months ago (2015-01-31 00:32:08 UTC) #1
eseidel1
lgtm looks reasonable. https://codereview.chromium.org/890803004/diff/1/sky/shell/apk/src/org/domokit/sky/shell/SkyView.java File sky/shell/apk/src/org/domokit/sky/shell/SkyView.java (right): https://codereview.chromium.org/890803004/diff/1/sky/shell/apk/src/org/domokit/sky/shell/SkyView.java#newcode25 sky/shell/apk/src/org/domokit/sky/shell/SkyView.java:25: @SuppressWarnings("unused") That's right, you tell them ...
5 years, 10 months ago (2015-01-31 07:42:50 UTC) #3
abarth-chromium
https://codereview.chromium.org/890803004/diff/1/sky/shell/apk/src/org/domokit/sky/shell/SkyView.java File sky/shell/apk/src/org/domokit/sky/shell/SkyView.java (right): https://codereview.chromium.org/890803004/diff/1/sky/shell/apk/src/org/domokit/sky/shell/SkyView.java#newcode38 sky/shell/apk/src/org/domokit/sky/shell/SkyView.java:38: assert mNativeSkyView != 0; On 2015/01/31 at 07:42:50, eseidel1 ...
5 years, 10 months ago (2015-01-31 07:51:54 UTC) #4
abarth-chromium
5 years, 10 months ago (2015-01-31 08:44:50 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
5ed7eaf6afa52a0caa6df2205a6977c99962d1e1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698