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

Issue 270273006: GameBench: curCell doesn't need to be extra state. (Closed)

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

Description

GameBench: curCell doesn't need to be extra state. We're using a static curCell to loop around the atlas. We can just use i. Noticed this when TSAN complained about it. Parallel invocations of the game bench were stomping on each other's curCell. BUG=skia:1792 Committed: http://code.google.com/p/skia/source/detail?r=14617

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -2 lines) Patch
M bench/GameBench.cpp View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
mtklein
6 years, 7 months ago (2014-05-07 16:02:50 UTC) #1
robertphillips
lgtm
6 years, 7 months ago (2014-05-07 16:17:48 UTC) #2
mtklein
The CQ bit was checked by mtklein@google.com
6 years, 7 months ago (2014-05-07 17:05:38 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/mtklein@chromium.org/270273006/1
6 years, 7 months ago (2014-05-07 17:06:25 UTC) #4
commit-bot: I haz the power
6 years, 7 months ago (2014-05-07 17:12:57 UTC) #5
Message was sent while issue was closed.
Change committed as 14617

Powered by Google App Engine
This is Rietveld 408576698