- ac9f0c9 Bitmap.asImage() by Mike Reed · 3 years, 11 months ago
- b41bd15 Use samplingoptions for bitmap shader by Mike Reed · 3 years, 11 months ago
- b612b6c Revert "Revert "Use explicit samplingoptions"" by Mike Reed · 3 years, 11 months ago
- fde98cb Revert "Use explicit samplingoptions" by Mike Reed · 3 years, 11 months ago
- 8b5f3ac Use explicit samplingoptions by Mike Reed · 3 years, 11 months ago
- e6a05a4 Migrate work from constructors to onOnceBeforeDraw. by John Stiles · 4 years ago
- 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
- 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 6 months ago
- c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 6 months ago
- 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 6 months ago
- 988ce04 remove localmatrix parameter from Blend and Lerp compose shaders by Kevin Lubick · 4 years, 7 months ago
- 9ab449a Optional local matrix for SkShaders factories by Florin Malita · 5 years ago
- 7fde8e1 IWYU for gms. by Ben Wagner · 6 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- c8bea7d New factories for SkShaders by Mike Reed · 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
- 9b2c4e9 remove double compose: lerp and mode by Mike Reed · 6 years ago
- 9407e24 make float more primary API for paint (esp. for alpha) by Mike Reed · 6 years ago
- 5dd202d Revert "Revert "move GrColor.h to private, IWYU"" by Mike Reed · 7 years ago
- 63cc293 Revert "move GrColor.h to private, IWYU" by Brian Salomon · 7 years ago
- e602f39 move GrColor.h to private, IWYU by Mike Reed · 7 years ago
- 1d08d72 center frame to make hairline more repo on gpus by Mike Reed · 7 years ago
- 27738e0 add new gm for cmoposeshader by Mike Reed · 7 years ago
- 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
- ab244f0 Revert "Revert "Reland: Remove SkLights include from SkCanvas.h"" by Florin Malita · 8 years ago
- 9d5f66d Revert "Reland: Remove SkLights include from SkCanvas.h" by Florin Malita · 8 years ago
- fed0031 Reland: Remove SkLights include from SkCanvas.h by Florin Malita · 8 years ago
- 38aad81 Revert "Remove SkLights include from SkCanvas.h" by Florin Malita · 8 years ago
- 9ff301b Remove SkLights include from SkCanvas.h by Florin Malita · 8 years ago
- 0acd795 add helper makeShader for the common Clamp case by Mike Reed · 8 years ago
- 33d2055 GM: some header cleanup by Mike Klein · 8 years ago
- 3661bc9 hide trivial helpers on canvas 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
- dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
- c2ad65e add gm that exercises compose shader allocations by caryclark · 8 years ago
- cfb6bdf switch xfermodes over to sk_sp by reed · 9 years ago
- 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
- 2ad1aa6 partial switch over to sp usage of shaders by reed · 9 years ago
- 8681e60 make SkComposeShader.h private by reed · 9 years ago
- b10fe49 Remove work from constructors to facilitate debugging. by herb · 9 years ago
- 6df6115 handle halfway case in scan converter by caryclark · 9 years ago
- d705958 Will try composing a linear gradient with a color bitmap as well as an alpha8 bitmap to make sure the paint's color is being used/ignored in the right places. by wangyix · 9 years ago
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
- 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
- 7cdc1ee Add always-threaded SkRecord quilt tests. by mtklein · 10 years ago
- edda70e Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 775bf66 suppress new composeshader gm for quilt testing by reed@google.com · 11 years ago
- 58e4287 change composeshader_alpha to exercise srcover as well by commit-bot@chromium.org · 11 years ago
- ec7d673 new gm for composeshader, exercising alpha by commit-bot@chromium.org · 11 years ago
- a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 11 years ago
- 5d0b150 resize canvas for GM + typo by commit-bot@chromium.org · 11 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- b3c0f48 Provide static global initializers for SkColorTable and SkComposeShader. by scroggo · 12 years ago
- d542928 Disable pipe playback on android for composeshader GM. by scroggo@google.com · 12 years ago
- 99853c7 Allow composeshader GM to run PDF. by scroggo@google.com · 12 years ago
- 32f20eb Create a new GM to exercise ComposeShader. by scroggo@google.com · 12 years ago