- 711b039 Reland "Make GrRingBuffer more generic so it can be used over all backends" by Jim Van Verth · 4 years, 5 months ago
- 1436462 Revert "Attach whitespaces to the neighbor unresolved blocks" by Robert Phillips · 4 years, 5 months ago
- b5f0f52 SkSL: Salt inline identifiers in PipelineStage and FragmentProcessor passes by Brian Osman · 4 years, 5 months ago
- 6b050f6 Using staging buffers for uploads of d3d static buffers. by Greg Daniel · 4 years, 5 months ago
- b107a11 Add several more values to SkYUVColorSpace by Brian Osman · 4 years, 5 months ago
- 131c5ad Attach whitespaces to the neighbor unresolved blocks by Julia Lavrova · 4 years, 5 months ago
- a54d380 remove more blacklists by Mike Klein · 4 years, 5 months ago
- d26b3e2 rename tools/xsan.blacklist by Mike Klein · 4 years, 5 months ago
- 7109434 Enforce trivially-copyable types on unaligned loads/stores/casts. by John Stiles · 4 years, 5 months ago
- 58adb34 Update more tests to use the GrDirectContext/GrRecordingContext pair by Robert Phillips · 4 years, 5 months ago
- 36e0849 Rename bit_cast to sk_bit_cast, and migrate to SkUtils.h. by John Stiles · 4 years, 5 months ago
- 8513867 Don't std::move fTriangleBuffer in tessellation by Chris Dalton · 4 years, 5 months ago
- cc73078 Remove input-color modulation from GrGLLightingEffect. by John Stiles · 4 years, 5 months ago
- c298e7f Roll dawn from 9061d5d154bc to 0d158ac68107 (3 revisions) by skia-autoroll · 4 years, 5 months ago
- 43ad791 make calls to SubRun and AtlasSubRun const by Herb Derby · 4 years, 5 months ago
- e888fb2 Remove GrYUVProvider. by Brian Salomon · 4 years, 5 months ago
- 3b0200b Revert "Metal: Hold refs for input buffers from bindBuffer calls." by Jim Van Verth · 4 years, 5 months ago
- 809a998 Revert "implement working CorrectnessActivity to generate lottie keyframe PNGs" by Robert Phillips · 4 years, 5 months ago
- d3feb6f Simplify GrPipeline by removing unused functionality. by John Stiles · 4 years, 5 months ago
- c8bc99f Revert "Make GrRingBuffer more generic so it can be used over all backends" by Jim Van Verth · 4 years, 5 months ago
- b38781c Remove unused RunInSeries processor. by John Stiles · 4 years, 5 months ago
- f743d4e Rename Xfermode fragment processor to Blend. by John Stiles · 4 years, 5 months ago
- 7c86592 Inclusive language by Kevin Lubick · 4 years, 5 months ago
- a75dc33 Metal: Hold refs for input buffers from bindBuffer calls. by Jim Van Verth · 4 years, 5 months ago
- 90787fe Reland #3 "ICU API: only in SkParagraph, simplified." by Julia Lavrova · 4 years, 5 months ago
- 4cfae3b Remove GrTexturePriv by Brian Salomon · 4 years, 5 months ago
- 13e3fae reduce mutex use and switch to spinlock by Herb Derby · 4 years, 5 months ago
- b6d4ad9 Make GrRingBuffer more generic so it can be used over all backends by Jim Van Verth · 4 years, 5 months ago
- 7f5e994 implement working CorrectnessActivity to generate lottie keyframe PNGs by Jorge Betancourt · 4 years, 5 months ago
- 3341934 Roll ANGLE from f359cb667cb9 to df5ed61ddbca (3 revisions) by skia-autoroll · 4 years, 5 months ago
- f617b4d Rename GrStrokeGeometry -> GrStrokePatchBuilder by Chris Dalton · 4 years, 5 months ago
- 9eea916 Write GPU buffers directly from GrStrokeGeometry by Chris Dalton · 4 years, 5 months ago
- d140e76 ResourceProviderProxyBase should not drop loadFont (yet) by Florin Malita · 4 years, 5 months ago
- 98e6447 Manually Roll ANGLE from 20eb9be55299 to f6659b3df028 (17 revisions) by Robert Phillips · 4 years, 5 months ago
- 1ec3b1a Fix CanvasKit SkSurface.requestAnimationFrame for web workers by Elliot Evans · 4 years, 5 months ago
- 024d745 Add GrFragmentProcessor::Compose for composing two processors. by John Stiles · 4 years, 5 months ago
- b25e065 Convert more tests to GrDirectContext/GrRecordingContext pair by Robert Phillips · 4 years, 5 months ago
- 446b974 Remove old devices.json and code by Kevin Lubick · 4 years, 5 months ago
- b8fe909 Update Go Deps by skia-recreate-skps · 4 years, 5 months ago
- 1895348 Roll SwiftShader from f272427bda39 to 6a8a74986c35 (3 revisions) by skia-autoroll · 4 years, 5 months ago
- abd7555 Roll dawn from c4cebc7efae1 to 9061d5d154bc (3 revisions) by skia-autoroll · 4 years, 5 months ago
- d318489 use new cubic code for old cubics by Mike Klein · 4 years, 5 months ago
- 4739b1d Pass -Wno-psabi to clang by Brian Salomon · 4 years, 5 months ago
- 72db717 [skottie] Add spread/choke support for glow styles by Florin Malita · 4 years, 5 months ago
- 59e18dc Combine coverage in GrAppliedClip using RunInSeries. by John Stiles · 4 years, 5 months ago
- cc848b5 Rename GrTAllocator to GrTBlockList by Michael Ludwig · 4 years, 5 months ago
- 3d30ca6 Add CubicResampler to makeShader by Mike Reed · 4 years, 5 months ago
- 6241961 Add several more unit tests of runtime effects by Brian Osman · 4 years, 5 months ago
- c0e7110 Disable MIP filtering on D3D using maxLOD. by Brian Salomon · 4 years, 5 months ago
- 9400701 add create ddl fuzzer by Zepeng Hu · 4 years, 5 months ago
- 184f601 JIT load64_{lo,hi} by Mike Klein · 4 years, 5 months ago
- 4348d65 Fix Chrome pixel tests after separating Mip from MinMag filtering. by Brian Salomon · 4 years, 5 months ago
- 4ccdaf6 Show mirror drawn with SkStroke (toy stroker) by Tyler Denniston · 4 years, 5 months ago
- baa2a7b Add path recorder class (toy stroker) by Tyler Denniston · 4 years, 5 months ago
- 5e216b4 [infra] Move iPhone11 jobs to iOS-13.6. by Weston Tracey · 4 years, 5 months ago
- ab47abf [canvaskit] Publish 0.17.2 by Kevin Lubick · 4 years, 5 months ago
- d8194dc JIT store64 by Mike Klein · 4 years, 5 months ago
- 95afafb Reland "Add GrContext api to update compressed backend textures." by Greg Daniel · 4 years, 5 months ago
- b047b0b [infra] Add ios-dev-image-13.6 asset. by Weston Tracey · 4 years, 5 months ago
- 24bc937 [infra] Add ios-dev-image-13.5 asset by Weston Tracey · 4 years, 6 months ago
- e69b9ef Separate MIP filtering from min/mag filtering. by Brian Salomon · 4 years, 5 months ago
- 40ad5fd Migrate SkImage::flush methods to GrDirectContext by Adlai Holler · 4 years, 5 months ago
- e40ced7 A few more suggest override clang 12 warning tests by Brian Salomon · 4 years, 5 months ago
- 9f291a6 Bump version of mskp files for skpbench by Nathaniel Nifong · 4 years, 5 months ago
- e9ced4f Elide inner loop geometry sometimes (toy stroker) by Tyler Denniston · 4 years, 5 months ago
- 6ae3996 Flip Skia-uses-Wuffs-v0.3 from opt-in to opt-out by Nigel Tao · 4 years, 5 months ago
- 29d3e22 Simplify GrProcessorSet by removing multiple color/coverage FP support. by John Stiles · 4 years, 5 months ago
- 247835b Reland "Migrate SkImage::makeWithFilter to GrRecordingContext" by Adlai Holler · 4 years, 5 months ago
- 0137355 Remove GrContext variant of SkImage::isValid by Adlai Holler · 4 years, 5 months ago
- 6e1eb16 Roll ANGLE from 20eb9be55299 to f6659b3df028 (17 revisions) by skia-autoroll · 4 years, 5 months ago
- 492e4da Update Go Deps by skia-recreate-skps · 4 years, 5 months ago
- 96dc2c7 Roll SwiftShader from 97f9923235cf to f272427bda39 (7 revisions) by skia-autoroll · 4 years, 5 months ago
- d2093b1 Set fCanUseDoLoops = false for WebGL 1.0 by Harry Terkelsen · 4 years, 5 months ago
- d007281 Fix clang 12 Wsuggest-override and Wsuggest-destructor-override by Brian Salomon · 4 years, 5 months ago
- 67fd3b8 Roll skcms from 6982458867c4 to 8da4cb002cb4 (1 revision) by skia-autoroll · 4 years, 5 months ago
- 4526665 Roll skcms from 3eb9a5ac7e53 to 6982458867c4 (1 revision) by skia-autoroll · 4 years, 5 months ago
- 9e7f732 Roll skcms from fc0d614b6313 to 3eb9a5ac7e53 (1 revision) by skia-autoroll · 4 years, 5 months ago
- 683bbe0 Modify CanvasKit to work in a Web Worker and add a demo of it in action. by Elliot Evans · 4 years, 5 months ago
- 2e66ade Make GrBicubicEffect coeffs a uniform. by Brian Salomon · 4 years, 5 months ago
- f219aad Add inner loop geometry to miter join for toy stroker by Tyler Denniston · 4 years, 5 months ago
- 324578b Add toy stroker sample by Tyler Denniston · 4 years, 6 months ago
- d13b97f Revert "Migrate SkImage::makeWithFilter to GrRecordingContext" by Adlai Holler · 4 years, 5 months ago
- 41d91b6 Remove support for multiple coverage processors from GrPaint API. by John Stiles · 4 years, 5 months ago
- 1d4c08f Reland "Support moving blocks from one allocator to another" by Michael Ludwig · 4 years, 5 months ago
- 138518d [skottie] Cleanup post https://skia-review.googlesource.com/c/skia/+/303997 by Florin Malita · 4 years, 5 months ago
- c1be15d Roll skcms from f73242142ce5 to fc0d614b6313 (1 revision) by skia-autoroll · 4 years, 5 months ago
- a9306eb Rename GrRenderTargetContext::getContext to recordingContext by Robert Phillips · 4 years, 5 months ago
- 2287478 make more constructors constexpr by Mike Reed · 4 years, 5 months ago
- 8c82a87 Rename GrTexture/Proxy/Priv mip map members/functions by Brian Salomon · 4 years, 5 months ago
- 7f0129d Migrate SkImage::makeWithFilter to GrRecordingContext by Adlai Holler · 4 years, 5 months ago
- 5933d7d Update GrPaint APIs to reflect lack of multiple color processors. by John Stiles · 4 years, 5 months ago
- 1d17e49 constify GrAtlasTextOp::Geometry by Herb Derby · 4 years, 5 months ago
- 6c452a5 Remove support for multiple color processors from GrPaint. by John Stiles · 4 years, 5 months ago
- 39156c2 Update VisualizeCoverageCountFP to accept an input FP. by John Stiles · 4 years, 5 months ago
- e942b8c some small SkVM TODOs by Mike Klein · 4 years, 5 months ago
- b9b3b05 inline prepareGrGlyphs by Herb Derby · 4 years, 5 months ago
- 69100f0 Rename GrCaps fields and methods from MipMap to Mipmap by Brian Salomon · 4 years, 5 months ago
- 5bae1b8 Always return the full remaining buffer capacity from makeSpaceAtLeast by Chris Dalton · 4 years, 5 months ago
- 373d7dd Add new GrContext::updateBackendTexture call that takes an SkColorType. by Greg Daniel · 4 years, 5 months ago
- 40a4062 Rename GrBackendTexture::fMipMapped -> fMipmapped by Brian Salomon · 4 years, 5 months ago