1. c6c81e1 Fix filling of incomplete images in SkSampledCodec by msarett · 8 years ago
  2. f59d18a SkPDF: Implement /ActualText to make text extraction correct. by halcanary · 8 years ago
  3. 54d9b66 Improve ColorStopOptimizer safety by tomhudson · 8 years ago
  4. 3b294d5 Revert of SkPDF: Implement /ActualText to make text extraction correct. (patchset #11 id:220001 of https://codereview.chromium.org/2322403002/ ) by halcanary · 8 years ago
  5. 875b8f6 Sane use of FcPatternGetXXX in SkFontConfigInterface. by bungeman · 8 years ago
  6. dbd1634 SkPDF: Implement /ActualText to make text extraction correct. by halcanary · 8 years ago
  7. c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  8. 7a12b4f Improve join between the two RRects in SkRRectsGaussianEdgeShader by robertphillips · 8 years ago
  9. c326a38 Clear stencil buffer before using it for drawing by stani · 8 years ago
  10. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  11. 94ddf54 Keeping asserts in release. by cblume · 8 years ago
  12. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  13. a8370b2 Remove old SkGaussianEdgeShader code by jvanverth · 8 years ago
  14. 8e6c7ad Make SkPngCodec decode progressively. by scroggo · 8 years ago
  15. 2bd295e SkPDF: fix unembeddable text drawn with positioning (broken in 6059dc3) by halcanary · 8 years ago
  16. 6c3baa6 Make Sk2DPathEffect thread safe. by bungeman · 8 years ago
  17. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  18. f560ef8 Add staging for removal of SkRRectsGaussianEdgeShader::Make (for Android) by robertphillips · 8 years ago
  19. 262052c test/fix/tweak writePicture/readPicture by reed · 8 years ago
  20. 7bffcd2 Fix key computation for GrPaths by bsalomon · 8 years ago
  21. 6b2552f Add GrContextOptions flag to disable distance field path renderer. by bsalomon · 8 years ago
  22. ec89534 Fix color bug in SkRRectsGaussianEdgeShader by robertphillips · 8 years ago
  23. b9c5137 Add storage and computation of SkColor4f version of gradient stops. by brianosman · 8 years ago
  24. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  25. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  26. 35b26a4 simple fix? by mtklein · 8 years ago
  27. 93110a8 Remove the unused 16-bit gradient cache by brianosman · 8 years ago
  28. e839e78 quad and conic do not intersect by caryclark · 8 years ago
  29. 32d1e95 Remove "f" suffix from literal in LCD DF text shader. by bsalomon · 8 years ago
  30. 39eaf5f add helpers for using SkData with picture serialization by reed · 8 years ago
  31. 9557c27 Bundle common arguments to GrGradientEffect creation by brianosman · 8 years ago
  32. c518a76 Clean up unused SkPictureRecorder::optimizeFor() by mtklein · 8 years ago
  33. 14e7a60 Revert of Bundle common arguments to GrGradientEffect creation (patchset #2 id:20001 of https://codereview.chromium.org/2332213007/ ) by djsollen · 8 years ago
  34. be36277 Don't let the compiler complain that |a| is uninit by msarett · 8 years ago
  35. f6a97ae Disable ignore discard optimization in Vulkan by egdaniel · 8 years ago
  36. 7bbda99 Store SkColorSpaceXform gamma LUTs in a malloced field by msarett · 8 years ago
  37. 591971d Convert back to 0-255 scale before storing linear bytes by msarett · 8 years ago
  38. a17411f Improved optional command handling in SkParsePath::FromSVGString() by fmalita · 8 years ago
  39. f605c16 Bundle common arguments to GrGradientEffect creation by brianosman · 8 years ago
  40. eed356d Rewriting path writer by caryclark · 8 years ago
  41. 8bbcd5a Reduce overhead for linear color xforms by msarett · 8 years ago
  42. 7e3ba9f change write-image to use pipeverbs like everyone else, and add test by reed · 8 years ago
  43. 0b77582 Simulated fonts aren't TrueType fonts. by bungeman · 8 years ago
  44. 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
  45. ec44099 Lots of little cleanup improvements to Vulkan by egdaniel · 8 years ago
  46. f7eb6fc Implement Fill() for incomplete decodes to RGBA_F16 by msarett · 8 years ago
  47. 54dc487 add pipecanvas by reed · 8 years ago
  48. 5f1d0f6 SkPDF: SkTypeface_FreeType ToUnicode table improvement. by halcanary · 8 years ago
  49. fed0334 Encode kIndex8 to PNG more efficiently by msarett · 8 years ago
  50. f619a7a Fixup SkRRectsGaussianEdgeShader's shaders by robertphillips · 8 years ago
  51. 029819b Disable png encodes from Alpha8, Float16 by msarett · 8 years ago
  52. f17b71f Support RGBA/BGRA Premul/Unpremul from SkPNGImageEncoder by msarett · 8 years ago
  53. ac466ff Remove unused GrGLSLGeometryProcessor::emitTransform variation by bsalomon · 8 years ago
  54. 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
  55. 790c90b Remove base class for installed transforms in GrPrimitiveProcessor by bsalomon · 8 years ago
  56. 5a7ae7e Gamut transformation of the paint color in Ganesh by brianosman · 8 years ago
  57. 6ade6dd Match Android framework's non-AA point and line offset by bsalomon · 8 years ago
  58. 2af83ac Add shader-based GaussianEdgeShader for reveal case by robertphillips · 8 years ago
  59. cc6aeee Remove GrPrimitiveProcessor::hasTransformedLocalCoords by bsalomon · 8 years ago
  60. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  61. 6fa0a91 Add workaround for Adreno copyImageToBuffer calls on Vulkan by egdaniel · 8 years ago
  62. db85665 Fix GaussianEdgeShader GLSL code by jvanverth · 8 years ago
  63. 1a1aa93 Remove unneeded GrGLSLTransformedCoordsArray type by bsalomon · 8 years ago
  64. a316395 Revert of Turned on SkSL->GLSL compiler (patchset #12 id:220001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  65. b3e9ae6 Remove unneeded bounds outset in GrDrawContext::drawVertices. by bsalomon · 8 years ago
  66. 81a8485 glTexStorage requires sized formats, ensure that we're following that rule by brianosman · 8 years ago
  67. 7312ff8 Remove ability to skip coord transform comparison in pipeline comparison. by bsalomon · 8 years ago
  68. c2f9ec1 SkPDF: refactor & code cleanup ahead of https://crrev.com/2322403002 by halcanary · 8 years ago
  69. 5192475 Two changes: by brianosman · 8 years ago
  70. 9b0fe3d Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  71. d99858a Update SampleAndroidShadows to use algorithm closer to Android OpenGL by jvanverth · 8 years ago
  72. fe69b50 check for identity in translate by reed · 8 years ago
  73. 0bed5bb fix code behind SK_SUPPORT_LEGACY_MINOR_EFFECT_PTR by reed · 8 years ago
  74. 46f2d0a use expected name for setDrawLooper/getDrawLooper by reed · 8 years ago
  75. 4a56318 Adds missing and removes duplicate tracing macros. by carlosk · 8 years ago
  76. 95315f0 made point lights linear attenuation; also fixed point light depth bug by vjiaoblack · 8 years ago
  77. 8d91490 Fix color gamut xform matrices in GPU code by brianosman · 8 years ago
  78. de68d6c Fix storage of gamut transform matrices in SkColorSpace by brianosman · 8 years ago
  79. 81a478c Skip adding coincident edges found by caryclark · 8 years ago
  80. b2796fd Added in Radial Shadows by vjiaoblack · 8 years ago
  81. 55bcc8e Delete some LUTs from SkColorSpaceXform by msarett · 8 years ago
  82. c9b90d1 fix fuzzer by caryclark · 8 years ago
  83. e06ca96 SkPDF: implement drawTextBlob() by halcanary · 8 years ago
  84. 426a245 SkPDF: hand SfntlyWrapper::SubsetFont() ttcIndex, not fontName. by halcanary · 8 years ago
  85. 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  86. 6a2b194 Move prepareForExternalIO implementation from GrContext to GrDrawingManager by bsalomon · 8 years ago
  87. 9441af5 Apple devices do not support CRC32 instructions. Don't believe Clang's lies. by mtklein · 8 years ago
  88. 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
  89. 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  90. 971cd49 Cache the inverse matrix on SkColorSpace. Rename xyz() to toXYZ(). by brianosman · 8 years ago
  91. 4cea3b9 Push usage of GrColor4f into OverrideInput by brianosman · 8 years ago
  92. f868097 removed const from ASTVarDeclaration::fName to avoid a Chromium build failure by ethannicholas · 8 years ago
  93. 05a4cf5 Add GM/slide to simulate Android-style reveal clip by robertphillips · 8 years ago
  94. f53fcc8 SkLiteDL: drawAsLayer() by mtklein · 8 years ago
  95. da71367 Flesh out SkOpts namespaces. by mtklein · 8 years ago
  96. e99883f Add color xform support to SkWebpCodec by msarett · 8 years ago
  97. 5e3a630 GN: default to -O1 by mtklein · 8 years ago
  98. 48ba2b8 Rename SkColorSpace::GammaNamed to SkColorSpace::RenderTargetGamma by msarett · 8 years ago
  99. 2eb00e7 Revert of Add color xform support to SkWebpCodec (patchset #2 id:80001 of https://codereview.chromium.org/2294993002/ ) by msarett · 8 years ago
  100. 828ed17 Add color xform support to SkWebpCodec by msarett · 8 years ago