- 63fe8e5 move subrun creation to GrTextBlob::Make by Herb Derby · 3 years, 8 months ago
- 01cb243 Always make unarchived SkMatrices thread-safe by Adlai Holler · 3 years, 8 months ago
- 6cb17ea Fix stencil format mismatch in GrMtlPipelineState creation. by Jim Van Verth · 3 years, 8 months ago
- b14b636 Added unary + and - DSL operators by Ethan Nicholas · 3 years, 8 months ago
- a850a4a Roll ANGLE from 9bc86c50f283 to 9bc9ac8df8df (11 revisions) by skia-autoroll · 3 years, 8 months ago
- 7d749cd Roll Chromium from 5cd489ad4ec5 to 5d94010048eb (4448 revisions) by skia-autoroll · 3 years, 8 months ago
- 2f37f2c Roll SwiftShader from de7d5775ab25 to 023914a27b63 (2 revisions) by skia-autoroll · 3 years, 8 months ago
- 043a737 GrResourceAllocator: cleanup after failed instantiation by Adlai Holler · 3 years, 8 months ago
- 1cf5681 Remove supported for (removed) inheriting paint filter-quality by Mike Reed · 3 years, 8 months ago
- 5676c57 Optimize away self-comparison in the constant folder. by John Stiles · 3 years, 8 months ago
- 7a3f550 Performance experiment: disable control-flow analysis. by John Stiles · 3 years, 8 months ago
- c8e31ea GrTextBlob: remove unused hash function; add key() api by Herb Derby · 3 years, 8 months ago
- a085cd8 Flatten constant switches at IR generation time. by John Stiles · 3 years, 8 months ago
- 19fd514 Simplify GrResourceAllocator API by Adlai Holler · 3 years, 8 months ago
- 06d600f Add Convert/Make factory functions to FieldAccess. by John Stiles · 3 years, 8 months ago
- ece1bf0 Avoid unnecessary copies of AST objects. by John Stiles · 3 years, 8 months ago
- 9ff7eef Rename SampleCCPRGeometry.cpp -> SampleStrokeVerb.cpp by Chris Dalton · 3 years, 8 months ago
- 7247b48 Add shader optimization level toggles to Viewer. by John Stiles · 3 years, 8 months ago
- 41d47ce Pre-cache matrix type in SkMatrixImageFilter by Adlai Holler · 3 years, 8 months ago
- 51d3398 Add Convert/Make factory functions to IndexExpression. by John Stiles · 3 years, 8 months ago
- 4414f87 Revert the workaround for missing ICU API ubrk_safeClone by Julia Lavrova · 3 years, 8 months ago
- 3fa0cda SkPictureShader::asFragmentProcessor should recreate proxy for resource. by Brian Salomon · 3 years, 8 months ago
- d60ecb7 [canvaskit] Remove unreliable perf jobs. by Kevin Lubick · 3 years, 8 months ago
- a0178b2 Remove DEPS on shaderc and glslang by Corentin Wallez · 3 years, 8 months ago
- 9196a08 Roll Dawn from 95034f6528d4 to 010fd1a8d7c7 (1 revision) by skia-autoroll · 3 years, 8 months ago
- 0530e52 Roll SwiftShader from 6846389f25ca to de7d5775ab25 (1 revision) by skia-autoroll · 3 years, 8 months ago
- 5e13120 Roll ANGLE from fe2efefac498 to 9bc86c50f283 (15 revisions) by skia-autoroll · 3 years, 8 months ago
- c70f8c3 Using non-breaking spaces as a hint to break too long words by Julia Lavrova · 3 years, 8 months ago
- 07ee548 Remove legacy picture-shader impl by Mike Reed · 3 years, 8 months ago
- 5f2932e Skip "~path" tests on Pixel5 by Chris Dalton · 3 years, 8 months ago
- 1314913 Update SKP version by skia-recreate-skps · 3 years, 8 months ago
- 00d6cf4 Reland "Have GrVkRenderTarget only use GrVkAttachments and not derive from GrVkImage." by Greg Daniel · 3 years, 8 months ago
- 8f440b4 Optimize away no-op arithmetic in ConstantFolder. by John Stiles · 3 years, 8 months ago
- cc13b35 Reland "Use analytic AA in FillRRectOp even if the target has MSAA" by Chris Dalton · 3 years, 8 months ago
- 9ef3f2e Revert "Have GrVkRenderTarget only use GrVkAttachments and not derive from GrVkImage." by Greg Daniel · 3 years, 8 months ago
- 83eed35 SkShaper_coretext correct dependencies. by Ben Wagner · 3 years, 8 months ago
- 8ef4d6c Add Viewer checkbox to toggle Control-Flow Analysis. by John Stiles · 3 years, 8 months ago
- a8f6b6f Update Shaders tab in Viewer. by John Stiles · 3 years, 8 months ago
- fe5d692 DSL var values are now specified at construction time rather than in Declare by Ethan Nicholas · 3 years, 8 months ago
- e3aec3c Revert "Use analytic AA in FillRRectOp even if the target has MSAA" by Chris Dalton · 3 years, 8 months ago
- e23c03d Make program key descriptions available in release builds by Brian Osman · 3 years, 8 months ago
- 6fb520f Improve optimization of prefix expressions at IR time. by John Stiles · 3 years, 8 months ago
- 28054ad Optimize ternary tests that check a const variable. by John Stiles · 3 years, 8 months ago
- 3dc6c19 Have GrVkRenderTarget only use GrVkAttachments and not derive from GrVkImage. by Greg Daniel · 3 years, 8 months ago
- f04e09c Optimize Swizzles inside Swizzle::Make. by John Stiles · 3 years, 8 months ago
- d63638b Copy on write for wrapped backend texture surfaces. by Brian Salomon · 3 years, 8 months ago
- cad44bc Use analytic AA in FillRRectOp even if the target has MSAA by Chris Dalton · 3 years, 8 months ago
- 319565a Clean up prev experiment. by Mike Reed · 3 years, 8 months ago
- a42ed48 Fix a double free problem in YCbCrImageGM::createYCbCrImage() by Peng Huang · 3 years, 8 months ago
- bf2dd2a Reland "rename GrSDFTOptions to GrSDFTControl" by Herb Derby · 3 years, 8 months ago
- b9e4f64 Simplify constructors at IR generation time. by John Stiles · 3 years, 8 months ago
- 0404933 Remove CFG-based check for missing value-returns. by John Stiles · 3 years, 8 months ago
- 532138c Restore 'medPrecision' label in ellipse effect FP. by John Stiles · 3 years, 8 months ago
- 48bfa48 Revert "cache the creation of one GrAtlasTextOp" by Mike Reed · 3 years, 8 months ago
- 9edff53 Revert "rename GrSDFTOptions to GrSDFTControl" by Mike Reed · 3 years, 8 months ago
- 606a9ab8 Revert "add noexcept to GrAtlasTextOp delete" by Mike Reed · 3 years, 8 months ago
- 994a571 Roll Dawn from 637d947937b7 to 95034f6528d4 (8 revisions) by skia-autoroll · 3 years, 8 months ago
- d42fe06 Roll ANGLE from 90db604919ba to fe2efefac498 (14 revisions) by skia-autoroll · 3 years, 8 months ago
- 324e083 Roll SwiftShader from 084529f3a9b9 to 6846389f25ca (1 revision) by skia-autoroll · 3 years, 8 months ago
- 3b58d38 Upscaling demo by Mike Reed · 3 years, 8 months ago
- 6ba242d add noexcept to GrAtlasTextOp delete by Herb Derby · 3 years, 8 months ago
- c8d836f Fix copy-paste error in prim-proc attribute key generation by Brian Osman · 3 years, 8 months ago
- b3dcbb1 Detect functions that fail to return a value, without using CFG. by John Stiles · 3 years, 8 months ago
- daed259 Made SkSL DSL into public API by Ethan Nicholas · 3 years, 8 months ago
- ff83dda Cache image behind picture-shader by Mike Reed · 3 years, 8 months ago
- 3316796 Cleanup and reorganize GrProgramDesc::Build and key layout by Brian Osman · 3 years, 8 months ago
- 9b660ef Reformat generated files with bin-packing off. by John Stiles · 3 years, 8 months ago
- 40a9061 rename GrSDFTOptions to GrSDFTControl by Herb Derby · 3 years, 8 months ago
- 4b1fb7c cache the creation of one GrAtlasTextOp by Herb Derby · 3 years, 9 months ago
- b2045a3 make runtime effect caching opt-in and private by Mike Klein · 3 years, 8 months ago
- be2bc7c no more bin packing in .clang-format by Brian Salomon · 3 years, 8 months ago
- 2b6ec98 Disallow unscoped for blocks which declare a variable. by John Stiles · 3 years, 8 months ago
- ef3725f Remove a level of indirection with GrProcessorKeyBuilder by Brian Osman · 3 years, 8 months ago
- 03467a5 Revert "Disable control-flow analysis in SkSL. (Performance experiment)" by John Stiles · 3 years, 8 months ago
- a0e56e3 Allow ProgramVisitor::visitStatement to receive SwitchCase statements. by John Stiles · 3 years, 8 months ago
- 48d7f7c Add new style key information to several core effects by Brian Osman · 3 years, 8 months ago
- 962708f GrGlGpu::ProgramCache no longer holds a GrGlGpu back pointer by Robert Phillips · 3 years, 8 months ago
- b9bd12d Clarify how we decide the bitdepth for picture-shader by Mike Reed · 3 years, 8 months ago
- 55aaefe Reland "Support sharing promise images between DDLs" by Adlai Holler · 3 years, 8 months ago
- 4b9f428 Roll ANGLE from 1de8b5a697e7 to 90db604919ba (11 revisions) by skia-autoroll · 3 years, 8 months ago
- 21c8ad6 Roll Dawn from f9d75ead9e2d to 637d947937b7 (4 revisions) by skia-autoroll · 3 years, 8 months ago
- f3a4645 Roll SwiftShader from 106e01583a3a to 084529f3a9b9 (1 revision) by skia-autoroll · 3 years, 8 months ago
- 4db5726 Bail if context creation fails in FuzzDDLThreadingGL by Adlai Holler · 3 years, 8 months ago
- e4ef35c add matrix compare to text blob key by Herb Derby · 3 years, 8 months ago
- 4633c91 # Enter a description of the change. by John Stiles · 3 years, 8 months ago
- 50b1b2b Disable control-flow analysis in SkSL. (Performance experiment) by John Stiles · 3 years, 8 months ago
- 84ded4d Implement GrMtlGpu::compile(). by Jim Van Verth · 3 years, 8 months ago
- 7e685f0 Revert "Migrate if-statement simplifyStatement logic to IfStatement::Make." by John Stiles · 3 years, 8 months ago
- 4c59437 Emit new style key information in generated effects by Brian Osman · 3 years, 8 months ago
- 9e1ef99 fm: Make --writeShaders dump fragment, vertex, and key files by Brian Osman · 3 years, 8 months ago
- dc41f59 update FM service account by Mike Klein · 3 years, 8 months ago
- db6ad65 Add Enum::foreach(), change EnumValue to return SKSL_INT by Brian Osman · 3 years, 8 months ago
- 46d9bb2 do not b.expiration(...) for FM by Mike Klein · 3 years, 8 months ago
- e4da7b6 Migrate if-statement simplifyStatement logic to IfStatement::Make. by John Stiles · 3 years, 8 months ago
- f0de96f Reland "Redesign program key construction" by Brian Osman · 3 years, 9 months ago
- ae67c52 Add GrThreadSafePipelineBuilder by Robert Phillips · 3 years, 8 months ago
- 2dda50d Add return-value check to the function finalizer. by John Stiles · 3 years, 8 months ago
- 874b3fb Add more clarity to why we use GrWrapCacheable::kYes in AHWB generator. by Brian Salomon · 3 years, 8 months ago
- 23521a8 Add Convert factory function to SkSL IRNodes. by John Stiles · 3 years, 8 months ago
- 2c760cc Add MakeTexture factory to GrVkAttachment. by Greg Daniel · 3 years, 8 months ago