skia2/include
mtklein 59c9203321 Fix the race to set the new gen ID.
There's a small window where two threads can both see the gen ID is zero,
both go get new distinct genIDs, but race to write them.

This now uses compare_exchange to read and leave the winner's ID in place
when there's a race.

SkAtomics isn't public.
TBR=reed@google.com

BUG=skia:

Review URL: https://codereview.chromium.org/956013002
2015-02-25 12:51:55 -08:00
..
animator Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
c add stroke params to c api 2015-01-10 17:59:31 -08:00
config SK_NO_FLATE 2015-02-17 13:10:43 -08:00
core Fix the race to set the new gen ID. 2015-02-25 12:51:55 -08:00
device/xps Fix up all the easy virtual ... SK_OVERRIDE cases. 2015-01-09 10:06:40 -08:00
effects Fix SkComposeImageFilter's bounds computation and offset handling 2015-02-13 09:05:47 -08:00
gpu I'd really like to land this before the branch so speedy reviews are appreciated. 2015-02-25 11:21:21 -08:00
images Make SkStream *not* ref counted. 2015-01-21 12:09:53 -08:00
pathops add pathops tight bounds; conform path ops' gyp to unit tests 2014-06-24 07:55:12 -07:00
pipe "NULL !=" = NULL 2014-09-05 13:34:00 -07:00
ports Remove SkFontHost includes and friends. 2015-02-23 08:25:00 -08:00
svg Add SkSVGCanvas 2015-02-06 12:51:10 -08:00
utils Avoid wrong memory access due to double substitution and %% 2015-02-19 06:32:12 -08:00
views First cut at cleaning up Sergio's example code and moving some common code to SkWindow. 2015-01-30 12:37:02 -08:00
xml [SVGDevice] Text whitespace unittest 2015-02-20 13:54:40 -08:00