- ad5494d use pathbuilder by Mike Reed · 4 years, 5 months ago
- c37d551 Add unit test for return statements wrapped in a block. by John Stiles · 4 years, 5 months ago
- 92f6eb1 use pathbuilder by Mike Reed · 4 years, 5 months ago
- 8025507 Simplify SkComputeBlurredRRectParams by Robert Phillips · 4 years, 5 months ago
- 767f444 SkRuntimeEffect SkSL has a new signature for main() by Brian Osman · 4 years, 6 months ago
- 47d795a remove DrawPictureMode enum by Mike Reed · 4 years, 5 months ago
- 36b86af Revert "Remove ARC from Metal backend" by Jim Van Verth · 4 years, 5 months ago
- 6541013 Remove ARC from Metal backend by Jim Van Verth · 4 years, 5 months ago
- 87d42e5 A new way to specify YUVA planar data from SkCodec to SkImage_Lazy by Brian Salomon · 4 years, 5 months ago
- 457c6dd remove unused enums for picture-recorder by Mike Reed · 4 years, 6 months ago
- c4ec291 Reland "Add utilities to SkGeometry for quad and cubic rotation angles" by Chris Dalton · 4 years, 6 months ago
- 7a492f7 Fix -Wstring-concatenation warnings in clang 12 by Brian Salomon · 4 years, 6 months ago
- 7b62dca Add image usage flags to GrVkImageInfo by Greg Daniel · 4 years, 6 months ago
- 6a4e145 Make some public vulkan structs use default initialization. by Greg Daniel · 4 years, 6 months ago
- 7018bcf Reland "SkSL now supports uniform array types" by Ethan Nicholas · 4 years, 6 months ago
- 9742f7c Notify when SkFontMetrics bounds are bogus. by Ben Wagner · 4 years, 6 months ago
- f3c8f5d Reland "Added support for the 'inline' hint on SkSL functions" by Ethan Nicholas · 4 years, 6 months ago
- dc594f2 Revert "Add utilities to SkGeometry for quad and cubic rotation angles" by Mike Klein · 4 years, 6 months ago
- 1394f71 Revert "Added support for the 'inline' hint on SkSL functions" by Ethan Nicholas · 4 years, 6 months ago
- 95b24b9 Revert "SkSL now supports uniform array types" by Ethan Nicholas · 4 years, 6 months ago
- 6b3c2f6 Move GrWangsFormula::nextlog2 to sk_float_nextlog2 by Chris Dalton · 4 years, 6 months ago
- 284f2c4 SkSL now supports uniform array types by Ethan Nicholas · 4 years, 6 months ago
- 26766ad Add utilities to SkGeometry for quad and cubic rotation angles by Chris Dalton · 4 years, 6 months ago
- f647dc7 update placeholder approx op count by Mike Klein · 4 years, 6 months ago
- 1f02286 Remove sk_InColor from unit tests. by John Stiles · 4 years, 6 months ago
- 9d94423 Fix simplification of switch statements with casts. by John Stiles · 4 years, 6 months ago
- 18305c3 pass 'nested' bool to approximateOpCount by Mike Reed · 4 years, 6 months ago
- 338e57d Added support for the 'inline' hint on SkSL functions by Ethan Nicholas · 4 years, 6 months ago
- 81eabce SkCustomTypefaceBuilder to set SkFontStyle by Ben Wagner · 4 years, 6 months ago
- 0e8149c Add support for more basic types in SkSLCPPCodeGenerator. by John Stiles · 4 years, 6 months ago
- 534d799 Fix constness of ExternalValue* inside ExternalValueReference. by John Stiles · 4 years, 6 months ago
- b65dc4a SkSL: Disallow swizzles that *only* contain '0' or '1' components by Brian Osman · 4 years, 6 months ago
- 37e6f53 Remove some (presumably) unneeded calls to textureParamsModified in GrGLGpu by Robert Phillips · 4 years, 6 months ago
- 63d7ee3 SkSL now detects modifiers used in incorrect contexts by Ethan Nicholas · 4 years, 6 months ago
- fdbd50a Simplify SkSL::String by removing unused parts. by John Stiles · 4 years, 6 months ago
- a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 4 years, 6 months ago
- c1c3c6d Enable ClangTidy flag bugprone-suspicious-string-compare. by John Stiles · 4 years, 6 months ago
- 4e54367 Fix SkSL constant propagation within nested casts. by John Stiles · 4 years, 6 months ago
- 03add80 Improve unit tests for switch-case and enum error handling. by John Stiles · 4 years, 6 months ago
- 3e3db6c Make switch case handling safer by Brian Osman · 4 years, 6 months ago
- fe0de30 Enable ClangTidy check modernize-use-nullptr. by John Stiles · 4 years, 6 months ago
- 48bdf6d Use a scoped block for inlined return statements. by John Stiles · 4 years, 6 months ago
- 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 4 years, 6 months ago
- 9e77f20 more careful SkColorSpace hash collision detection by Mike Klein · 4 years, 6 months ago
- 8c91c93 Refuse to inline SkSL with returns inside breakable constructs. by John Stiles · 4 years, 6 months ago
- dc36970 Handle invalid DDLRecorder case by Robert Phillips · 4 years, 6 months ago
- 326b989 Add platform image encoder for using NDK APIs by Leon Scroggins III · 4 years, 6 months ago
- 776c284 Move `onDumpInfo` calls in gencode to the private section. by John Stiles · 4 years, 6 months ago
- 652124c sk_gpu_test::MakeTextureProxyFromData -> MakeTextureProxyViewFromData by Brian Salomon · 4 years, 6 months ago
- cab5886 Add `GrProcessor::onDumpInfo` for subclass info dumps. by John Stiles · 4 years, 6 months ago
- 8d9bf64 Reland "Guard dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG." by John Stiles · 4 years, 6 months ago
- e12939f Unit tests for runtime effect SkSL errors found later in compilation by Brian Osman · 4 years, 6 months ago
- c95b589 Reland "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 6 months ago
- 089b7c9 Fix bug in op chaining by Robert Phillips · 4 years, 6 months ago
- 9b7f30c more careful rrect deserialization by Mike Klein · 4 years, 6 months ago
- 14dc791 Reland "Migrate SkImage::MakeFromTexture to GrRecordingContext" by Adlai Holler · 4 years, 6 months ago
- ebafbb1 fix a SkRRect::readFromMemory() fuzzer bug by Mike Klein · 4 years, 6 months ago
- 47b4e22 Reland "Implement `dumpInfo` for .fp files." by John Stiles · 4 years, 6 months ago
- 9487e9b Revert "Implement `dumpInfo` for .fp files." by Brian Osman · 4 years, 6 months ago
- a1df23c Implement `dumpInfo` for .fp files. by John Stiles · 4 years, 6 months ago
- ab6f9ef don't use out of range float values in the test by Mike Klein · 4 years, 6 months ago
- d432856 allow all CPU surfaces by Mike Klein · 4 years, 6 months ago
- 4ed6947 Avoid recomputing the input texel colors in Processor tests. by John Stiles · 4 years, 6 months ago
- b64a26c robustify SkScaleToSides::AdjustRadii() by Mike Klein · 4 years, 6 months ago
- c41ae2a Reland "Migrate MakeCrossContextFromPixmap to GrDirectContext" by Adlai Holler · 4 years, 6 months ago
- ba1879d Add `dumpTreeInfo` debug method to GrFragmentProcessor. by John Stiles · 4 years, 6 months ago
- cf0d08e Revert "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 6 months ago
- a4b9169 Remove 'in' variables from SkRuntimeEffect by Brian Osman · 4 years, 6 months ago
- d169e19 Migrate GrSurfaceContext readPixels to take direct context by Adlai Holler · 4 years, 6 months ago
- 9fbe9e9 Reduce processor tree depth back to 1. by John Stiles · 4 years, 6 months ago
- 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
- ea8be21 Update ProcessorClone test to re-verify problems without using clone(). by John Stiles · 4 years, 6 months ago
- 31954bf Enable ClangTidy check performance-unnecessary-copy-initialization. by John Stiles · 4 years, 6 months ago
- 375721d SkPathView for ownerless (can live on stack) SkPaths by Mike Reed · 4 years, 6 months ago
- 6e2c56f move SkArenaAlloc reset to its own class by Herb Derby · 4 years, 6 months ago
- ec9b4aa Enable ClangTidy check readability-const-return-type. by John Stiles · 4 years, 6 months ago
- efc17ce Fix bug in SkMipmapCache::AddAndRef factory selection. by John Stiles · 4 years, 6 months ago
- fcf8cb2 Implement matrix casting in Metal. by John Stiles · 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
- 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
- daa9e74 Migrate SkImage::MakeFromTexture to GrRecordingContext by Adlai Holler · 4 years, 6 months ago
- 066f7d6 Migrate MakeCrossContextFromPixmap to GrDirectContext by Adlai Holler · 4 years, 7 months ago
- 0d6f815 iwyu fixes for VS 16.7's STL by Mike Klein · 4 years, 6 months ago
- 6397e80 Specify aa type of draw to the GrClip by Michael Ludwig · 4 years, 6 months ago
- f21d6b9 Reland "Add an SkImageGenerator that uses NDK APIs" by Leon Scroggins III · 4 years, 6 months ago
- 07438b0 Revert "Add an SkImageGenerator that uses NDK APIs" by Leon Scroggins · 4 years, 6 months ago
- cfef980 Add an SkImageGenerator that uses NDK APIs by Leon Scroggins III · 4 years, 8 months ago
- 6fbd92d Better serialize variations, separate SkFontData. by Ben Wagner · 4 years, 6 months ago
- 21efb7c Fix inversion unit test by Michael Ludwig · 4 years, 6 months ago
- 80e3d42 Fix inversion tracking across simplifies in GrShape by Michael Ludwig · 4 years, 6 months ago
- 093de4e Use more of pathbuilder by Mike Reed · 4 years, 6 months ago
- 7b9da25 Can now swizzle SkSL scalars by Ethan Nicholas · 4 years, 6 months ago
- fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years, 6 months ago
- 74a7a81 fix addOval and addRRect on builder by Mike Reed · 4 years, 6 months ago
- b746d5c add static factories for SkPath by Mike Reed · 4 years, 6 months ago
- 4b4cd13 Builder has addPolygon, plus start hiding edit methods by Mike Reed · 4 years, 6 months ago