- fed0334 Encode kIndex8 to PNG more efficiently by msarett · 8 years ago
- f619a7a Fixup SkRRectsGaussianEdgeShader's shaders by robertphillips · 8 years ago
- 029819b Disable png encodes from Alpha8, Float16 by msarett · 8 years ago
- f17b71f Support RGBA/BGRA Premul/Unpremul from SkPNGImageEncoder by msarett · 8 years ago
- ac466ff Remove unused GrGLSLGeometryProcessor::emitTransform variation by bsalomon · 8 years ago
- 91c4271 Revert of SkLiteRecorder: don't tell SkCanvas about clips (patchset #1 id:1 of https://codereview.chromium.org/2227833004/ ) by liyuqian · 8 years ago
- 790c90b Remove base class for installed transforms in GrPrimitiveProcessor by bsalomon · 8 years ago
- 5a7ae7e Gamut transformation of the paint color in Ganesh by brianosman · 8 years ago
- 6ade6dd Match Android framework's non-AA point and line offset by bsalomon · 8 years ago
- 2af83ac Add shader-based GaussianEdgeShader for reveal case by robertphillips · 8 years ago
- cc6aeee Remove GrPrimitiveProcessor::hasTransformedLocalCoords by bsalomon · 8 years ago
- 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
- 6fa0a91 Add workaround for Adreno copyImageToBuffer calls on Vulkan by egdaniel · 8 years ago
- db85665 Fix GaussianEdgeShader GLSL code by jvanverth · 8 years ago
- 1a1aa93 Remove unneeded GrGLSLTransformedCoordsArray type by bsalomon · 8 years ago
- a316395 Revert of Turned on SkSL->GLSL compiler (patchset #12 id:220001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
- b3e9ae6 Remove unneeded bounds outset in GrDrawContext::drawVertices. by bsalomon · 8 years ago
- 81a8485 glTexStorage requires sized formats, ensure that we're following that rule by brianosman · 8 years ago
- 7312ff8 Remove ability to skip coord transform comparison in pipeline comparison. by bsalomon · 8 years ago
- c2f9ec1 SkPDF: refactor & code cleanup ahead of https://crrev.com/2322403002 by halcanary · 8 years ago
- 5192475 Two changes: by brianosman · 8 years ago
- 9b0fe3d Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
- d99858a Update SampleAndroidShadows to use algorithm closer to Android OpenGL by jvanverth · 8 years ago
- fe69b50 check for identity in translate by reed · 8 years ago
- 0bed5bb fix code behind SK_SUPPORT_LEGACY_MINOR_EFFECT_PTR by reed · 8 years ago
- 46f2d0a use expected name for setDrawLooper/getDrawLooper by reed · 8 years ago
- 4a56318 Adds missing and removes duplicate tracing macros. by carlosk · 8 years ago
- 95315f0 made point lights linear attenuation; also fixed point light depth bug by vjiaoblack · 8 years ago
- 8d91490 Fix color gamut xform matrices in GPU code by brianosman · 8 years ago
- de68d6c Fix storage of gamut transform matrices in SkColorSpace by brianosman · 8 years ago
- 81a478c Skip adding coincident edges found by caryclark · 8 years ago
- b2796fd Added in Radial Shadows by vjiaoblack · 8 years ago
- 55bcc8e Delete some LUTs from SkColorSpaceXform by msarett · 8 years ago
- c9b90d1 fix fuzzer by caryclark · 8 years ago
- e06ca96 SkPDF: implement drawTextBlob() by halcanary · 8 years ago
- 426a245 SkPDF: hand SfntlyWrapper::SubsetFont() ttcIndex, not fontName. by halcanary · 8 years ago
- 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
- 6a2b194 Move prepareForExternalIO implementation from GrContext to GrDrawingManager by bsalomon · 8 years ago
- 9441af5 Apple devices do not support CRC32 instructions. Don't believe Clang's lies. by mtklein · 8 years ago
- 85c922a Revert of Checking for valid colorType, alphaType, colorSpace in SkCodec (patchset #2 id:100001 of https://codereview.chromium.org/2319293003/ ) by msarett · 8 years ago
- 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
- 971cd49 Cache the inverse matrix on SkColorSpace. Rename xyz() to toXYZ(). by brianosman · 8 years ago
- 4cea3b9 Push usage of GrColor4f into OverrideInput by brianosman · 8 years ago
- f868097 removed const from ASTVarDeclaration::fName to avoid a Chromium build failure by ethannicholas · 8 years ago
- 05a4cf5 Add GM/slide to simulate Android-style reveal clip by robertphillips · 8 years ago
- f53fcc8 SkLiteDL: drawAsLayer() by mtklein · 8 years ago
- da71367 Flesh out SkOpts namespaces. by mtklein · 8 years ago
- e99883f Add color xform support to SkWebpCodec by msarett · 8 years ago
- 5e3a630 GN: default to -O1 by mtklein · 8 years ago
- 48ba2b8 Rename SkColorSpace::GammaNamed to SkColorSpace::RenderTargetGamma by msarett · 8 years ago
- 2eb00e7 Revert of Add color xform support to SkWebpCodec (patchset #2 id:80001 of https://codereview.chromium.org/2294993002/ ) by msarett · 8 years ago
- 828ed17 Add color xform support to SkWebpCodec by msarett · 8 years ago
- 14fe8cc refactored SkSL VarDeclaration handling by ethannicholas · 8 years ago
- 600c737 Delete SkColorSpace::gammaNamed() from public API by msarett · 8 years ago
- 720dc71 Merge building of program desc in Vulkan into one step by egdaniel · 8 years ago
- 62e9b14 Revert of Add GM/slide to simulate Android-style reveal clip (patchset #6 id:100001 of https://codereview.chromium.org/2316593003/ ) by robertphillips · 8 years ago
- c544e70 Add minimal support for readPixels in raster F16 by brianosman · 8 years ago
- ff2a6c8 Use demux API in SkWebpCodec by msarett · 8 years ago
- ffac5c4 Add GM/slide to simulate Android-style reveal clip by robertphillips · 8 years ago
- b77a907 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
- 5edf290 SkPDF: remove unused fallback clipping code by halcanary · 8 years ago
- 7a00e8b Revert of Make AALinearizingConvexPathRenderer able to handle stroke and fill (patchset #7 id:120001 of https://codereview.chromium.org/2301353004/ ) by robertphillips · 8 years ago
- b393a49 fix pathops fuzzers by caryclark · 8 years ago
- 77320db Add color gamut xform helpers to GrGLSLShaderBuilder by brianosman · 8 years ago
- 1e5abf1 made point light shadows by vjiaoblack · 8 years ago
- 5d8f69f Merge GrGLSLProgramDesc into GrProgramDesc by egdaniel · 8 years ago
- 653212c Add gammaIsLinear() API to SkColorSpace by msarett · 8 years ago
- 522bcd9 Make AALinearizingConvexPathRenderer able to handle stroke and fill by robertphillips · 8 years ago
- e54f4b7 Revert of More robust check for sRGB gamma tables (patchset #2 id:60001 of https://codereview.chromium.org/2263233003/ ) by msarett · 8 years ago
- 221722b [SVGDevice] Observe even-odd path fills by fmalita · 8 years ago
- 5eb41fd Revert of Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. (patchset #4 id:60001 of https://codereview.chromium.org/2307053002/ ) by bsalomon · 8 years ago
- 128a958 Revert of fix uninit immediate mode member var in GrDrawingManager (patchset #1 id:1 of https://codereview.chromium.org/2312333002/ ) by bsalomon · 8 years ago
- ce3b852 fix uninit immediate mode member var in GrDrawingManager by bsalomon · 8 years ago
- c1a50e1 added radial lights to SkLights by vjiaoblack · 8 years ago
- 1dbb207 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
- 6669010 check for null-layer-paint after prev fix to savelayer ops by reed · 8 years ago
- 47ae5c5 Delete SkColorSpace::kUnknown_Named, remove fNamed field by msarett · 8 years ago
- bf4a8f9 Improve usage of window rectangles by csmartdalton · 8 years ago
- 3c3e0d7 Work around VS 2015 Update 3 optimizer internal compiler error by brucedawson · 8 years ago
- e86134f SkDocument: turn off SK_SUPPORT_LEGACY_DOCUMENT_API by halcanary · 8 years ago
- 02f9ed7 test dont-clip-layer by reed · 8 years ago
- ef7cee4 provide safe exit for runaway intersections by caryclark · 8 years ago
- e97fe83 compare degenerates with tolerance by caryclark · 8 years ago
- c3bfcb8 Revert of Improve usage of window rectangles (patchset #9 id:160001 of https://codereview.chromium.org/2289363005/ ) by caryclark · 8 years ago
- 5a3c528 test picture-ops for savelayer by reed · 8 years ago
- 8016b26 interpolation of coincidence must be local to a single span by caryclark · 8 years ago
- 48fde9c Add a makeDrawContextWithFallback that handles config fallback by robertphillips · 8 years ago
- 712bb1e Delete kInvalid_GammaNamed (part 2) by msarett · 8 years ago
- 008fbd1 Revert of Delete SkColorSpace::kUnknown_Named, remove fNamed field (patchset #1 id:20001 of https://codereview.chromium.org/2302413002/ ) by mgiuca · 8 years ago
- 54682e8 Delete SkColorSpace::kUnknown_Named, remove fNamed field by msarett · 8 years ago
- de6c531 remove unused SkDevice::setMatrixClip by reed · 8 years ago
- db42be9 Improve usage of window rectangles by csmartdalton · 8 years ago
- 022c2bd SkMakeUnique.h defines skstd::make_unique<T>(Args...) by halcanary · 8 years ago
- 0764efe Add option to skip rects to drawImageLattice() by msarett · 8 years ago
- 8d2141f Small perf optimizations preparing sampled images in vulkan by egdaniel · 8 years ago
- df0e3ec Revert of Force SkPath::getConvexity() cache for thread safety. (patchset #1 id:1 of https://codereview.chromium.org/2300003003/ ) by mtklein · 8 years ago
- 6ae6969 record drawfilters by reed · 8 years ago
- 400a93b Make swizzler optional for SkPngCodec, refactor xforms by msarett · 8 years ago
- e26a8ad Request legacy mode behavior from SkCodec in BitmapRegionDecoder by msarett · 8 years ago
- 59be20c SkPDF: revert changes to CMapName/Registry/Ordering in 3d01c62 by halcanary · 8 years ago