- 2cc126f Update ProcessorCloneTest to use a processor tree depth of 3. by John Stiles · 4 years, 6 months ago
- 87d0a2f Update MakeChildFP to allow processor hierarchies to be created. by John Stiles · 4 years, 6 months ago
- 46a324a Move GrSmallPathAtlasMgr to its own file and out-line by Robert Phillips · 4 years, 6 months ago
- c45f0cf Update style guidance for [[fallthrough]]. by John Stiles · 4 years, 6 months ago
- 3262bc8 Clarify that the GrDirectContext uniquely holds the text atlas manager by Robert Phillips · 4 years, 6 months ago
- ea8be21 Update ProcessorClone test to re-verify problems without using clone(). by John Stiles · 4 years, 6 months ago
- b418921 Add plumbing for dst read render passes into GrVkRenderPass. by Greg Daniel · 4 years, 6 months ago
- fb9f2e9 Add style guidance for `k` prefix on constants. by John Stiles · 4 years, 6 months ago
- 5dd3d88 Move more atlas functionality from GrSmallPathRenderer to GrSmallPathAtlasMgr by Robert Phillips · 4 years, 6 months ago
- 60fc650 Lower cubic stroke recursion limit to 24 by Tyler Denniston · 4 years, 6 months ago
- 7e74746 add terminating file on complete of CorrectnessActivity by Jorge Betancourt · 4 years, 6 months ago
- dd49617 Reland "Untangle dependency cycle in sksl dehydration" by Brian Osman · 4 years, 6 months ago
- fff62bb simplify skvm blitter main logic by Mike Klein · 4 years, 6 months ago
- 18423cd Add more perf tests and other minor improvemnts by Nathaniel Nifong · 4 years, 6 months ago
- 0467e6c make skvm lerp() a little smarter by Mike Klein · 4 years, 6 months ago
- 0811011 [recipes] Dump debugging information before running tests on Android by Eric Boren · 4 years, 6 months ago
- 039f681 Label constants with k prefix (not g) and use constexpr. by John Stiles · 4 years, 6 months ago
- cac1764 Add a GrSmallPathAtlasMgr class by Robert Phillips · 4 years, 6 months ago
- 530fc3b Roll ANGLE from 3831ac2043e4 to 48ba75ac6845 (14 revisions) by skia-autoroll · 4 years, 6 months ago
- eb03dba Roll Chromium from 2acf87cc82a2 to 4430c2c58af2 (515 revisions) by skia-autoroll · 4 years, 6 months ago
- 9d84bc1 Roll SwiftShader from a202c209bc91 to 59b4828f293e (1 revision) by skia-autoroll · 4 years, 6 months ago
- 64aee0a Roll dawn from 2cf5a08cfc1b to 1662e97f324e (2 revisions) by skia-autoroll · 4 years, 6 months ago
- 31954bf Enable ClangTidy check performance-unnecessary-copy-initialization. by John Stiles · 4 years, 6 months ago
- e0dd3df remove unused Arena reset() by Herb Derby · 4 years, 6 months ago
- a578138 Revert "Untangle dependency cycle in sksl dehydration" by Brian Osman · 4 years, 6 months ago
- fc11fd4 Allow CoreText axis hidden value to be CFNumber. by Ben Wagner · 4 years, 6 months ago
- 375721d SkPathView for ownerless (can live on stack) SkPaths by Mike Reed · 4 years, 6 months ago
- 24a7f07 Fix GrImprovedPerlinNoiseEffect::onIsEqual to compare properly. by John Stiles · 4 years, 6 months ago
- a1ed0dc Untangle dependency cycle in sksl dehydration by Brian Osman · 4 years, 6 months ago
- 6507e63 Update how the GrSmallPathRenderer's cache entries are created and destroyed by Robert Phillips · 4 years, 6 months ago
- 3f2ac36 split getPaint() by Mike Klein · 4 years, 6 months ago
- 63a1a83 More verbose CoreText structure checks by Ben Wagner · 4 years, 6 months ago
- 6e2c56f move SkArenaAlloc reset to its own class by Herb Derby · 4 years, 6 months ago
- 51f2c15 check SkPictureData::getPaint() by Mike Klein · 4 years, 6 months ago
- de240ac Revert "Disable the coverage-as-alpha optimization flag for the Bicubic effect." by John Stiles · 4 years, 6 months ago
- 3e8fae7 Revert "Add inline threshold to SkSL::Program::Settings" by Brian Osman · 4 years, 6 months ago
- ec9b4aa Enable ClangTidy check readability-const-return-type. by John Stiles · 4 years, 6 months ago
- 3977088 Enable ClangTidy check readability-static-accessed-through-instance. by John Stiles · 4 years, 6 months ago
- efc17ce Fix bug in SkMipmapCache::AddAndRef factory selection. by John Stiles · 4 years, 6 months ago
- 871aa74 Add support for children to runtime color filters by Brian Osman · 4 years, 6 months ago
- 8bfe391 [skottie] Add animation in/out point getters by Florin Malita · 4 years, 6 months ago
- ad3db40 Add inline threshold to SkSL::Program::Settings by Brian Osman · 4 years, 6 months ago
- 3b08f35 deserialize SkFilterQuality safely by Mike Klein · 4 years, 6 months ago
- 045adb5 Revert "Reland "Switch GN defs on Mac and iOS to use frameworks, take 2."" by Mike Klein · 4 years, 6 months ago
- 2cc251f Roll ANGLE from bedac4f06b5c to 3831ac2043e4 (14 revisions) by skia-autoroll · 4 years, 6 months ago
- 30edd32 Roll Chromium from 69b685d4bfd2 to 2acf87cc82a2 (445 revisions) by skia-autoroll · 4 years, 6 months ago
- 3e0d34a Roll SwiftShader from be7c55a2a8ce to a202c209bc91 (6 revisions) by skia-autoroll · 4 years, 6 months ago
- ea70694 Roll dawn from fa4b74d479aa to 2cf5a08cfc1b (1 revision) by skia-autoroll · 4 years, 6 months ago
- b35c3b8 Replace `unimpl` comments with `= delete`. by John Stiles · 4 years, 6 months ago
- b3231b1 Disable the coverage-as-alpha optimization flag for the Bicubic effect. by John Stiles · 4 years, 6 months ago
- c262a12 Fix IWYU error in metal-code generator, re-gen dither effect by Brian Osman · 4 years, 6 months ago
- 2c4a07d allow external files in canvas_perf.js tests by Nathaniel Nifong · 4 years, 6 months ago
- 1554368 Fix parameter evaluation order bug in DDLPromiseImageHelper by Robert Phillips · 4 years, 6 months ago
- 9b01c9c5 Update the DitherEffect @test to ensure non-zero dithering. by John Stiles · 4 years, 6 months ago
- 5e96595 Fix unaligned pointer warning on iOS. by Jim Van Verth · 4 years, 6 months ago
- fcf8cb2 Implement matrix casting in Metal. by John Stiles · 4 years, 6 months ago
- b33fa3f simplified SkSL REHYDRATE=0 by Ethan Nicholas · 4 years, 6 months ago
- a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 6 months ago
- 269b21c SkRuntimeEffect: Apply uniform transforms in color filters, too by Brian Osman · 4 years, 6 months ago
- 19c3850 [infra] iPad 13.6 by Weston Tracey · 4 years, 6 months ago
- 9dd293c [infra] Add new provisioning profile including 4 new ipad UIDs. by Weston Tracey · 4 years, 6 months ago
- 74b83a4 Revert "Migrate SkImage::MakeFromTexture to GrRecordingContext" by Adlai Holler · 4 years, 6 months ago
- ae04cc9 Revert "Migrate MakeCrossContextFromPixmap to GrDirectContext" by Adlai Holler · 4 years, 6 months ago
- 92aac1e Disallow runtime effect color filters that depend on position by Brian Osman · 4 years, 6 months ago
- 70df33d use a single point as DirectMaskSubRun's vertex data by Herb Derby · 4 years, 6 months ago
- 76e7a7f Begin wrapping GrSmallPathRenderer atlas accesses by Robert Phillips · 4 years, 6 months ago
- 943463f Reland "Switch GN defs on Mac and iOS to use frameworks, take 2." by Jim Van Verth · 4 years, 6 months ago
- 81b276e add SkGraphics::AllowJIT() by Mike Klein · 4 years, 6 months ago
- daa9e74 Migrate SkImage::MakeFromTexture to GrRecordingContext by Adlai Holler · 4 years, 6 months ago
- 066f7d6 Migrate MakeCrossContextFromPixmap to GrDirectContext by Adlai Holler · 4 years, 6 months ago
- 0d6f815 iwyu fixes for VS 16.7's STL by Mike Klein · 4 years, 6 months ago
- 34949e3 Pull ShapeData into its own header file and rename to GrSmallPathShapeData by Robert Phillips · 4 years, 6 months ago
- 7a171cc Roll ANGLE from 6c873cfde957 to bedac4f06b5c (13 revisions) by skia-autoroll · 4 years, 6 months ago
- 1362c1e Roll Chromium from b133b38aa4d3 to 69b685d4bfd2 (479 revisions) by skia-autoroll · 4 years, 6 months ago
- d2f4008 Roll dawn from 076a4e58205d to fa4b74d479aa (2 revisions) by skia-autoroll · 4 years, 6 months ago
- b720375 Revert "Switch GN defs on Mac and iOS to use frameworks, take 2." by Herb Derby · 4 years, 6 months ago
- 672c476 Replace 'master' with 'top-level' or 'gradient' by Michael Ludwig · 4 years, 6 months ago
- 2b8940e remove SkRP-based runtime effects by Mike Klein · 4 years, 6 months ago
- be3ea68 allow SkSpriteBlitter::setup() to fail by Mike Klein · 4 years, 6 months ago
- c5f8e7d Switch GN defs on Mac and iOS to use frameworks, take 2. by Jim Van Verth · 4 years, 6 months ago
- 6397e80 Specify aa type of draw to the GrClip by Michael Ludwig · 4 years, 6 months ago
- 3ae071e Update SymbolTable::takeOwnership interface to improve type safety. by John Stiles · 4 years, 6 months ago
- 6d00de3 allow SkRP color filters to fail by Mike Klein · 4 years, 6 months ago
- 4c97814 Fix SKP serialization when SK_DISABLE_EFFECT_SERIALIZATION is defined by Brian Osman · 4 years, 6 months ago
- f21d6b9 Reland "Add an SkImageGenerator that uses NDK APIs" by Leon Scroggins III · 4 years, 6 months ago
- 7491492 get rid of unused include by Jorge Betancourt · 4 years, 6 months ago
- b7531c5 Simplify GrSmallPathRenderer::visitProxies by Robert Phillips · 4 years, 6 months ago
- 0abd727 remove overdrawcolorfilter_runtime by Mike Klein · 4 years, 6 months ago
- 2bc8318 Remove staging API for SkImage::makeWithFilter by Adlai Holler · 4 years, 6 months ago
- f7129fc Migrate MakeFromAdoptedTexture to GrRecordingContext by Adlai Holler · 4 years, 6 months ago
- 813e8cc add a global may-we-JIT flag by Mike Klein · 4 years, 6 months ago
- 374b154 Don't allow transferring between special queues in vulkan in surface flush. by Greg Daniel · 4 years, 6 months ago
- 0e041ba Fix out-of-bounds array access discovered by fuzzer. by John Stiles · 4 years, 6 months ago
- 2000c64 Publish version 0.17.3 by Nathaniel Nifong · 4 years, 6 months ago
- 07438b0 Revert "Add an SkImageGenerator that uses NDK APIs" by Leon Scroggins · 4 years, 6 months ago
- 8c9830b Use SkUniqueCFRef with CTTypesetterCreateLine by Ben Wagner · 4 years, 6 months ago
- cfef980 Add an SkImageGenerator that uses NDK APIs by Leon Scroggins III · 4 years, 8 months ago
- e7b08e4 Roll ANGLE from 709472c9dd0c to 6c873cfde957 (13 revisions) by skia-autoroll · 4 years, 6 months ago
- 29332bf Roll Chromium from be02bd1a2326 to b133b38aa4d3 (477 revisions) by skia-autoroll · 4 years, 6 months ago
- 64691e3 Roll SwiftShader from 74cc8ea2b8df to be7c55a2a8ce (2 revisions) by skia-autoroll · 4 years, 6 months ago