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

Issue 176903003: Add GrSet class built on top of RedBlackTree (Closed)

Created:
6 years, 10 months ago by egdaniel
Modified:
6 years, 9 months ago
Reviewers:
bsalomon
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

Add GrSet class built on top of RedBlackTree BUG=skia: Committed: http://code.google.com/p/skia/source/detail?r=13616

Patch Set 1 #

Patch Set 2 : Lint fixes #

Patch Set 3 : Win fixes and comparator for Set #

Patch Set 4 : Gyp changes #

Patch Set 5 : Bench Added #

Total comments: 5

Patch Set 6 : #

Patch Set 7 : Change to Ordered set #

Patch Set 8 : Update gpu gypi #

Patch Set 9 : GPU Support check #

Unified diffs Side-by-side diffs Delta from patch set Stats (+461 lines, -0 lines) Patch
A bench/GrOrderedSetBench.cpp View 1 2 3 4 5 6 7 8 1 chunk +148 lines, -0 lines 0 comments Download
M gyp/bench.gypi View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M gyp/gpu.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M gyp/tests.gypi View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A src/gpu/GrOrderedSet.h View 1 2 3 4 5 6 1 chunk +155 lines, -0 lines 0 comments Download
M src/gpu/GrRedBlackTree.h View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
A tests/GrOrderedSetTest.cpp View 1 2 3 4 5 6 7 8 1 chunk +150 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
egdaniel
6 years, 10 months ago (2014-02-26 21:22:13 UTC) #1
mtklein
On 2014/02/26 21:22:13, egdaniel wrote: If the things you're using this with are hashable, you ...
6 years, 10 months ago (2014-02-26 21:24:06 UTC) #2
bsalomon
https://codereview.chromium.org/176903003/diff/80001/bench/GrSetBench.cpp File bench/GrSetBench.cpp (right): https://codereview.chromium.org/176903003/diff/80001/bench/GrSetBench.cpp#newcode20 bench/GrSetBench.cpp:20: fName.append("grSet_build"); For the names maybe we should use "set_<foo>" ...
6 years, 10 months ago (2014-02-26 21:56:09 UTC) #3
egdaniel
6 years, 9 months ago (2014-02-27 14:58:08 UTC) #4
bsalomon
lgtm
6 years, 9 months ago (2014-02-27 15:01:37 UTC) #5
egdaniel
The CQ bit was checked by egdaniel@google.com
6 years, 9 months ago (2014-02-27 20:08:19 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/egdaniel@google.com/176903003/160001
6 years, 9 months ago (2014-02-27 20:08:25 UTC) #7
commit-bot: I haz the power
6 years, 9 months ago (2014-02-27 20:23:26 UTC) #8
Message was sent while issue was closed.
Change committed as 13616

Powered by Google App Engine
This is Rietveld 408576698