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

Issue 1815823002: Move SkGLContext and some GrGLInterface implementations to skgputest module (Closed)

Created:
4 years, 9 months ago by bsalomon
Modified:
4 years, 8 months ago
Reviewers:
jvanverth1
Base URL:
https://chromium.googlesource.com/skia.git@debugobject
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Move SkGLContext and some GrGLInterface implementations to skgputest module BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1815823002 CQ_EXTRA_TRYBOTS=client.skia.compile:Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot,Build-Mac-Clang-x86_64-Release-CMake-Trybot Committed: https://skia.googlesource.com/skia/+/fe3456cb006110d045b26ff3f8681b893a757b58 Committed: https://skia.googlesource.com/skia/+/3724e574a744491b7cfb8187ac865a70ef3d4528

Patch Set 1 #

Patch Set 2 : working on linux and android #

Patch Set 3 : resolve patch issue? #

Patch Set 4 : some fixes #

Patch Set 5 : add back src/core #

Patch Set 6 : rebase, readd null interface to main lib #

Total comments: 13

Patch Set 7 : Address comments #

Total comments: 2

Patch Set 8 : rebase again #

Patch Set 9 : fix build #

Patch Set 10 : re-remove files #

Patch Set 11 : more little fixes #

Patch Set 12 : Remove GrContextFactory.cpp #

Patch Set 13 : update CMakeLists.txt #

Patch Set 14 : depend on skia lib rather than gpu target #

Patch Set 15 : readd skgpu_null_gl_sources gyp var because chrome's skia.gyp mentions it #

Patch Set 16 : Fix windows? #

Patch Set 17 : rebase #

