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

Issue 304593003: Add SkBarriers to ports. (Closed)

Created:
6 years, 7 months ago by mtklein_C
Modified:
6 years, 6 months ago
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

Add SkBarriers to ports. This completes a TODO we've had to move our memory-barrier code out of SkOnce. I also want to start using sk_acquire_load elsewhere. BUG=skia: Committed: http://code.google.com/p/skia/source/detail?r=14970

Patch Set 1 #

Patch Set 2 : fixes #

Patch Set 3 : fix order #

Total comments: 5

Patch Set 4 : atomic T #

Patch Set 5 : more docs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -45 lines) Patch
M include/config/SkUserConfig.h View 1 chunk +1 line, -0 lines 0 comments Download
M include/core/SkOnce.h View 1 3 chunks +6 lines, -45 lines 0 comments Download
M include/core/SkPostConfig.h View 1 chunk +8 lines, -0 lines 0 comments Download
M include/core/SkThread.h View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
A src/ports/SkBarriers_arm.h View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download
A src/ports/SkBarriers_x86.h View 1 2 3 4 1 chunk +33 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
mtklein
6 years, 7 months ago (2014-05-27 21:18:58 UTC) #1
bungeman-skia
https://codereview.chromium.org/304593003/diff/40001/include/core/SkOnce.h File include/core/SkOnce.h (left): https://codereview.chromium.org/304593003/diff/40001/include/core/SkOnce.h#oldcode74 include/core/SkOnce.h:74: // TODO(bungeman, mtklein): move all these *barrier* functions to ...
6 years, 6 months ago (2014-05-29 18:02:51 UTC) #2
mtklein
https://codereview.chromium.org/304593003/diff/40001/src/ports/SkBarriers_arm.h File src/ports/SkBarriers_arm.h (right): https://codereview.chromium.org/304593003/diff/40001/src/ports/SkBarriers_arm.h#newcode20 src/ports/SkBarriers_arm.h:20: template <typename T> On 2014/05/29 18:02:52, bungeman1 wrote: > ...
6 years, 6 months ago (2014-05-29 18:04:44 UTC) #3
bungeman-skia
lgtm
6 years, 6 months ago (2014-05-29 18:04:48 UTC) #4
mtklein
+reed for include/ refactoring
6 years, 6 months ago (2014-05-29 18:05:29 UTC) #5
reed1
looks much smaller, and therefore gooder. lgtm the more arch-specific the files are, the more ...
6 years, 6 months ago (2014-05-29 18:16:06 UTC) #6
mtklein
On 2014/05/29 18:16:06, reed1 wrote: > looks much smaller, and therefore gooder. > > lgtm ...
6 years, 6 months ago (2014-05-29 18:17:58 UTC) #7
mtklein
The CQ bit was checked by mtklein@google.com
6 years, 6 months ago (2014-05-29 18:18:28 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/mtklein@chromium.org/304593003/70001
6 years, 6 months ago (2014-05-29 18:19:24 UTC) #9
commit-bot: I haz the power
6 years, 6 months ago (2014-05-29 18:24:58 UTC) #10
Message was sent while issue was closed.
Change committed as 14970

Powered by Google App Engine
This is Rietveld 408576698