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

Issue 1349163003: experiment/fiddle (Closed)

Created:
5 years, 3 months ago by hal.canary
Modified:
5 years ago
Reviewers:
jcgregorio, mtklein
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 21

Patch Set 2 : 2015-11-19 (Thursday) 12:50:41 EST #

Patch Set 3 : working again #

Patch Set 4 : 2015-11-19 (Thursday) 16:38:20 EST #

Patch Set 5 : 2015-11-19 (Thursday) 17:46:44 EST #

Patch Set 6 : 2015-11-19 (Thursday) 18:17:17 EST #

Patch Set 7 : 2015-11-19 (Thursday) 18:20:02 EST #

Patch Set 8 : 2015-11-24 (Tuesday) 12:12:16 EST #

Total comments: 1

Patch Set 9 : 2015-12-01 (Tuesday) 15:01:54 EST #

Patch Set 10 : 2015-12-01 (Tuesday) 15:05:27 EST #

Total comments: 4

Patch Set 11 : changes for jcgregorio@ #

Total comments: 1

Patch Set 12 : 2015-12-10 (Thursday) 10:34:44 EST #

Unified diffs Side-by-side diffs Delta from patch set Stats (+433 lines, -0 lines) Patch
A experimental/fiddle/.gitignore View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
A experimental/fiddle/draw.cpp View 1 2 3 4 5 6 7 8 1 chunk +30 lines, -0 lines 0 comments Download
A experimental/fiddle/fiddle_main.h View 1 2 3 4 5 6 7 1 chunk +34 lines, -0 lines 0 comments Download
A experimental/fiddle/fiddle_main.cpp View 1 2 3 4 5 6 7 1 chunk +155 lines, -0 lines 0 comments Download
A experimental/fiddle/fiddle_test View 1 2 3 4 5 6 7 8 9 10 1 chunk +31 lines, -0 lines 0 comments Download
A experimental/fiddle/fiddler.go View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +159 lines, -0 lines 0 comments Download
A experimental/fiddle/parse-fiddle-output View 1 2 3 4 5 6 7 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 39 (14 generated)
halcanary_use_other_email
PTAL at changes to cmake. experimental/fiddle is a potential replacement for skfiddle that should compile ...
5 years, 3 months ago (2015-09-17 13:12:33 UTC) #2
mtklein
https://codereview.chromium.org/1349163003/diff/1/cmake/CMakeLists.txt File cmake/CMakeLists.txt (right): https://codereview.chromium.org/1349163003/diff/1/cmake/CMakeLists.txt#newcode26 cmake/CMakeLists.txt:26: find_include_dirs(private_includes ../src/*.h ../include/private/*.h) add include/config/*.h here instead? https://codereview.chromium.org/1349163003/diff/1/cmake/CMakeLists.txt#newcode206 cmake/CMakeLists.txt:206: ...
5 years, 3 months ago (2015-09-17 13:58:23 UTC) #6
mtklein
On 2015/09/17 13:12:33, halcanary_use_other_email wrote: > PTAL at changes to cmake. > > experimental/fiddle is ...
5 years, 3 months ago (2015-09-17 13:58:50 UTC) #7
hal.canary
On 2015/09/17 13:58:50, mtklein wrote: > How much faster? Good question. I'm doing the last ...
5 years, 3 months ago (2015-09-17 14:11:33 UTC) #8
hal.canary
On 2015/09/17 13:58:23, mtklein wrote: > [...] I'd rather just discuss these with you in ...
5 years, 3 months ago (2015-09-17 14:12:16 UTC) #9
hal.canary
https://codereview.chromium.org/1349163003/diff/1/include/gpu/gl/GrGLInterface.h File include/gpu/gl/GrGLInterface.h (right): https://codereview.chromium.org/1349163003/diff/1/include/gpu/gl/GrGLInterface.h#newcode44 include/gpu/gl/GrGLInterface.h:44: SK_API const GrGLInterface* GrGLCreateNativeInterface(); On 2015/09/17 13:58:22, mtklein wrote: ...
5 years, 3 months ago (2015-09-17 14:19:25 UTC) #10
mtklein
On 2015/09/17 14:19:25, Hal Canary wrote: > https://codereview.chromium.org/1349163003/diff/1/include/gpu/gl/GrGLInterface.h > File include/gpu/gl/GrGLInterface.h (right): > > https://codereview.chromium.org/1349163003/diff/1/include/gpu/gl/GrGLInterface.h#newcode44 ...
5 years, 3 months ago (2015-09-17 14:20:58 UTC) #11
mtklein
On 2015/09/17 14:11:33, Hal Canary wrote: > On 2015/09/17 13:58:50, mtklein wrote: > > How ...
5 years, 3 months ago (2015-09-17 14:21:27 UTC) #12
hal.canary
On 2015/09/17 14:21:27, mtklein wrote: > On 2015/09/17 14:11:33, Hal Canary wrote: > > On ...
5 years, 3 months ago (2015-09-17 14:42:44 UTC) #13
hal.canary
Joe, I'm adding you to this CL reference. Last I remember, I was working on ...
5 years, 1 month ago (2015-11-19 17:53:43 UTC) #17
hal.canary
Please take a look. Everything here is done except for the secwrap stuff, which I ...
5 years, 1 month ago (2015-11-19 23:22:42 UTC) #18
hal.canary
I have now made this CL simpler and used only Go to control the fiddle ...
5 years ago (2015-11-24 17:15:44 UTC) #23
jcgregorio
https://codereview.chromium.org/1349163003/diff/220001/experimental/fiddle/fiddler.go File experimental/fiddle/fiddler.go (right): https://codereview.chromium.org/1349163003/diff/220001/experimental/fiddle/fiddler.go#newcode141 experimental/fiddle/fiddler.go:141: out, err := os.Create(path.Join(fiddle_dir, "skia.h")) Generating skia.h should be ...
5 years ago (2015-11-24 20:21:35 UTC) #24
hal.canary
On 2015/11/24 at 20:21:35, jcgregorio wrote: > https://codereview.chromium.org/1349163003/diff/220001/experimental/fiddle/fiddler.go > File experimental/fiddle/fiddler.go (right): > > https://codereview.chromium.org/1349163003/diff/220001/experimental/fiddle/fiddler.go#newcode141 ...
5 years ago (2015-11-24 20:45:28 UTC) #25
mtklein
On 2015/11/24 at 20:45:28, halcanary wrote: > On 2015/11/24 at 20:21:35, jcgregorio wrote: > > ...
5 years ago (2015-11-25 16:01:29 UTC) #26
hal.canary
On 2015/11/25 at 16:01:29, mtklein wrote: > On 2015/11/24 at 20:45:28, halcanary wrote: > > ...
5 years ago (2015-11-25 18:19:07 UTC) #27
mtklein
On 2015/11/25 at 18:19:07, halcanary wrote: > On 2015/11/25 at 16:01:29, mtklein wrote: > > ...
5 years ago (2015-11-26 16:39:37 UTC) #28
hal.canary
Okay, I now rely on CMake to create skia.h, SkUserConfig.h, skia_compile_arguments.txt, and skia_link_arguments.txt PTAL.
5 years ago (2015-12-01 20:04:43 UTC) #29
jcgregorio
https://codereview.chromium.org/1349163003/diff/260001/experimental/fiddle/fiddler.go File experimental/fiddle/fiddler.go (right): https://codereview.chromium.org/1349163003/diff/260001/experimental/fiddle/fiddler.go#newcode40 experimental/fiddle/fiddler.go:40: glog.Fatalf("syscall.Setrlimit(RLIMIT_CPU) error: %v", err) glog.Fatal should really be restricted ...
5 years ago (2015-12-02 15:54:34 UTC) #30
hal.canary
https://codereview.chromium.org/1349163003/diff/260001/experimental/fiddle/fiddler.go File experimental/fiddle/fiddler.go (right): https://codereview.chromium.org/1349163003/diff/260001/experimental/fiddle/fiddler.go#newcode40 experimental/fiddle/fiddler.go:40: glog.Fatalf("syscall.Setrlimit(RLIMIT_CPU) error: %v", err) On 2015/12/02 at 15:54:34, jcgregorio ...
5 years ago (2015-12-02 22:34:40 UTC) #31
hal.canary
ping.
5 years ago (2015-12-09 19:02:14 UTC) #32
jcgregorio
lgtm https://codereview.chromium.org/1349163003/diff/280001/experimental/fiddle/fiddler.go File experimental/fiddle/fiddler.go (right): https://codereview.chromium.org/1349163003/diff/280001/experimental/fiddle/fiddler.go#newcode150 experimental/fiddle/fiddler.go:150: defer func(closer io.Closer) { util.Close(inputFile)
5 years ago (2015-12-10 14:44:58 UTC) #33
hal.canary
On 2015/12/10 at 14:44:58, jcgregorio wrote: > lgtm > > https://codereview.chromium.org/1349163003/diff/280001/experimental/fiddle/fiddler.go > File experimental/fiddle/fiddler.go (right): ...
5 years ago (2015-12-10 15:35:08 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1349163003/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1349163003/300001
5 years ago (2015-12-10 15:35:22 UTC) #37
commit-bot: I haz the power
5 years ago (2015-12-10 15:52:48 UTC) #39
Message was sent while issue was closed.
Committed patchset #12 (id:300001) as
https://skia.googlesource.com/skia/+/decb21e3ae3d296976d8664e49e35971d1b4fadd

Powered by Google App Engine
This is Rietveld 408576698