- 8d36398 Implement log and log2 intrinsics in SkRP. by John Stiles · 1 year, 10 months ago
- 337a170 [graphite] Simplify winding in AnalyticAARRectRenderStep by Michael Ludwig · 1 year, 10 months ago
- a20c740 Implement faceforward intrinsic in RP codegen. by John Stiles · 1 year, 10 months ago
- 1f5294f Split SAA scan converter into its own file by Brian Osman · 1 year, 10 months ago
- f92ce4f [ganesh][dawn] Disable derivative uniformity warnings by Arman Uguray · 1 year, 10 months ago
- 49b902e Implement asin and acos in RP codegen. by John Stiles · 1 year, 10 months ago
- af4eded Implement normalize intrinsic in RP codegen. by John Stiles · 1 year, 10 months ago
- 95eb325 Implement reflect intrinsic in RP codegen. by John Stiles · 1 year, 10 months ago
- 6c77245 Fix undefined behavior packing top and left by Herb Derby · 1 year, 10 months ago
- 7880a8f Add tests for SkFontMgr::matchFamilyStyle by Ben Wagner · 1 year, 10 months ago
- 02ab537 Implement distance intrinsic in RP codegen. by John Stiles · 1 year, 10 months ago
- a9c199c Implement asin and acos primitives in Raster Pipeline. by John Stiles · 1 year, 10 months ago
- 3213aff More callers using SkDrawBase by Michael Reed · 1 year, 10 months ago
- 127b566 Make SkFontMgr_New_Custom_Data public by Florin Malita · 1 year, 10 months ago
- 37a12ad [graphite] Don't record draws that can't produce coverage by Michael Ludwig · 1 year, 10 months ago
- 562cc98 Add serialization to SkGlyph by Herb Derby · 1 year, 10 months ago
- 1fb13fc Implement inversesqrt intrinsic in RP codegen. by John Stiles · 1 year, 10 months ago
- 000b6f7 Add RP op for swizzled indirect writes. by John Stiles · 1 year, 10 months ago
- d72d0da Enforce IWYU on src/core/SkDraw* by Kevin Lubick · 1 year, 10 months ago
- 4a8f106 IWYU in android builds by Michael Reed · 1 year, 10 months ago
- ab90fd4 [sksl] Support unsized arrays and storage buffers in SPIR-V and GLSL codegen by Arman Uguray · 1 year, 10 months ago
- d8d3341 Move Renderable to shared skgpu namespace and redef some Gr enums. by Jim Van Verth · 1 year, 10 months ago
- d51e1bf Use 'class' for IR nodes, not 'struct'. by John Stiles · 1 year, 10 months ago
- 57536e1 Use SkReadBuffer/SkWriteBuffer for typefaces by Herb Derby · 1 year, 10 months ago
- 22d8195 Remove legacy pin methods from SkImagePriv by Kevin Lubick · 1 year, 10 months ago
- 0192240 create SkDrawBase from SkDraw by Michael Reed · 1 year, 10 months ago
- 132ad29 Reland "[Graphite] Add gpu memory size to all Resources." by Greg Daniel · 1 year, 10 months ago
- 2cb8432 [graphite] Use SkTArray instead of std::vector to store DrawPasses by Arman Uguray · 1 year, 10 months ago
- 9851fde Fix indexed-swizzle lvalues in RP codegen. by John Stiles · 1 year, 10 months ago
- 96b1a69 Fix SwizzleIndexLookup in SkRP codegen. by John Stiles · 1 year, 10 months ago
- b890d97 Assemble a Context in the RP code generator. by John Stiles · 1 year, 10 months ago
- 13e706b [graphite] Add SkImage::MakeGraphiteFromYUVABackendTextures() by Jim Van Verth · 1 year, 10 months ago
- 065145f Switch from uint to int in RewriteIndexedSwizzle. by John Stiles · 1 year, 10 months ago
- 35415ef Implement array-casts in SkRP. by John Stiles · 1 year, 10 months ago
- 3b9131c Factor out indexed-swizzle rewrite logic to transform/. by John Stiles · 1 year, 10 months ago
- 4d90ba4 [sksl][wgsl] Implement matrix constructors by Arman Uguray · 2 years ago
- b0351e0 [graphite] Integrate ComputeTask with DispatchGroup by Arman Uguray · 1 year, 11 months ago
- 45eee60 [graphite] Introduce DispatchGroup and DispatchGroup::Builder by Arman Uguray · 1 year, 11 months ago
- e1bde7a Make sure to set backend for mock GrBackendRenderTarget. by Greg Daniel · 1 year, 10 months ago
- 9497fb9 [graphite] Set up ReleaseProc invocation for Textures by Jim Van Verth · 1 year, 10 months ago
- 3e05e51 Reland "[graphite] Implement DawnCaps::channelMask()" by Greg Daniel · 1 year, 10 months ago
- c69c91d Update comment by James Godfrey-Kittle · 1 year, 10 months ago
- 321734e Rename SkImage::CompressionType -> SkTextureCompressionType by Kevin Lubick · 1 year, 10 months ago
- 2fcfc31 Reland "[Graphite] Add shared DawnUtilsPriv class." by Greg Daniel · 1 year, 10 months ago
- 35dc168 Fix assignment-into-indexed-swizzles in SPIR-V and Metal. by John Stiles · 1 year, 10 months ago
- a2630de Replace most uses of macros.bzl with skia_rules.bzl or flags.bzl by Kevin Lubick · 1 year, 10 months ago
- 9171886 Reland "Add SkSL test for indexing into a swizzle." by John Stiles · 1 year, 10 months ago
- aaa5cd7 Revert "Add SkSL test for indexing into a swizzle." by Brian Osman · 1 year, 10 months ago
- 076504a Add SkSL test for indexing into a swizzle. by John Stiles · 1 year, 10 months ago
- ba566a9 Remove unneeded RegionOp parameter from GrSWMaskHelper by Michael Reed · 1 year, 10 months ago
- 01410a7 Fix SkImage_GpuYUVA::onReinterpretColorSpace by Brian Osman · 1 year, 10 months ago
- 078184b Enforce IWYU on SkPicture-related files by Kevin Lubick · 1 year, 10 months ago
- 75e4b07 Add back shared DawnUtilsPriv without using it. by Greg Daniel · 1 year, 10 months ago
- 2db4ea3 Revert "[Graphite] Add shared DawnUtilsPriv class." by Greg Daniel · 1 year, 10 months ago
- 25ad1f9 Revert "[graphite] Implement DawnCaps::channelMask()" by Greg Daniel · 1 year, 10 months ago
- 580fc16 Revert "[Graphite] Add gpu memory size to all Resources." by Greg Daniel · 1 year, 10 months ago
- dc4608e Change Copyright mark to block style by Herb Derby · 1 year, 10 months ago
- e6f7505 Enforce IWYU on ImageGenerator by Kevin Lubick · 1 year, 10 months ago
- da13ed5 Restore Android-specific code in Ganesh's Perlin noise code by Robert Phillips · 1 year, 10 months ago
- 6a70404 [graphite] Revise Graphite Perlin noise shader code by Robert Phillips · 1 year, 10 months ago
- 8a19083 Add alternate image pinning API by Kevin Lubick · 1 year, 10 months ago
- 289a43b Add SkTypefaceProxy serialization by Herb Derby · 1 year, 10 months ago
- 041f570 Indicate a fixed pitch typeface in proxy by Herb Derby · 1 year, 10 months ago
- 49cc2eb [Graphite] Add gpu memory size to all Resources. by Greg Daniel · 1 year, 10 months ago
- 1d27815 [graphite] Implement DawnCaps::channelMask() by Jim Van Verth · 1 year, 10 months ago
- ffda2f0 [Graphite] Add shared DawnUtilsPriv class. by Greg Daniel · 1 year, 10 months ago
- 88bdb0c Fix typo in isHairline check by James Godfrey-Kittle · 1 year, 10 months ago
- 0ec5c48 Fixup includes for SkFontMetrics by Herb Derby · 1 year, 10 months ago
- bd14d5f [Graphite] Rename DawnUtilsPriv to DawnGraphiteUtilsPriv. by Greg Daniel · 1 year, 10 months ago
- 2d261c6 Revert "Remove Android-specific code in the Perlin noise code" by Robert Phillips · 1 year, 10 months ago
- c21fe6f Stream SkFontMetrics by Herb Derby · 1 year, 10 months ago
- 5054c91 Revert "Revert "Use std::vector::front()/back() when inserting color stops"" by Dominik Röttsches · 1 year, 10 months ago
- 0fbaf2c Make uniforms and children public on runtime effect builder by Brian Osman · 1 year, 10 months ago
- c3bbad4 [graphite] Add YUVABackendTextures. by Jim Van Verth · 1 year, 10 months ago
- c7d8496 Revert "Revert "Avoid division by zero in sweep gradient calculation"" by Dominik Röttsches · 1 year, 10 months ago
- f16f2f5 Remove Android-specific code in the Perlin noise code by Robert Phillips · 1 year, 10 months ago
- e627d59 Reland "[graphite] Add Caps::channelMask()" by Jim Van Verth · 1 year, 10 months ago
- 529fb1e New private API for "deferred" runtime shaders by Brian Osman · 1 year, 10 months ago
- bc2449a Reland "Restructure Metal utils for code sharing and to match Vulkan paths." by Jim Van Verth · 1 year, 10 months ago
- f18e6e8 [graphite] Use a dst type enum in blenders' addToKey methods by James Godfrey-Kittle · 1 year, 10 months ago
- 56a9f1a [graphite] Rename dst color arg field to fRuntimeShaderDstColor by James Godfrey-Kittle · 1 year, 10 months ago
- 060b4a7 [graphite] Don't overload dstColor req flag with primitive color req by James Godfrey-Kittle · 1 year, 10 months ago
- 6345e66 Revert "Avoid division by zero in sweep gradient calculation" by Joe Gregorio · 1 year, 10 months ago
- da62fd0 Revert "Use std::vector::front()/back() when inserting color stops" by Joe Gregorio · 1 year, 10 months ago
- c9fe021 Update Perlin noise factories to handle no octaves by Robert Phillips · 1 year, 10 months ago
- a5851fa Use std::vector::front()/back() when inserting color stops by Dominik Röttsches · 1 year, 10 months ago
- a637b8c More closely align the Ganesh and Graphite Perlin noise implementations by Robert Phillips · 1 year, 10 months ago
- 38a9186 Add SkRectPriv::QuadContainsRect by Michael Ludwig · 1 year, 10 months ago
- bc3e02f Use new Typeface API for Remote Cache testing by Herb Derby · 1 year, 10 months ago
- 49e7ead Avoid division by zero in sweep gradient calculation by Dominik Röttsches · 1 year, 10 months ago
- 7b18d6c Experiment with simpler test API by Herb Derby · 1 year, 10 months ago
- 36d1215 Move parts of API to testing for remote cache by Herb Derby · 1 year, 10 months ago
- dc75453 Remove unused flag manipulated Slug testing by Herb Derby · 1 year, 10 months ago
- b9f8ab3 [graphite] Add Graphite PerlinNoiseShader by Robert Phillips · 1 year, 10 months ago
- 39c67f6 Make scale factories/functions match computeTypeMask behavior by Michael Ludwig · 1 year, 10 months ago
- 5ff6641 Tile clips in SkRegion::setPath by Michael Ludwig · 1 year, 10 months ago
- 3e38c84 Remove old Slug Conversion code by Herb Derby · 1 year, 10 months ago
- fd380c7 [graphite] Check for alpha-only color type within image shader by Nicolette Prevost · 1 year, 10 months ago
- 2999c4b Strike Serialization: Add guard flags to start new work by Herb Derby · 1 year, 10 months ago
- 0627c52 [graphite] Calculate quad AA outsets correctly by Michael Ludwig · 1 year, 11 months ago