1. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  2. 9a5a201 use onPeekBitmap instead of asLegacyBitmap by reed · 8 years ago
  3. b9a10d8 Fix alpha bug in SkColorXform by msarett · 8 years ago
  4. 9be3720 std::move(SkTDArray) by halcanary · 8 years ago
  5. 5d2befe Avoid caching resources for volatile bitmap shaders by fmalita · 8 years ago
  6. 03591a7 finish SkLiteDL by mtklein · 8 years ago
  7. 29de8d9 SkLiteDL, very nearly the rest by mtklein · 8 years ago
  8. ec55959 SkLiteDL: closing in by mtklein · 8 years ago
  9. 6f8411d flesh out more of SkLiteDL: by mtklein · 8 years ago
  10. 9c5052f SkLite* by mtklein · 8 years ago
  11. c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
  12. 4c1abdc use tmp allocator for images in temp shaders by reed · 8 years ago
  13. 462d014 SkPDF: Stop using kHAdvance_PerGlyphInfo by halcanary · 8 years ago
  14. 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
  15. 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
  16. f77c47b use SkMakeBitmapShader to not force copies when possible by reed · 8 years ago
  17. 29f9fe4 Rename GrDrawingManager::drawContext to makeDrawContext by robertphillips · 8 years ago
  18. 955e879 Making a sample for shadow maps for more intensive development by vjiaoblack · 8 years ago
  19. 9aff85a Minor clean up related to blur mask filters by robertphillips · 8 years ago
  20. feb3c1a Move to SkDataTable::MakeXXX and sk_sp. by bungeman · 8 years ago
  21. 4c35a3f Fix vulkan resolve by egdaniel · 8 years ago
  22. ac09554 check zero-length text draws by reed · 8 years ago
  23. 3b88a03 Remove color-dodge/burn from NVIDIA blacklist on 355.00+ by csmartdalton · 8 years ago
  24. 52ad251 Implement Vulkan Resolve. by egdaniel · 8 years ago
  25. 1ba1d37 Get Mac viewer working with SDL by jvanverth · 8 years ago
  26. 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
  27. b8d1aac Create a separate src for colorspace tests by msarett · 8 years ago
  28. 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
  29. 15c42ca Remove SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
  30. 714712b Remove GrRenderTarget member variable from SkGpuDevice by robertphillips · 8 years ago
  31. 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
  32. a5c357f Fix compiler complaints about uninit vars by msarett · 8 years ago
  33. ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
  34. 4fd74ae Move GrContext::makeDrawContext to new GrContextPriv object by robertphillips · 8 years ago
  35. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  36. d1ec89b Perform color correction on png decodes by msarett · 8 years ago
  37. f789b38 added initial GLSL support to skslc by ethannicholas · 8 years ago
  38. dabd4f0 SkPDF: PDFShader code modernized. by halcanary · 8 years ago
  39. 96206a9 Finish delete of SkNinePatch by msarett · 8 years ago
  40. bb75a95 Don't leave fResScale uninitialized when constructing an SkStroke. by deanm · 8 years ago
  41. 552bca9 Fix copy-paste bugs in SkCanvas Nine and Lattice by msarett · 8 years ago
  42. 9d65bb4 Fixed ambient lighting calculations on SkLightingShader by dvonbeck · 8 years ago
  43. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  44. a25f470 Delete SkNinePatch by msarett · 8 years ago
  45. 091cb8d Delete SkARGBImageEncoder. by mtklein · 8 years ago
  46. 15ee3de Refactor of SkColorSpaceXformOpts by msarett · 8 years ago
  47. b605f89 Remove now unused source files. by bungeman · 8 years ago
  48. 0b401ce Add code to lua paths to get the fill path and get lists of verbs and points by hstern · 8 years ago
  49. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  50. 7d0e3bc Rename FontConfigInterface font manager files. by bungeman · 8 years ago
  51. 320a40d Always return ImageShader, even from SkShader::MakeBitmapShader by reed · 8 years ago
  52. 6fd4c05 Fix SkJpegCodec::onSkipScanlines when TURBO_HAS_SKIP is not defined by msarett · 8 years ago
  53. c213f0d Hide (mostly) unused SkColorSpace writeToICC() function by msarett · 8 years ago
  54. 1bb5fec Sketch SkPictureRecorder::optimizeFor(GrContext*). by mtklein · 8 years ago
  55. d783e08 Replace 'Ulta' with 'Ultra'. by bungeman · 8 years ago
  56. 68f2f7d Added distance vector support for CircleGeometryProcessor by dvonbeck · 8 years ago
  57. f1ac182 implement isABitmap for imageshader, return localmatrix for bitmap's impl by reed · 8 years ago
  58. da574d1 Replace old SkRecords RefBox with sk_sp. by mtklein · 8 years ago
  59. 2dad769 make an image from a mutable bitmap by reed · 8 years ago
  60. 9b03e7b GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  61. 53da5ba adding new GM to demostrate new shadows by vjiaoblack · 8 years ago
  62. abbd6d5 Add SkColorSpace::Equals() API by msarett · 8 years ago
  63. 02aed95 Revert of GrFP can express distance vector field req., program builder declares variable for it (patchset #20 id:370001 of https://codereview.chromium.org/2114993002/ ) by mtklein · 8 years ago
  64. 7c0db75 Revert of Tidy up SkNx_neon. (patchset #3 id:40001 of https://codereview.chromium.org/2196773002/ ) by mtklein · 8 years ago
  65. 570f8af Revert of Added distance vector support for CircleGeometryProcessor (patchset #4 id:60001 of https://codereview.chromium.org/2190023002/ ) by mtklein · 8 years ago
  66. fe2042e SkRasterPipeline: new APIs for fusion by mtklein · 8 years ago
  67. 79b59e6 simplify neon shifts by mtklein · 8 years ago
  68. 6d9a213 If scissor would be empty in GrClipMaskManager::SetupClipping indicate draw can be skipped. by bsalomon · 8 years ago
  69. 4c18b62 Add ES 3.0 fallback for instanced rendering by csmartdalton · 8 years ago
  70. 848904e Fix vulkan build by egdaniel · 8 years ago
  71. 779e192 Added distance vector support for CircleGeometryProcessor by dvonbeck · 8 years ago
  72. 6ad2231 Tidy up SkNx_neon. by mtklein · 8 years ago
  73. 31bc7df Properly recycle uniform buffers in vulkan by egdaniel · 8 years ago
  74. fa25106 SkPDF: PDFStream has-a not is-a PDFDict by halcanary · 8 years ago
  75. d05a875 SkNx: add Sk4u by mtklein · 8 years ago
  76. 4ef6dfa GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  77. a714bc3 Fix various SkColorSpace bugs by msarett · 8 years ago
  78. 00db3fd Use HashSet instead of Dynamic hash for tracking vulkan resources by egdaniel · 8 years ago
  79. 5abbb44 SkPDF: flip saveLayer rightside up by halcanary · 8 years ago
  80. 1e87618 Remove GrContext::applyGamma by robertphillips · 8 years ago
  81. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  82. 0d9990f Merge ProgramDesc's for GL and Vulkan by egdaniel · 8 years ago
  83. 50ce1f2 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  84. 39979d8 Revert of Add color space xform support to SkJpegCodec (includes F16!) (patchset #9 id:260001 of https://codereview.chromium.org/2174493002/ ) by msarett · 8 years ago
  85. ecf3dbe Remove use of MakeRenderTargetDirect from view system by robertphillips · 8 years ago
  86. 73d5533 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  87. dc90b53 Silence -Wclobbered in each file that needs it. by mtklein · 8 years ago
  88. 00450f1 SkPDF: drawText makes use of SkPaint.measureText() for alignment. by halcanary · 8 years ago
  89. 9b84f8c turn bitmaps into images during recording by reed · 8 years ago
  90. 2f42896 Revert of Silence -Wclobbered in each file that needs it. (patchset #2 id:20001 of https://codereview.chromium.org/2184823009/ ) by mtklein · 8 years ago
  91. 4d516a6 Serialize SkColorSpace into DeferredTextureImage by bsalomon · 8 years ago
  92. 03f704a Silence -Wclobbered in each file that needs it. by mtklein · 8 years ago
  93. a0605bf Add writeToMemory() API to SkColorSpace by msarett · 8 years ago
  94. eae6a91 SkPaint intercept API for SkTextBlob and horizontal text by fmalita · 8 years ago
  95. a408c8f Add SkGammaColorFilter by robertphillips · 8 years ago
  96. bba4cfe Added API for Bevel NormalSource. by dvonbeck · 8 years ago
  97. b4021cf Don't call finish on GrDrawTarget if we drew no batches by egdaniel · 8 years ago
  98. 9277222 Revert of align cap hairline first point (patchset #2 id:20001 of https://codereview.chromium.org/2189583003/ ) by tomhudson · 8 years ago
  99. 4b1e17e SkPdf: SkPDFFormXObject de-class-ified. by halcanary · 8 years ago
  100. fe8f0e0 SkPDF: refactor font subset: fewer copies by halcanary · 8 years ago