1. 131c1fb Add GMs and benchs for concave Analytic AA by Yuqian Li · 8 years ago
  2. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  3. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  4. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  5. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  6. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  7. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  8. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  9. 75b5718 nanobench: Add per-run time reporting. by George Burgess IV · 8 years ago
  10. 11970e5 Add destination color space to shader ContextRec by Brian Osman · 8 years ago
  11. 1fcc404 SkEncodeImage: no more link-time registration by Hal Canary · 8 years ago
  12. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 8 years ago
  13. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  14. 729b582 Consistent naming. by Mike Klein · 8 years ago
  15. e03339a Convert blitter over to new style from_srgb, to_srgb. by Mike Klein · 8 years ago
  16. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  17. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  18. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  19. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  20. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  21. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  22. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  23. 9e1138d re-land of switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  24. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  25. 792d0f1 Revert "switched skslc from std::string to SkString" by Greg Daniel · 8 years ago
  26. f31ae49 Remove unnecessary attribute and varying type modifiers by Brian Salomon · 8 years ago
  27. d8df21a switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  28. dfa492e Use SkFixedAllocator in SkLinearPipeline and remove the embedding of by Herb Derby · 8 years ago
  29. d470673 make SkXfermode.h go away by Mike Reed · 8 years ago
  30. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  31. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  32. af49b19 Start each pipeline with (x,y) in (dr,dg) registers for the shader. by Mike Klein · 8 years ago
  33. 7ef4b74 re-re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  34. 857cb97 Revert "re-land of skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  35. 498d403 re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  36. b0b5360 Revert "skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  37. 8af38a9 skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  38. 6a01554 remove use of xfermode* in procs by Mike Reed · 8 years ago
  39. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  40. bf111d7 Move SkOSPath out of include/core. by Ben Wagner · 8 years ago
  41. 2db8361 bench, samples, etc: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  42. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  43. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  44. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  45. a9e9bfc Delete qcms by Matt Sarett · 8 years ago
  46. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  47. 99e3f7d Remove unneeded SkColorSpace constructor TBR=reed@google.com BUG=skia: by Matt Sarett · 8 years ago
  48. 18fa642 chmod -x *.cpp *.h by Hal Canary · 8 years ago
  49. bd3fe47 Convert SkRasterPipeline loads and stores to indirect. by Mike Klein · 8 years ago
  50. e9f74b8 SkRasterPipeline::compile(). by Mike Klein · 8 years ago
  51. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  52. 9cdd2ab add pipe to nanobench by Mike Reed · 8 years ago
  53. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  54. f489886 Cache dst LUTs in SkColorSpaceXform by Matt Sarett · 8 years ago
  55. 7c602de Removed makeLinearGamma() from the public API for SkColorSpace by raftias · 8 years ago
  56. fbbbb9d fixed GLVec4ScalarBench by ethannicholas · 8 years ago
  57. 5961bc9 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  58. 31d097e8 Add SkColorSpaceXform to the public API by msarett · 8 years ago
  59. 9df16b5 Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  60. ccb1dd8 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  61. 4824cf4 Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://codereview.chromium.org/2288033003/ ) by mtklein · 8 years ago
  62. dcfe6db Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  63. 15341a2 Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  64. 08b2ccf Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  65. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  66. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  67. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  68. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  69. 511f2d7 Make global use-analytic-AA bit threadsafe. by Mike Klein · 8 years ago
  70. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  71. 38911a7 Resubmit issue 2221103002 to fix the iOS build by declaring the flag in by liyuqian · 8 years ago
  72. d36baa7 Revert of Analytic AntiAlias for Convex Shapes (patchset #14 id:260001 of https://codereview.chromium.org/2221103002/ ) by stephana · 8 years ago
  73. 7795822 Implement AnalyticAA for convex shapes. by liyuqian · 8 years ago
  74. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  75. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  76. afb48b6 Just add the F16 bench from https://skia-review.googlesource.com/c/2860/ by Mike Klein · 8 years ago
  77. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  78. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  79. f656631 Fix nanobench crashes by msarett · 8 years ago
  80. fa9f241 Add an enum layer of indirection for stock raster pipeline stages. by Mike Klein · 8 years ago
  81. baaf8ad Start moving SkRasterPipeline stages to SkOpts. by Mike Klein · 8 years ago
  82. 1e114f1 *SkTCast<int*>(float*) -> memcpy by Mike Klein · 8 years ago
  83. c8dd6bc Rearrange SkRasterPipeline scanline tail handling. by Mike Klein · 8 years ago
  84. 1f4a874 SkRasterPipeline: add last() and docs. by Mike Klein · 8 years ago
  85. 403d154 Revert "Revert "replace Arithmetic xfermode with imagefilter"" by Mike Reed · 8 years ago
  86. 10ff5bf Revert "replace Arithmetic xfermode with imagefilter" by Mike Reed · 8 years ago
  87. 0530c88 replace Arithmetic xfermode with imagefilter by Mike Reed · 8 years ago
  88. 849f502 Turn on -Wundefined-reinterpret-cast. by Mike Klein · 8 years ago
  89. cf7b877 Add BGRA as input format to SkColorSpaceXform by msarett · 8 years ago
  90. 4be0e7c Make SkColorSpaceXform::New() take bare ptrs by msarett · 8 years ago
  91. 04a44d0 Add a transient image filter cache to SkImage::makeWithFilter & PDF by brianosman · 8 years ago
  92. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  93. c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  94. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  95. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  96. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  97. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  98. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  99. 9f1f6e2 More NoGPU compile fixes by brianosman · 8 years ago
  100. e1baa7c [SVGDom] Expose intrinsic size info by fmalita · 8 years ago