- e58831c Add format-specifier warnings to SkDebugf. by John Stiles · 3 years, 4 months ago
- 0b04b6b Reland "Fix texture barriers on DMSAA" by Greg Daniel · 3 years, 4 months ago
- 83420eb Rewrite tessellation atlases as normal render tasks by Chris Dalton · 3 years, 4 months ago
- 9a2d3d1 Revert "Fix texture barriers on DMSAA" by Greg Daniel · 3 years, 4 months ago
- 1a3f4ab Fix texture barriers on DMSAA by Greg Daniel · 3 years, 4 months ago
- d0f4d0d Switched more DSL APIs over to skstd::string_view by Ethan Nicholas · 3 years, 4 months ago
- b4f8b7a Cleaned up DSL error handling by Ethan Nicholas · 3 years, 4 months ago
- e2c4e7e Add comparison operators to skstd::optional. by John Stiles · 3 years, 4 months ago
- e53cf99 Add nullopt to skstd::optional. by John Stiles · 3 years, 4 months ago
- be545c9 Verify that most runtime color filters support filtering a single color by Brian Osman · 3 years, 5 months ago
- 4ff6072 Enable reduceOpsTaskSplitting by default by Adlai Holler · 3 years, 4 months ago
- 685e09b Reland "Purge ccpr" by Chris Dalton · 3 years, 5 months ago
- fe83ab6 Revert "Purge ccpr" by Brian Osman · 3 years, 5 months ago
- 7bf6bc0 Purge ccpr by Chris Dalton · 3 years, 5 months ago
- 12923c4 Move more virtuals into ...Base to hide them from public api by Mike Reed · 3 years, 5 months ago
- f62632c Remove SkShaders::Lerp by Brian Osman · 3 years, 5 months ago
- 2e303cb Expose Deserialize, so we can wean clients off of flattenable api by Mike Reed · 3 years, 5 months ago
- 294723d Move GrOp::VisitProxyFunc to GrTypesPriv.h GrVisitProxyFunc by Robert Phillips · 3 years, 5 months ago
- 9c2fccb Add SkBlender setters and getters to SkPaint. by John Stiles · 3 years, 5 months ago
- cc2d073 Remove SkPaint::getHash by Brian Osman · 3 years, 5 months ago
- 4912824 Reland "Add SkRuntimeBlender class." by John Stiles · 3 years, 5 months ago
- be03ef1 Remove ableist language by Kevin Lubick · 3 years, 5 months ago
- 5837aad Expose bounds for maskfilters by Mike Reed · 3 years, 5 months ago
- c804b74 Revert "Add SkRuntimeBlender class." by John Stiles · 3 years, 5 months ago
- 6034941 Add SkRuntimeBlender class. by John Stiles · 3 years, 5 months ago
- 8f9f763 Remove unreferenced TODO function. by John Stiles · 3 years, 5 months ago
- 9300391 Add Make functions for runtime blends. by John Stiles · 3 years, 5 months ago
- 2d8b835 Add SkBlender class; thread into SkVMBlitter. by John Stiles · 3 years, 5 months ago
- af8047d Rename existing 'Blend' enums/names to 'BlendFilter'. by John Stiles · 3 years, 5 months ago
- 95b0015 Fix -Wc++11-narrowing for Skia. by Peter Kasting · 3 years, 5 months ago
- 4f3e6a2 Moved DSLWriter::ReleaseProgram into DSLCore. by Ethan Nicholas · 3 years, 5 months ago
- fa0e5bc Actually make GrContextOptions::fUseNGA GR_TEST_UTILS-only by Robert Phillips · 3 years, 5 months ago
- d6c51ed PixelRef is not a flattenable by Mike Reed · 3 years, 5 months ago
- cd33e4a purge unused flattenable enums by Mike Reed · 3 years, 5 months ago
- 08ac524 Added operator= on DSLCase by Ethan Nicholas · 3 years, 5 months ago
- c94457c Added missing declaration to DSLBlock.h by Ethan Nicholas · 3 years, 5 months ago
- 9d1cc05 Add scratch-only version of performDeferredCleanup by Michael Ludwig · 3 years, 5 months ago
- 962dec4 Removed StringFragment alias in favor of skstd::string_view by Ethan Nicholas · 3 years, 5 months ago
- 2919bbd Added DSLSymbols by Ethan Nicholas · 3 years, 5 months ago
- d2e0960 Removed SkSL::StringFragment in favor of string_view by Ethan Nicholas · 3 years, 5 months ago
- 6285d64 Support mixing shaders and color filters in runtime effects by Brian Osman · 3 years, 6 months ago
- 7b931f8 Add possibility of not compiling OGA files by Robert Phillips · 3 years, 5 months ago
- 9173b3f Fixed constructor signature in skstd::string_view by Ethan Nicholas · 3 years, 5 months ago
- f7f36ae Add ProgramKind::kRuntimeBlend for Runtime Blend functions. by John Stiles · 3 years, 5 months ago
- eaa9e07 Marked String(string_view) explicit by Ethan Nicholas · 3 years, 5 months ago
- f07b4ce Converted DSL APIs to use skstd::string_view. by Ethan Nicholas · 3 years, 5 months ago
- 87fab9f Changing dst sample type to flags. by Greg Daniel · 3 years, 5 months ago
- 2c9a6ec Added skstd::string_view by Ethan Nicholas · 3 years, 5 months ago
- 443b5da Remove GrRuntimeFPBuilder, SkRuntimeEffect::makeFP by Brian Osman · 3 years, 5 months ago
- dc03537 Reland "Limit ANGLE PBO workaround to blocking use of GL_UNPACK_ROW_LENGTH" by Brian Salomon · 3 years, 5 months ago
- 516405c Add option to switch between OGA and NGA SkGpuDevices by Robert Phillips · 3 years, 5 months ago
- fc8cf91 Revert "Limit ANGLE PBO workaround to blocking use of GL_UNPACK_ROW_LENGTH" by Chris Dalton · 3 years, 5 months ago
- a306dbf Allow reduced shader mode to be enabled outside tests. by Nathaniel Nifong · 3 years, 5 months ago
- 7788b3a Limit ANGLE PBO workaround to blocking use of GL_UNPACK_ROW_LENGTH by Brian Salomon · 3 years, 5 months ago
- fa8af0a Add methods to access the top device's render target proxy by Robert Phillips · 3 years, 5 months ago
- 0b0ae67 Reland "Reland "Draw image filters directly under non-axis-aligned transforms"" by Michael Ludwig · 3 years, 5 months ago
- 8f73ede Added more SkTOptional APIs by Ethan Nicholas · 3 years, 5 months ago
- 569c01b Simplify heuristics for selecting path tessellators by Chris Dalton · 3 years, 5 months ago
- 4ed2baa Added skstd::optional by Ethan Nicholas · 3 years, 5 months ago
- 1042334 Add SkFilterColorProgram by Brian Osman · 3 years, 6 months ago
- ec9d0e8 Move patheffect details to (private) base subclass by Mike Reed · 3 years, 6 months ago
- 8447f13 Chop tessellated curves that don't fit in a patch by Chris Dalton · 3 years, 6 months ago
- 8f4e924 Move class into impl by Mike Reed · 3 years, 6 months ago
- b1e9cb0 Remove fExpression (matrix expression) from SampleUsage by Brian Osman · 3 years, 6 months ago
- 465819d Update Skia milestone to 93 by Eric Boren · 3 years, 6 months ago
- ec87dc1 Just expose factories for patheffects by Mike Reed · 3 years, 6 months ago
- 1391170 More ctype cleanup in SkSL by Brian Osman · 3 years, 6 months ago
- d6584bd Add GrColorFormatDesc GrBackendFormat::desc() by Brian Salomon · 3 years, 6 months ago
- c23386c Remove layout(override_coverage) by Brian Osman · 3 years, 6 months ago
- 3adc091 Remove layout(tracked) from SkSL by Brian Osman · 3 years, 6 months ago
- 55a63af Make it possible to use the DSL from within the compiler itself by Ethan Nicholas · 3 years, 6 months ago
- 5696bcd GrColorTypeDesc -> GrColorFormatDesc by Brian Salomon · 3 years, 6 months ago
- 81e2f93 Expose intercepts on SkFont by Mike Reed · 3 years, 6 months ago
- 82fdab4 reject sizes that will overflow in SkSpan by Herb Derby · 3 years, 6 months ago
- 43ee3f5 Fix implicit signedness change warnings in private includes by Brian Osman · 3 years, 6 months ago
- 22dcb73 Revert "Revert "Added DSL flags"" by Ethan Nicholas · 3 years, 6 months ago
- 9ec377e Reland "Simplify quickReject implementation in SkCanvas" by Michael Ludwig · 3 years, 6 months ago
- a5842bc Move SkSpan to include/, for use in public API by Brian Osman · 3 years, 6 months ago
- 9eb0bb6 Revert "Added DSL flags" by Brian Osman · 3 years, 6 months ago
- 7143059 Added DSL flags by Ethan Nicholas · 3 years, 6 months ago
- b22fcaf Added DSL layout() support by Ethan Nicholas · 3 years, 6 months ago
- 4882f97 [svgcanvas] Add support for relative path encoding by Florin Malita · 3 years, 6 months ago
- 4e1c1a7 Implement computeFastBounds for PathEffects by Michael Ludwig · 3 years, 6 months ago
- 614fb1e Removed early_fragment_tests layout qualifier by Ethan Nicholas · 3 years, 6 months ago
- a372429 Align SkSpan API with std::span by Brian Osman · 3 years, 6 months ago
- 51308f1 SkTHashTable assert key self equal. by Ben Wagner · 3 years, 6 months ago
- 0627934 [androidkit] optimize JNI calls in AndroidKit.Matrix transformations by Jorge Betancourt · 3 years, 6 months ago
- daa02f4 Revert "Simplify quickReject implementation in SkCanvas" by Greg Daniel · 3 years, 6 months ago
- 0a0f4f5 Simplify quickReject implementation in SkCanvas by Michael Ludwig · 3 years, 6 months ago
- 97f85bb Remove SkTextBlobDiffCanvas, use tracking device directly with base SkCanvas by Michael Ludwig · 3 years, 6 months ago
- 722cb67 Improved DSL APIs in preparation for DSLParser by Ethan Nicholas · 3 years, 6 months ago
- c9125aa Reland "Better first-class shader & color filter support in runtime effects" by Brian Osman · 3 years, 7 months ago
- daa9b8e Add mapRect function and RectToRect constructor to SkM44 by Michael Ludwig · 3 years, 6 months ago
- 4fc3a01 Move all GrTFlagsMask operators into bitfield macro definitions. by Greg Daniel · 3 years, 6 months ago
- 371f6e1 Refactored SkSL function creation and error handling by Ethan Nicholas · 3 years, 6 months ago
- a1a0b92 Added DSLWrapper so DSL classes can be used in containers by Ethan Nicholas · 3 years, 6 months ago
- c2cca5a Revert "Better first-class shader & color filter support in runtime effects" by Greg Daniel · 3 years, 6 months ago
- b83199e Added unsigned types and type query functions to DSL by Ethan Nicholas · 3 years, 6 months ago
- 0cb3b82 Improved DSLType constructor signatures by Ethan Nicholas · 3 years, 6 months ago
- adadb95 Better first-class shader & color filter support in runtime effects by Brian Osman · 3 years, 7 months ago