- 4c1abdc use tmp allocator for images in temp shaders by reed · 8 years ago
- 462d014 SkPDF: Stop using kHAdvance_PerGlyphInfo by halcanary · 8 years ago
- ae29644 update Image_MakeFromRasterBitmap to check uniqueIDs by reed · 8 years ago
- 300405a Enable SK_DEBUG/SK_RELEASE to be defined in the user config. by djsollen · 8 years ago
- 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
- 40254c2 SkBlendARGB32 and S32[A]_Blend_BlitRow32 are currently formulated as: SkAlphaMulQ(src, src_scale) + SkAlphaMulQ(dst, dst_scale), which boils down to ((src*src_scale)>>8) + ((dst*dst_scale)>>8). In particular, note that the intermediate precision is discarded before the two parts are added together, causing the final result to possibly inaccurate. by lsalzman · 8 years ago
- f77c47b use SkMakeBitmapShader to not force copies when possible by reed · 8 years ago
- 29f9fe4 Rename GrDrawingManager::drawContext to makeDrawContext by robertphillips · 8 years ago
- 8e522e4 Roll GN by mtklein · 8 years ago
- 955e879 Making a sample for shadow maps for more intensive development by vjiaoblack · 8 years ago
- 9aff85a Minor clean up related to blur mask filters by robertphillips · 8 years ago
- feb3c1a Move to SkDataTable::MakeXXX and sk_sp. by bungeman · 8 years ago
- 4c35a3f Fix vulkan resolve by egdaniel · 8 years ago
- 2c3112d [recipes] Increase test coverage by borenet · 8 years ago
- e2251ac [recipes] Separate builder_spec into compile/test/perf recipes by borenet · 8 years ago
- d460a3c [recipes] Remove build environment vars from default_env by borenet · 8 years ago
- ac09554 check zero-length text draws by reed · 8 years ago
- 3b88a03 Remove color-dodge/burn from NVIDIA blacklist on 355.00+ by csmartdalton · 8 years ago
- 52ad251 Implement Vulkan Resolve. by egdaniel · 8 years ago
- 401c196 Add new GM for occluded blurmask filter draws by robertphillips · 8 years ago
- 1ba1d37 Get Mac viewer working with SDL by jvanverth · 8 years ago
- 1b9e2fb This CL's base is the CL that sets up the distance vector field req. exposure: https://codereview.chromium.org/2114993002/ by dvonbeck · 8 years ago
- b8d1aac Create a separate src for colorspace tests by msarett · 8 years ago
- 3f5a475 [recipes] Fixes for Coverage bot by borenet · 8 years ago
- c7233ef [recipes] Stop pretending that buildbot_spec is a step, simplify by borenet · 8 years ago
- 538d5b6 Move builder_spec, [dm|nanobench]_flags, builder_name_schema to recipes by borenet · 8 years ago
- 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
- 6fc699a Update skimage VERSION: attempt 3 by msarett · 8 years ago
- ee269f4 GN: make SkPMColor BGRA on Linux. All other platforms are auto-detected. by mtklein · 8 years ago
- 691b784 Slim the CQ down to the GN bots, where they exist. by mtklein · 8 years ago
- 276d328 Add new bench for occluded blurmaskfilter draws by robertphillips · 8 years ago
- 15c42ca Remove SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
- b83cdbc Show SVG file name in SampleApp title by fmalita · 8 years ago
- 2825bad Revert of Update skimage VERSION: attempt 2 (patchset #1 id:1 of https://codereview.chromium.org/2213973002/ ) by msarett · 8 years ago
- d6dec3f Update skimage VERSION: attempt 2 by msarett · 8 years ago
- a48f0e3 Speculative fix for internal builds by fmalita · 8 years ago
- 714712b Remove GrRenderTarget member variable from SkGpuDevice by robertphillips · 8 years ago
- 7a1f45f spin off easy stuff from Herb's windows GN CL by mtklein · 8 years ago
- aa6a805 Revert of Update to new skimage VERSION (patchset #1 id:1 of https://codereview.chromium.org/2211633002/ ) by borenet · 8 years ago
- a2b9fdf Add an SVG DM source by fmalita · 8 years ago
- b979634 Revert of SkRTConf: reduce functionality to what we use, increase simplicity (patchset #8 id:150001 of https://codereview.chromium.org/2212473002/ ) by mtklein · 8 years ago
- 52d1be5 Update to new skimage VERSION by msarett · 8 years ago
- a5c357f Fix compiler complaints about uninit vars by msarett · 8 years ago
- ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
- 19a9720 GN: build sfntly, icu, harfbuzz by halcanary · 8 years ago
- 4fd74ae Move GrContext::makeDrawContext to new GrContextPriv object by robertphillips · 8 years ago
- 4db3b79 Require gn format in presubmit by mtklein · 8 years ago
- 18e0cbc SkPDF: fewer GYP_DEFINES by halcanary · 8 years ago
- ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
- d1ec89b Perform color correction on png decodes by msarett · 8 years ago
- f789b38 added initial GLSL support to skslc by ethannicholas · 8 years ago
- e57b8c9 Add new benchmark for testing special hard stop gradient cases by fmenozzi · 8 years ago
- dabd4f0 SkPDF: PDFShader code modernized. by halcanary · 8 years ago
- 62e1a1a Make SK_BUILD_FOR_WIN32 auto-detection work. by mtklein · 8 years ago
- 96206a9 Finish delete of SkNinePatch by msarett · 8 years ago
- 13cba49 SkShaper: optionally disable harfbuzz by halcanary · 8 years ago
- bc20a70 [Recipes] Move test and perf steps into test and perf recipes by borenet · 8 years ago
- bffc256 [SVGDom] Initial SVGLength support by fmalita · 8 years ago
- 9e3d3d8 Fix fake_specs.py, update recipe expectation by borenet · 8 years ago
- a746f78 Fix dtor bug in SkLights by robertphillips · 8 years ago
- 5259da5 GN: gpu support in tools by mtklein · 8 years ago
- b903017 SK_GAMMA_SRGB is the default. by mtklein · 8 years ago
- 1436a09 Re-organize Skia recipes by borenet · 8 years ago
- 7a9f376 Update hardstop_gradients GM to include more special cases by fmenozzi · 8 years ago
- bb75a95 Don't leave fResScale uninitialized when constructing an SkStroke. by deanm · 8 years ago
- 552bca9 Fix copy-paste bugs in SkCanvas Nine and Lattice by msarett · 8 years ago
- 2f3416d GN: add tests to DM by mtklein · 8 years ago
- 9d65bb4 Fixed ambient lighting calculations on SkLightingShader by dvonbeck · 8 years ago
- 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
- ada5a44 GN: get echo-headers sources via exec_script by mtklein · 8 years ago
- a25f470 Delete SkNinePatch by msarett · 8 years ago
- 372913f GN: re-run echo_headers if git state changes. by mtklein · 8 years ago
- 091cb8d Delete SkARGBImageEncoder. by mtklein · 8 years ago
- 757a15f not much point to SK_SUPPORT_PDF by mtklein · 8 years ago
- 15ee3de Refactor of SkColorSpaceXformOpts by msarett · 8 years ago
- b605f89 Remove now unused source files. by bungeman · 8 years ago
- 5dbd274 gn: fix fiddle by mtklein · 8 years ago
- b1dd067 Remove 'Ulta' width. by bungeman · 8 years ago
- 02aea1c Add Overstroke gm by hstern · 8 years ago
- 0b401ce Add code to lua paths to get the fill path and get lists of verbs and points by hstern · 8 years ago
- 86baf3d Fix build_command_buffer for Windows by borenet · 8 years ago
- c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
- 7d0e3bc Rename FontConfigInterface font manager files. by bungeman · 8 years ago
- b6aafe6 Fix Chrome build for RecreateSKPs and CommandBuffer bots for GYP->GN by borenet · 8 years ago
- ed69627 More fixes for SwarmBucket by borenet · 8 years ago
- 320a40d Always return ImageShader, even from SkShader::MakeBitmapShader by reed · 8 years ago
- d6dd441 Roll recipe DEPS by borenet · 8 years ago
- 7c1ae7a GN: add some missing SkCodec defines by mtklein · 8 years ago
- 6fd4c05 Fix SkJpegCodec::onSkipScanlines when TURBO_HAS_SKIP is not defined by msarett · 8 years ago
- c213f0d Hide (mostly) unused SkColorSpace writeToICC() function by msarett · 8 years ago
- 1bb5fec Sketch SkPictureRecorder::optimizeFor(GrContext*). by mtklein · 8 years ago
- 7a34b1c GN: use the correct fontconfig font mugger. by mtklein · 8 years ago
- d783e08 Replace 'Ulta' with 'Ultra'. by bungeman · 8 years ago
- 35f3e59 Pick the right download tool for windows. by herb · 8 years ago
- 68f2f7d Added distance vector support for CircleGeometryProcessor by dvonbeck · 8 years ago
- f1ac182 implement isABitmap for imageshader, return localmatrix for bitmap's impl by reed · 8 years ago
- da574d1 Replace old SkRecords RefBox with sk_sp. by mtklein · 8 years ago
- 2dad769 make an image from a mutable bitmap by reed · 8 years ago
- 9b03e7b GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
- 6be452c GN: only include headers in echo_headers.py by mtklein · 8 years ago