- 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 4 months ago
- 683becc Migrate inliner-related tests to a separate unit-test file. by John Stiles · 4 years, 4 months ago
- c7fa895 Revert "Add idea of DataType to SkYUVAPixmapInfo." by Michael Ludwig · 4 years, 4 months ago
- ad2319f Ensure that inlined if/else blocks are properly scoped. by John Stiles · 4 years, 4 months ago
- da6320c Disallow a bare ';' at the top level of SkSL files by Ethan Nicholas · 4 years, 4 months ago
- 2099ac7 Add unit tests for inlining if/else blocks. by John Stiles · 4 years, 4 months ago
- c0dd06d Ensure that inlined statements are properly scoped. by John Stiles · 4 years, 4 months ago
- 8fa3b4e Disallow inlining ternary true/false branches. by John Stiles · 4 years, 4 months ago
- 648a81e Add unit tests for the inliner. by John Stiles · 4 years, 4 months ago
- ed63444 Add idea of DataType to SkYUVAPixmapInfo. by Brian Salomon · 4 years, 4 months ago
- a0d913b Separate our use of sampler object from GL support. by Brian Salomon · 4 years, 4 months ago
- cf936f9 Replace salting process in SkSLInliner with a symbol table check. by John Stiles · 4 years, 4 months ago
- 39616ec The inlined function body is now returned as a single Statement. by John Stiles · 4 years, 4 months ago
- 85f51b2 Simplify firstdirection by Mike Reed · 4 years, 4 months ago
- 3872c98 Move convexity enum out of public by Mike Reed · 4 years, 4 months ago
- 6052c0b Only expose isConvex on path publicly. by Mike Reed · 4 years, 4 months ago
- 280fa3d Remove use of texture swizzle in GL backend. by Brian Salomon · 4 years, 4 months ago
- 43c78ab Remember to track convexity/direction for IsA shapes (e.g. oval, rrect) by Mike Reed · 4 years, 4 months ago
- 638b2e8 Add GrInternalSurfaceFlag for vulkan input attachment. by Greg Daniel · 4 years, 4 months ago
- bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 4 years, 4 months ago
- b6bd0d2 Make SkRuntimeShaderBuilder safe for reuse by Brian Osman · 4 years, 4 months ago
- 318ad4b Improve control-flow support in early-return detection. by John Stiles · 4 years, 4 months ago
- be0e42c New helpers for SkYUVAInfo when used with pixmaps. by Brian Salomon · 4 years, 4 months ago
- 398ecf1 Remove unused factories that take characterizations. by Greg Daniel · 4 years, 4 months ago
- f2845ac Always (pre)compute path bounds when using a builder by Mike Reed · 4 years, 4 months ago
- c113f00 Remove renderable flag from texture createLazyProxy. by Greg Daniel · 4 years, 4 months ago
- 06d7c9d Revert "Revert "use pathbuilder"" by Mike Reed · 4 years, 4 months ago
- 735a5a7 Allow .fp files to return a color from main(). by John Stiles · 4 years, 4 months ago
- 3be08b6 Add unit tests for early-return detection. by John Stiles · 4 years, 4 months ago
- 43e3e91 Revert "use pathbuilder" by Mike Reed · 4 years, 4 months ago
- 4b25d41 use pathbuilder by Mike Reed · 4 years, 4 months ago
- 765d2fe optimized SkSL inlining output by Ethan Nicholas · 4 years, 4 months ago
- 2064111 Fix early-return misdetection in the inliner. by John Stiles · 4 years, 4 months ago
- ad5494d use pathbuilder by Mike Reed · 4 years, 4 months ago
- c37d551 Add unit test for return statements wrapped in a block. by John Stiles · 4 years, 4 months ago
- 92f6eb1 use pathbuilder by Mike Reed · 4 years, 4 months ago
- 8025507 Simplify SkComputeBlurredRRectParams by Robert Phillips · 4 years, 4 months ago
- 767f444 SkRuntimeEffect SkSL has a new signature for main() by Brian Osman · 4 years, 4 months ago
- 47d795a remove DrawPictureMode enum by Mike Reed · 4 years, 4 months ago
- 36b86af Revert "Remove ARC from Metal backend" by Jim Van Verth · 4 years, 4 months ago
- 6541013 Remove ARC from Metal backend by Jim Van Verth · 4 years, 4 months ago
- 87d42e5 A new way to specify YUVA planar data from SkCodec to SkImage_Lazy by Brian Salomon · 4 years, 4 months ago
- 457c6dd remove unused enums for picture-recorder by Mike Reed · 4 years, 4 months ago
- c4ec291 Reland "Add utilities to SkGeometry for quad and cubic rotation angles" by Chris Dalton · 4 years, 4 months ago
- 7a492f7 Fix -Wstring-concatenation warnings in clang 12 by Brian Salomon · 4 years, 4 months ago
- 7b62dca Add image usage flags to GrVkImageInfo by Greg Daniel · 4 years, 4 months ago
- 6a4e145 Make some public vulkan structs use default initialization. by Greg Daniel · 4 years, 4 months ago
- 7018bcf Reland "SkSL now supports uniform array types" by Ethan Nicholas · 4 years, 4 months ago
- 9742f7c Notify when SkFontMetrics bounds are bogus. by Ben Wagner · 4 years, 4 months ago
- f3c8f5d Reland "Added support for the 'inline' hint on SkSL functions" by Ethan Nicholas · 4 years, 4 months ago
- dc594f2 Revert "Add utilities to SkGeometry for quad and cubic rotation angles" by Mike Klein · 4 years, 4 months ago
- 1394f71 Revert "Added support for the 'inline' hint on SkSL functions" by Ethan Nicholas · 4 years, 4 months ago
- 95b24b9 Revert "SkSL now supports uniform array types" by Ethan Nicholas · 4 years, 4 months ago
- 6b3c2f6 Move GrWangsFormula::nextlog2 to sk_float_nextlog2 by Chris Dalton · 4 years, 4 months ago
- 284f2c4 SkSL now supports uniform array types by Ethan Nicholas · 4 years, 4 months ago
- 26766ad Add utilities to SkGeometry for quad and cubic rotation angles by Chris Dalton · 4 years, 4 months ago
- f647dc7 update placeholder approx op count by Mike Klein · 4 years, 4 months ago
- 1f02286 Remove sk_InColor from unit tests. by John Stiles · 4 years, 4 months ago
- 9d94423 Fix simplification of switch statements with casts. by John Stiles · 4 years, 4 months ago
- 18305c3 pass 'nested' bool to approximateOpCount by Mike Reed · 4 years, 4 months ago
- 338e57d Added support for the 'inline' hint on SkSL functions by Ethan Nicholas · 4 years, 4 months ago
- 81eabce SkCustomTypefaceBuilder to set SkFontStyle by Ben Wagner · 4 years, 4 months ago
- 0e8149c Add support for more basic types in SkSLCPPCodeGenerator. by John Stiles · 4 years, 4 months ago
- 534d799 Fix constness of ExternalValue* inside ExternalValueReference. by John Stiles · 4 years, 4 months ago
- b65dc4a SkSL: Disallow swizzles that *only* contain '0' or '1' components by Brian Osman · 4 years, 4 months ago
- 37e6f53 Remove some (presumably) unneeded calls to textureParamsModified in GrGLGpu by Robert Phillips · 4 years, 4 months ago
- 63d7ee3 SkSL now detects modifiers used in incorrect contexts by Ethan Nicholas · 4 years, 4 months ago
- fdbd50a Simplify SkSL::String by removing unused parts. by John Stiles · 4 years, 4 months ago
- a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 4 years, 4 months ago
- c1c3c6d Enable ClangTidy flag bugprone-suspicious-string-compare. by John Stiles · 4 years, 4 months ago
- 4e54367 Fix SkSL constant propagation within nested casts. by John Stiles · 4 years, 4 months ago
- 03add80 Improve unit tests for switch-case and enum error handling. by John Stiles · 4 years, 4 months ago
- 3e3db6c Make switch case handling safer by Brian Osman · 4 years, 4 months ago
- fe0de30 Enable ClangTidy check modernize-use-nullptr. by John Stiles · 4 years, 4 months ago
- 48bdf6d Use a scoped block for inlined return statements. by John Stiles · 4 years, 4 months ago
- 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 4 years, 4 months ago
- 9e77f20 more careful SkColorSpace hash collision detection by Mike Klein · 4 years, 4 months ago
- 8c91c93 Refuse to inline SkSL with returns inside breakable constructs. by John Stiles · 4 years, 4 months ago
- dc36970 Handle invalid DDLRecorder case by Robert Phillips · 4 years, 4 months ago
- 326b989 Add platform image encoder for using NDK APIs by Leon Scroggins III · 4 years, 5 months ago
- 776c284 Move `onDumpInfo` calls in gencode to the private section. by John Stiles · 4 years, 4 months ago
- 652124c sk_gpu_test::MakeTextureProxyFromData -> MakeTextureProxyViewFromData by Brian Salomon · 4 years, 5 months ago
- cab5886 Add `GrProcessor::onDumpInfo` for subclass info dumps. by John Stiles · 4 years, 5 months ago
- 8d9bf64 Reland "Guard dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG." by John Stiles · 4 years, 5 months ago
- e12939f Unit tests for runtime effect SkSL errors found later in compilation by Brian Osman · 4 years, 5 months ago
- c95b589 Reland "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 5 months ago
- 089b7c9 Fix bug in op chaining by Robert Phillips · 4 years, 5 months ago
- 9b7f30c more careful rrect deserialization by Mike Klein · 4 years, 5 months ago
- 14dc791 Reland "Migrate SkImage::MakeFromTexture to GrRecordingContext" by Adlai Holler · 4 years, 5 months ago
- ebafbb1 fix a SkRRect::readFromMemory() fuzzer bug by Mike Klein · 4 years, 5 months ago
- 47b4e22 Reland "Implement `dumpInfo` for .fp files." by John Stiles · 4 years, 5 months ago
- 9487e9b Revert "Implement `dumpInfo` for .fp files." by Brian Osman · 4 years, 5 months ago
- a1df23c Implement `dumpInfo` for .fp files. by John Stiles · 4 years, 5 months ago
- ab6f9ef don't use out of range float values in the test by Mike Klein · 4 years, 5 months ago
- d432856 allow all CPU surfaces by Mike Klein · 4 years, 5 months ago
- 4ed6947 Avoid recomputing the input texel colors in Processor tests. by John Stiles · 4 years, 5 months ago
- b64a26c robustify SkScaleToSides::AdjustRadii() by Mike Klein · 4 years, 5 months ago
- c41ae2a Reland "Migrate MakeCrossContextFromPixmap to GrDirectContext" by Adlai Holler · 4 years, 5 months ago
- ba1879d Add `dumpTreeInfo` debug method to GrFragmentProcessor. by John Stiles · 4 years, 5 months ago
- cf0d08e Revert "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 5 months ago