Patch Set 18 : fix windows and android? #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1106 lines, -5905 lines) Patch
M bench/nanobench.h View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M bench/nanobench.cpp View 1 2 3 4 5 3 chunks +11 lines, -8 lines 0 comments Download
M cmake/CMakeLists.txt View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +0 lines, -3 lines 0 comments Download
M dm/DM.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -1 line 0 comments Download
M dm/DMGpuSupport.h View 1 2 3 4 5 3 chunks +12 lines, -9 lines 0 comments Download
M dm/DMSrcSink.h View 1 2 chunks +9 lines, -8 lines 0 comments Download
M dm/DMSrcSink.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -0 lines 0 comments Download
M gm/image.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M gyp/SampleApp.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M gyp/angle.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
M gyp/flags.gyp View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -1 line 0 comments Download
M gyp/gpu.gyp View 1 3 chunks +0 lines, -56 lines 0 comments Download
M gyp/gpu.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +1 line, -56 lines 0 comments Download
M gyp/gputest.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +79 lines, -11 lines 0 comments Download
M gyp/kilobench.gyp View 1 2 chunks +2 lines, -0 lines 0 comments Download
M gyp/pathops_unittest.gyp View 1 chunk +0 lines, -9 lines 0 comments Download
M gyp/skiaserve.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M gyp/views.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +5 lines, -0 lines 0 comments Download
M gyp/visualbench.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M include/gpu/gl/GrGLInterface.h View 1 2 3 4 5 6 1 chunk +5 lines, -26 lines 0 comments Download
D include/gpu/gl/SkGLContext.h View 1 chunk +0 lines, -145 lines 0 comments Download
D include/gpu/gl/SkNullGLContext.h View 1 chunk +0 lines, -26 lines 0 comments Download
D include/gpu/gl/angle/SkANGLEGLContext.h View 1 chunk +0 lines, -61 lines 0 comments Download
D include/gpu/gl/command_buffer/SkCommandBufferGLContext.h View 1 chunk +0 lines, -63 lines 0 comments Download
M include/views/SkOSWindow_Win.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +5 lines, -4 lines 0 comments Download
M samplecode/SampleApp.cpp View 1 2 3 4 5 6 7 2 chunks +9 lines, -6 lines 0 comments Download
D src/gpu/GrContextFactory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -145 lines 0 comments Download
D src/gpu/GrContextFactory.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -163 lines 0 comments Download
D src/gpu/GrTest.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -42 lines 0 comments Download
D src/gpu/GrTest.cpp View 1 2 3 4 5 1 chunk +0 lines, -419 lines 0 comments Download
M src/gpu/gl/GrGLTestInterface.h View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
D src/gpu/gl/SkGLContext.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -185 lines 0 comments Download
D src/gpu/gl/SkNullGLContext.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -26 lines 0 comments Download
D src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -57 lines 0 comments Download
D src/gpu/gl/angle/SkANGLEGLContext.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -229 lines 0 comments Download
D src/gpu/gl/command_buffer/SkCommandBufferGLContext.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -338 lines 0 comments Download
D src/gpu/gl/debug/GrBufferObj.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -75 lines 0 comments Download
D src/gpu/gl/debug/GrBufferObj.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -30 lines 0 comments Download
D src/gpu/gl/debug/GrFBBindableObj.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -87 lines 0 comments Download
D src/gpu/gl/debug/GrFakeRefObj.h View 1 1 chunk +0 lines, -86 lines 0 comments Download
D src/gpu/gl/debug/GrFrameBufferObj.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -67 lines 0 comments Download
D src/gpu/gl/debug/GrFrameBufferObj.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -66 lines 0 comments Download
D src/gpu/gl/debug/GrGLCreateDebugInterface.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -1236 lines 0 comments Download
D src/gpu/gl/debug/GrProgramObj.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -42 lines 0 comments Download
D src/gpu/gl/debug/GrProgramObj.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -26 lines 0 comments Download
D src/gpu/gl/debug/GrRenderBufferObj.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -39 lines 0 comments Download
D src/gpu/gl/debug/GrShaderObj.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -35 lines 0 comments Download
D src/gpu/gl/debug/GrShaderObj.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -13 lines 0 comments Download
D src/gpu/gl/debug/GrTextureObj.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -56 lines 0 comments Download
D src/gpu/gl/debug/GrTextureObj.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -13 lines 0 comments Download
D src/gpu/gl/debug/GrTextureUnitObj.h View 1 1 chunk +0 lines, -44 lines 0 comments Download
D src/gpu/gl/debug/GrTextureUnitObj.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -30 lines 0 comments Download
D src/gpu/gl/debug/GrVertexArrayObj.h View 1 1 chunk +0 lines, -21 lines 0 comments Download
D src/gpu/gl/debug/SkDebugGLContext.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -27 lines 0 comments Download
D src/gpu/gl/debug/SkDebugGLContext.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -16 lines 0 comments Download
D src/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -333 lines 0 comments Download
D src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -343 lines 0 comments Download
D src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm View 1 chunk +0 lines, -106 lines 0 comments Download
D src/gpu/gl/mac/SkCreatePlatformGLContext_mac.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -128 lines 0 comments Download
D src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -24 lines 0 comments Download
D src/gpu/gl/mesa/SkMesaGLContext.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -44 lines 0 comments Download
D src/gpu/gl/mesa/SkMesaGLContext.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -100 lines 0 comments Download
D src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -12 lines 0 comments Download
D src/gpu/gl/win/SkCreatePlatformGLContext_win.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -200 lines 0 comments Download
M src/views/win/SkOSWindow_win.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 7 chunks +93 lines, -40 lines 0 comments Download
M tests/EGLImageTest.cpp View 1 2 chunks +5 lines, -3 lines 0 comments Download
M tests/GLProgramsTest.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M tests/GrContextFactoryTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -0 lines 0 comments Download
M tests/GrPorterDuffTest.cpp View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M tests/ImageTest.cpp View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M tests/RectangleTextureTest.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M tests/Test.h View 1 2 3 4 5 6 7 4 chunks +17 lines, -15 lines 0 comments Download
M tests/TestConfigParsing.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
M tests/TestTest.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M tests/TextureStorageAllocator.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M tests/skia_test.cpp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M tools/VisualBench/VisualBench.h View 1 chunk +1 line, -1 line 0 comments Download
M tools/flags/SkCommonFlagsConfig.h View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/flags/SkCommonFlagsConfig.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -0 lines 0 comments Download
A + tools/gpu/GrContextFactory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +10 lines, -9 lines 0 comments Download
A + tools/gpu/GrContextFactory.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +20 lines, -21 lines 0 comments Download
A + tools/gpu/GrTest.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/gpu/GrTest.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/gpu/gl/GLContext.h View 1 4 5 6 7 4 chunks +33 lines, -37 lines 0 comments Download
A + tools/gpu/gl/GLContext.cpp View 1 2 3 4 5 6 7 8 9 8 chunks +24 lines, -21 lines 0 comments Download
A tools/gpu/gl/angle/GLContext_angle.h View 1 1 chunk +30 lines, -0 lines 0 comments Download
A + tools/gpu/gl/angle/GLContext_angle.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 12 chunks +120 lines, -29 lines 0 comments Download
A tools/gpu/gl/command_buffer/GLContext_command_buffer.h View 1 1 chunk +68 lines, -0 lines 0 comments Download
A + tools/gpu/gl/command_buffer/GLContext_command_buffer.cpp View 1 2 3 4 5 6 7 8 9 10 13 chunks +39 lines, -32 lines 0 comments Download
A tools/gpu/gl/debug/DebugGLContext.h View 1 chunk +17 lines, -0 lines 0 comments Download
A + tools/gpu/gl/debug/DebugGLContext.cpp View 1 2 3 4 5 6 7 8 9 4 chunks +249 lines, -229 lines 0 comments Download
A + tools/gpu/gl/debug/GrBufferObj.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download
A + tools/gpu/gl/debug/GrBufferObj.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A + tools/gpu/gl/debug/GrFBBindableObj.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A + tools/gpu/gl/debug/GrFakeRefObj.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/gpu/gl/debug/GrFrameBufferObj.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A + tools/gpu/gl/debug/GrFrameBufferObj.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A + tools/gpu/gl/debug/GrProgramObj.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A + tools/gpu/gl/debug/GrProgramObj.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A + tools/gpu/gl/debug/GrRenderBufferObj.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A + tools/gpu/gl/debug/GrShaderObj.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download
A + tools/gpu/gl/debug/GrShaderObj.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A + tools/gpu/gl/debug/GrTextureObj.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A + tools/gpu/gl/debug/GrTextureObj.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A + tools/gpu/gl/debug/GrTextureUnitObj.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/gpu/gl/debug/GrTextureUnitObj.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A + tools/gpu/gl/debug/GrVertexArrayObj.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/gpu/gl/egl/CreatePlatformGLContext_egl.cpp View 1 2 3 4 5 6 7 8 9 5 chunks +12 lines, -8 lines 0 comments Download
A + tools/gpu/gl/glx/CreatePlatformGLContext_glx.cpp View 1 2 3 4 5 6 7 8 9 4 chunks +8 lines, -5 lines 0 comments Download
A + tools/gpu/gl/iOS/CreatePlatformGLContext_iOS.mm View 1 4 chunks +7 lines, -5 lines 0 comments Download
A + tools/gpu/gl/mac/CreatePlatformGLContext_mac.cpp View 1 2 3 4 5 6 7 8 9 4 chunks +7 lines, -7 lines 0 comments Download
A tools/gpu/gl/mesa/GLContext_mesa.h View 1 1 chunk +17 lines, -0 lines 0 comments Download
A + tools/gpu/gl/mesa/GLContext_mesa.cpp View 1 2 3 4 5 6 7 8 9 6 chunks +66 lines, -15 lines 0 comments Download
A + tools/gpu/gl/mesa/osmesa_wrapper.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
A tools/gpu/gl/null/NullGLContext.h View 1 1 chunk +17 lines, -0 lines 0 comments Download
A + tools/gpu/gl/null/NullGLContext.cpp View 1 2 3 4 5 6 7 5 chunks +27 lines, -7 lines 0 comments Download
A + tools/gpu/gl/win/CreatePlatformGLContext_win.cpp View 1 2 3 4 5 6 7 8 9 4 chunks +8 lines, -4 lines 0 comments Download
M tools/kilobench/kilobench.cpp View 1 2 3 4 5 8 chunks +12 lines, -9 lines 0 comments Download
M tools/skiaserve/Request.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -1 line 0 comments Download
M tools/skiaserve/Request.cpp View 1 2 3 4 5 6 7 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 67 (33 generated)
bsalomon
4 years, 8 months ago (2016-03-28 17:34:25 UTC) #4
jvanverth1
Still going through it, but here are some preliminary comments. https://codereview.chromium.org/1815823002/diff/100001/samplecode/SampleApp.cpp File samplecode/SampleApp.cpp (right): https://codereview.chromium.org/1815823002/diff/100001/samplecode/SampleApp.cpp#newcode41 ...
4 years, 8 months ago (2016-03-28 20:26:35 UTC) #5
bsalomon
https://codereview.chromium.org/1815823002/diff/100001/samplecode/SampleApp.cpp File samplecode/SampleApp.cpp (right): https://codereview.chromium.org/1815823002/diff/100001/samplecode/SampleApp.cpp#newcode41 samplecode/SampleApp.cpp:41: #include "gl/angle/GLContext_angle.h" On 2016/03/28 20:26:35, jvanverth1 wrote: > Place ...
4 years, 8 months ago (2016-03-28 20:46:25 UTC) #6
jvanverth1
https://codereview.chromium.org/1815823002/diff/100001/tests/TextureStorageAllocator.cpp File tests/TextureStorageAllocator.cpp (right): https://codereview.chromium.org/1815823002/diff/100001/tests/TextureStorageAllocator.cpp#newcode11 tests/TextureStorageAllocator.cpp:11: #include "gl/GLContext.h" On 2016/03/28 20:46:25, bsalomon wrote: > On ...
4 years, 8 months ago (2016-03-29 13:39:15 UTC) #7
jvanverth1
A few more comments: https://codereview.chromium.org/1815823002/diff/100001/src/views/win/SkOSWindow_win.cpp File src/views/win/SkOSWindow_win.cpp (right): https://codereview.chromium.org/1815823002/diff/100001/src/views/win/SkOSWindow_win.cpp#newcode399 src/views/win/SkOSWindow_win.cpp:399: void* get_angle_egl_display(void* nativeDisplay) { Where ...
4 years, 8 months ago (2016-03-29 14:45:09 UTC) #8
bsalomon
https://codereview.chromium.org/1815823002/diff/100001/src/views/win/SkOSWindow_win.cpp File src/views/win/SkOSWindow_win.cpp (right): https://codereview.chromium.org/1815823002/diff/100001/src/views/win/SkOSWindow_win.cpp#newcode399 src/views/win/SkOSWindow_win.cpp:399: void* get_angle_egl_display(void* nativeDisplay) { On 2016/03/29 14:45:09, jvanverth1 wrote: ...
4 years, 8 months ago (2016-03-29 17:07:59 UTC) #9
jvanverth1
lgtm + comments https://codereview.chromium.org/1815823002/diff/120001/samplecode/SampleApp.cpp File samplecode/SampleApp.cpp (right): https://codereview.chromium.org/1815823002/diff/120001/samplecode/SampleApp.cpp#newcode36 samplecode/SampleApp.cpp:36: # include "gl/GrGLInterface.h" Not sure if ...
4 years, 8 months ago (2016-03-29 17:21:15 UTC) #10
bsalomon
https://codereview.chromium.org/1815823002/diff/120001/samplecode/SampleApp.cpp File samplecode/SampleApp.cpp (right): https://codereview.chromium.org/1815823002/diff/120001/samplecode/SampleApp.cpp#newcode36 samplecode/SampleApp.cpp:36: # include "gl/GrGLInterface.h" On 2016/03/29 17:21:15, jvanverth1 wrote: > ...
4 years, 8 months ago (2016-03-29 17:32:04 UTC) #11
jvanverth1
On 2016/03/29 17:32:04, bsalomon wrote: > https://codereview.chromium.org/1815823002/diff/120001/samplecode/SampleApp.cpp > File samplecode/SampleApp.cpp (right): > > https://codereview.chromium.org/1815823002/diff/120001/samplecode/SampleApp.cpp#newcode36 > ...
4 years, 8 months ago (2016-03-29 17:34:40 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1815823002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1815823002/120001
4 years, 8 months ago (2016-03-29 18:26:36 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot/builds/5753)
4 years, 8 months ago (2016-03-29 18:27:47 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1815823002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1815823002/140001
4 years, 8 months ago (2016-03-29 19:02:29 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot/builds/456)
4 years, 8 months ago (2016-03-29 19:07:00 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1815823002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1815823002/140001
4 years, 8 months ago (2016-03-29 19:22:29 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot/builds/7434)
4 years, 8 months ago (2016-03-29 19:24:20 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1815823002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1815823002/160001
4 years, 8 months ago (2016-03-29 20:18:14 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot/builds/462)
4 years, 8 months ago (2016-03-29 20:21:04 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1815823002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1815823002/180001
4 years, 8 months ago (2016-03-30 01:53:35 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: Build-Mac-Clang-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Mac-Clang-x86_64-Release-Trybot/builds/1570) Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot on client.skia.compile (JOB_FAILED, ...
4 years, 8 months ago (2016-03-30 01:55:26 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1815823002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1815823002/200001
4 years, 8 months ago (2016-03-30 13:21:32 UTC) #39
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu-GCC-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-x86_64-Release-Trybot/builds/7477)
4 years, 8 months ago (2016-03-30 13:24:23 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1815823002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1815823002/240001
4 years, 8 months ago (2016-03-30 14:06:57 UTC) #44
commit-bot: I haz the power
Try jobs failed on following builders: Build-Mac-Clang-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Mac-Clang-x86_64-Release-Trybot/builds/1576)
4 years, 8 months ago (2016-03-30 14:08:48 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1815823002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1815823002/240001
4 years, 8 months ago (2016-03-30 14:54:28 UTC) #48
commit-bot: I haz the power
Try jobs failed on following builders: Build-Mac-Clang-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Mac-Clang-x86_64-Release-Trybot/builds/1580)
4 years, 8 months ago (2016-03-30 14:55:59 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1815823002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1815823002/240001
4 years, 8 months ago (2016-03-30 15:31:34 UTC) #52
commit-bot: I haz the power
Committed patchset #13 (id:240001) as https://skia.googlesource.com/skia/+/fe3456cb006110d045b26ff3f8681b893a757b58
4 years, 8 months ago (2016-03-30 15:35:14 UTC) #54
jvanverth1
On 2016/03/30 15:35:14, commit-bot: I haz the power wrote: > Committed patchset #13 (id:240001) as ...
4 years, 8 months ago (2016-03-30 15:40:44 UTC) #55
robertphillips
A revert of this CL (patchset #13 id:240001) has been created in https://codereview.chromium.org/1845473004/ by robertphillips@google.com. ...
4 years, 8 months ago (2016-03-30 16:25:48 UTC) #56
robertphillips
In case of bit rot, here is the error: In file included from ../../../../../tools/gpu/GrTest.cpp:8:0: ../../../../../tools/gpu/GrTest.h:11:23: ...
4 years, 8 months ago (2016-03-30 16:38:42 UTC) #57
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1815823002/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1815823002/320001
4 years, 8 months ago (2016-03-30 22:12:26 UTC) #60
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-03-30 22:29:38 UTC) #62
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1815823002/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1815823002/340001
4 years, 8 months ago (2016-03-31 01:45:29 UTC) #65
commit-bot: I haz the power
4 years, 8 months ago (2016-03-31 01:56:24 UTC) #67
Message was sent while issue was closed.
Committed patchset #18 (id:340001) as
https://skia.googlesource.com/skia/+/3724e574a744491b7cfb8187ac865a70ef3d4528

Powered by Google App Engine
This is Rietveld 408576698