- ceebe42 Revert "Add GrContext api to update compressed backend textures." by Greg Daniel · 4 years, 4 months ago
- df07800 Include the SkTSort header only where it is used. by John Stiles · 4 years, 4 months ago
- 43833b0 Add GrContextOption to limit the number of cached secondary command buffers. by Greg Daniel · 4 years, 4 months ago
- 380fba6 remove support for serialized pictures before aug 2019 by Mike Reed · 4 years, 4 months ago
- f4f8011 Add Context factories to GrDirectContext by Robert Phillips · 4 years, 4 months ago
- 73e76a3 Update Go Deps by skia-recreate-skps · 4 years, 4 months ago
- 47ab248 Roll Chromium from b39fabb9a3ae to 2a68959faa37 (427 revisions) by skia-autoroll · 4 years, 4 months ago
- b4302f9 Roll ANGLE from 7d82d29398cc to d98afb787a24 (9 revisions) by skia-autoroll · 4 years, 4 months ago
- ecff793 Roll SwiftShader from ad65826a2ab1 to cd0af6456eb1 (5 revisions) by skia-autoroll · 4 years, 4 months ago
- b0a9577 Update SKP version by skia-recreate-skps · 4 years, 4 months ago
- 6e9ead9 Revert "Remove custom SkSort algorithms." by John Stiles · 4 years, 4 months ago
- 70474c1 Remove custom SkSort algorithms. by John Stiles · 4 years, 4 months ago
- affae53 Add various missing header files to BUILD.gn. by John Stiles · 4 years, 4 months ago
- 5bdbdf4 Update glMultiDraw... to use GLuint* for baseInstances by Chris Dalton · 4 years, 4 months ago
- 81e4bf2 Use public api to serialize typefaces. by Ben Wagner · 4 years, 4 months ago
- 342273c remove firstSubRun by Herb Derby · 4 years, 4 months ago
- 2c18030 Add GrContext api to update compressed backend textures. by Greg Daniel · 4 years, 4 months ago
- 1a0cf30 Make many things private in SubRun by Herb Derby · 4 years, 4 months ago
- 1a57857 Retract GrContext.h from headers by Robert Phillips · 4 years, 4 months ago
- d68ad7d move regenerate() from VertexRegenerator to SubRun by Herb Derby · 4 years, 4 months ago
- 2955973 remove helper now that g3 is updated by Mike Reed · 4 years, 4 months ago
- 2604a89 make single draw() for SubRun by Herb Derby · 4 years, 4 months ago
- 52ceaea prepare regenerate to move to SubRun by Herb Derby · 4 years, 4 months ago
- 25a1d4f Fix Mac GPU references by Andy Weiss · 4 years, 4 months ago
- 439709a Expose multi-frame methods for SkCodecImageGenerator by Dan Field · 4 years, 4 months ago
- 3b5a4fa Use stable sort for Viewer's help screen by Brian Osman · 4 years, 4 months ago
- a5b9860 improve the speed of empty GrTextBlobs by Herb Derby · 4 years, 4 months ago
- c1583cb move drawTextPaths from RTC to SubRun by Herb Derby · 4 years, 4 months ago
- 8589430 Replace ModulateRGBA effect with Xfermode using modulate blend. by John Stiles · 4 years, 4 months ago
- 7bf2600 Replace ModulateAlpha effect with Xfermode using src-in blend. by John Stiles · 4 years, 4 months ago
- 06b78cf SkRuntimeEffect: Guard against programs with no "main" by Brian Osman · 4 years, 4 months ago
- 74470ae Make GrAsDirectContext public by Adlai Holler · 4 years, 4 months ago
- 7c19677 Split GrConstColorProcessor into three separate .fp effects. by John Stiles · 4 years, 4 months ago
- d9800f8 Redesign const-color unit test to leverage sk_gpu_test::test_ops. by John Stiles · 4 years, 4 months ago
- 5cb47d6 refactor skvx::if_then_else() by Mike Klein · 4 years, 4 months ago
- 872a32c Add an arg to SkImage::makeSubset to take a direct context by Adlai Holler · 4 years, 4 months ago
- 31bc350 remove unused decl from SubRun by Herb Derby · 4 years, 4 months ago
- b27b38b Miscellaneous removal of GrContext usages by Robert Phillips · 4 years, 4 months ago
- d1ce4cb Update some of the dox code to GrDirectContext by Robert Phillips · 4 years, 4 months ago
- 31890e2 Viewer: Don't steal focus when the shader error window appears by Brian Osman · 4 years, 4 months ago
- 041796e Roll Chromium from 79b4d6eb39c8 to b39fabb9a3ae (542 revisions) by skia-autoroll · 4 years, 4 months ago
- 0a4f8de Roll dawn from 479689912ee2 to b9285f69ba2c (11 revisions) by skia-autoroll · 4 years, 4 months ago
- 6349c0b Roll SwiftShader from 6cd27bab06f4 to ad65826a2ab1 (7 revisions) by skia-autoroll · 4 years, 4 months ago
- f64be13 Roll ANGLE from fe36a64765c5 to 7d82d29398cc (8 revisions) by skia-autoroll · 4 years, 4 months ago
- 609ea21 more cleanup after removing volatile from bitmap by Mike Reed · 4 years, 4 months ago
- 1434ce1 Can we remove volatile from skbitmap? by Mike Reed · 4 years, 4 months ago
- ed15b1c Add Flutter as a Skia customer by Yuqian Li · 4 years, 4 months ago
- e4f36d7 Update SKP version by skia-recreate-skps · 4 years, 4 months ago
- 4a1f5fc move makeAtlasTextOp to SubRun by Herb Derby · 4 years, 4 months ago
- 4284f75 remove intermediate lambdas in skvm interpreter by Mike Klein · 4 years, 4 months ago
- 8c7c709 Convert GLHighContrastFilterEffect to an .fp file. by John Stiles · 4 years, 4 months ago
- 411e7aa move GrAtlasTextOp creation to GrRenderTargetContext by Herb Derby · 4 years, 4 months ago
- 54867de Make GrFP::registerChild just return -1 for null children by Brian Osman · 4 years, 4 months ago
- 2b54e83 add vtune support back by Mike Klein · 4 years, 4 months ago
- 41ef2ae Simplify some Vulkan compressed texture setup. by Jim Van Verth · 4 years, 4 months ago
- 67db194 Revert "Enable effects deserialization except for npm build" by Mike Klein · 4 years, 4 months ago
- a9c9b53 Convert the arithmetic runtime effect to a regular .fp effect. by John Stiles · 4 years, 4 months ago
- 35c42b9 pullout text path drawing from drawGlyphRunList by Herb Derby · 4 years, 4 months ago
- ed65339 Update the sk_app WindowContext to hold a GrDirectContext by Robert Phillips · 4 years, 4 months ago
- 71dc916 [skottie] Pucker & Bloat shape layer vector effect by Florin Malita · 4 years, 4 months ago
- 4a3ebc2 Switch SkImage's & SkImageGenerator's isValid call over to GrRecordingContext by Robert Phillips · 4 years, 4 months ago
- 9ae4020 Exclude gl files for Fuchsia platform. by Guruji Panda · 4 years, 4 months ago
- 7392352 Enable effects deserialization except for npm build by Sunil Murthy · 4 years, 4 months ago
- 77482cb add Sk- prefix to SkOSLibrary functions by Mike Klein · 4 years, 4 months ago
- f79a7a5 Remove invalid assert when setting D3D buffers. by Jim Van Verth · 4 years, 4 months ago
- b490eb2 Add ANGLE's glMultiDraw*BaseInstance functions to the GL interface by Chris Dalton · 4 years, 4 months ago
- d436b78 Switch a few GMs over to GrDirectContext by Robert Phillips · 4 years, 4 months ago
- c91db04 Use Wuffs v0.3 by default, not v0.2 by Nigel Tao · 4 years, 4 months ago
- a5783f3 Add SkRuntimeEffect Fuzzer by Zepeng Hu · 4 years, 4 months ago
- 5160e8c Revert "Exclude gl files for Fuchsia platform." by Mike Klein · 4 years, 4 months ago
- 082323b [skottie] Fill-over-stroke support for text by Florin Malita · 4 years, 4 months ago
- c1f3f8c Exclude gl files for Fuchsia platform. by Guruji Panda · 4 years, 4 months ago
- aaf738c Add internal calls for updateCompressedBackendTexture. by Greg Daniel · 4 years, 4 months ago
- 525e876 Fix Op tests when default typeface is empty. by Ben Wagner · 4 years, 4 months ago
- 7a96c2a Revert "Revert "Put top level FPs into their own functions"" by Brian Salomon · 4 years, 4 months ago
- 1c66ad9 Apply paint color to alpha-only textures in drawEdgeAAImageSet by Michael Ludwig · 4 years, 4 months ago
- d9eb219 Add SkCodecImageGenerator::getScaledDimensions by Brian Osman · 4 years, 4 months ago
- 377923e pack windows ABI stack tightly by Mike Klein · 4 years, 4 months ago
- f8a6b5b Impl SkFilterOptions for raster-images by Mike Reed · 4 years, 4 months ago
- 9f82148 Update Go Deps by skia-recreate-skps · 4 years, 4 months ago
- bd780c3 Roll ANGLE from 58afe4cb7a7b to fe36a64765c5 (5 revisions) by skia-autoroll · 4 years, 4 months ago
- 14e93a8 Roll Chromium from e6974b0e45b1 to 79b4d6eb39c8 (1501 revisions) by skia-autoroll · 4 years, 4 months ago
- 66e938e Roll dawn from d761d5a5758c to 479689912ee2 (6 revisions) by skia-autoroll · 4 years, 4 months ago
- 4d48bb3 Roll SwiftShader from 76cae97fc14c to 6cd27bab06f4 (2 revisions) by skia-autoroll · 4 years, 4 months ago
- 89d33d0 Remove GrCCFillGeometryBench by Brian Osman · 4 years, 4 months ago
- d342cc9 Add indirect draws to D3D. by Jim Van Verth · 4 years, 4 months ago
- e29f9e2 Reland "Make glPatchParameteri required when tessellation is supported" by Chris Dalton · 4 years, 4 months ago
- 1413d11 Check sk_VertexID support for GrTessellationPathRenderer by Chris Dalton · 4 years, 4 months ago
- d4eb2ec Update SkPaintToGrPaint to perform clamping via child FPs. by John Stiles · 4 years, 4 months ago
- 3d0359a Migrate GrGpu to GrDirectContext by Adlai Holler · 4 years, 4 months ago
- 53ee0fc Convert the dither runtime effect into a regular .fp effect. by John Stiles · 4 years, 4 months ago
- ae34bc4 Fix half-precision mod signature to be half(half, half). by John Stiles · 4 years, 4 months ago
- 15edc18 Remove unncessary code from filtered clamp-to-border. by Brian Salomon · 4 years, 4 months ago
- bc486b8 Fix vulkan extensions in test setup. by Greg Daniel · 4 years, 4 months ago
- 60a4986 Remove GrTextTarget and GrRenderTargetContext::TextTarget by Herb Derby · 4 years, 4 months ago
- fcfd0af Notify when SkFontMetrics bounds are bogus. by Ben Wagner · 4 years, 4 months ago
- 6c1c538 Handle kRSXform_Positioning in TightRunBounds. by Ben Wagner · 4 years, 4 months ago
- cb41a4b turn skottie view into a view group so we can swap out TextureView and SurfaceView by Jorge Betancourt · 4 years, 4 months ago
- 87f4d29 Remove GrFragmentProcessor::Iter. by Brian Salomon · 4 years, 4 months ago
- 30ebcf7 Remove SkCanvas::getGrContext calls from samplecode by Robert Phillips · 4 years, 4 months ago