- 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
- dafbf12 SkVertices: Remove volatile/nonvolatile bit by Brian Osman · 4 years, 8 months ago
- b1f411a tools/skui: put all enums in a common namespace by Hal Canary · 5 years ago
- fcf6359 Sample not RefCnted; ClickHandling moved out of viewer by Hal Canary · 5 years ago
- 4124807 tools: separate TimeUtils from AnimTimer by Hal Canary · 5 years ago
- 3a85ed1 ModifierKey unifies sk_app::Window::ModifierKey & Sample::Click::ModifierKey by Hal Canary · 5 years ago
- 5f4a754 Sample/Patch: use resources; cleanup code by Hal Canary · 5 years ago
- 8a02731 Samples: add name() virtual by Hal Canary · 5 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- 50acf8f add makeShader() to SkBitmap, and deprecate SkShader version by Mike Reed · 6 years ago
- fae8fce Use SkTileMode instead of nested enum by Mike Reed · 6 years ago
- 5ee611b Add sample to show strokeandfill and better alternatives by Mike Reed · 6 years ago
- cd5104e SkAnimTimer -> AnimTimer by Mike Klein · 6 years ago
- 541ae45 array of unique verts by Mike Reed · 6 years ago
- 7254281 add sample for retained vertices by Mike Reed · 6 years ago
- ea60b95 IWYU: SkUtils.h by Hal Canary · 6 years ago
- b2c4ea6 Move Views into Sample and Viewer. by Ben Wagner · 6 years ago
- ede860e Delete even more unused views code by Brian Osman · 7 years ago
- 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 8 years ago
- df85c38 stop using SkScalarMul by Mike Reed · 8 years ago
- 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
- e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
- 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
- 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
- d15750c Remove uses of SkImageDecoder from samplecode by msarett · 9 years ago
- 150835e sk_sp versions of newWithColorFilter and newWithLocalMatrix by reed · 9 years ago
- 8a21c9f use Make instead of Create to return a shared shader by reed · 9 years ago
- e7be3e5 Check bounds before casting float to integer in SamplePatch.cpp and SkBlurMaskFilter::CreateEmboss. by benjaminwagner · 9 years ago
- f880e45 change factory to method, to parallel pattern in imagefilters. no functionality change. by reed · 9 years ago
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
- f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 10 years ago
- 339cdbf migrate more samples over to SkAnimTImer by reed · 10 years ago
- cdf2db9 parameterize tesselation params by reed · 10 years ago
- 147476d fix hittest in Patch sample by reed · 10 years ago
- 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
- 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 10 years ago
- 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
- e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
- ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
- b2c82c9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
- 8fae213 add localmatrix-shader by commit-bot@chromium.org · 10 years ago
- 7fa2a65 fix more 64bit warnings by reed@google.com · 11 years ago
- 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
- 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
- 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 4d5c26d pass modifier keys to click events (e.g. control | shift etc.) by reed@google.com · 12 years ago
- 45369a3 samplecode: Avoid temporary variables of SkString type. by tfarina@chromium.org · 12 years ago
- ae933ce Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
- 02939ce fix warnings on Mac in ssamplecode by caryclark@google.com · 12 years ago
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
- 64cc579 The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on by senorblanco@chromium.org · 13 years ago
- 5fd9243 switch to inheriting from SampleView by mike@reedtribe.org · 14 years ago
- 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
- f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
- 4516f47 use sk_bzero instead of bzero, since it isn't always available. by reed@android.com · 15 years ago
- 048522d remove remaining references to porterduff by reed@android.com · 15 years ago
- 6b82d1a add isConvex() hit to SkPath, to be used to speed up fills and opengl by reed@android.com · 15 years ago
- 791f5a1 Change (correct) SkImageRef's ownership rule for streams to the skia standard by reed@android.com · 16 years ago
- 6efdc47 first cut at event-based test app by reed@android.com · 16 years ago
- 8a1c16f grab from latest android by reed@android.com · 16 years ago