1. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 9 years ago
  2. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 9 years ago
  3. 9bd3fc7 SkOncePtr -> SkOnce by mtklein · 9 years ago
  4. f250938 Now we're on MSVC 2015, try using std::chrono for timing again. by mtklein · 9 years ago
  5. 0ccc62d move colorshader into its own .cpp, add color4f variant by reed · 9 years ago
  6. 76948d4 Add Gr*Proxy classes by robertphillips · 9 years ago
  7. 427c281 Modernize SkMutex and SkSemaphore. by mtklein · 9 years ago
  8. fad9856 Prototype code that turns any/every flattenable into JSON by brianosman · 9 years ago
  9. 02125d1 Create a single, unique pointer to sRGB color space by msarett · 9 years ago
  10. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 9 years ago
  11. 50d3b57 return 4x4 matrix from SkColorSpace by reed · 9 years ago
  12. 92605b3 Add Gr*Proxy classes by robertphillips · 9 years ago
  13. 871a048 Add 8888 fast SrcOver mode. by herb · 9 years ago
  14. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 9 years ago
  15. 444f1ba Remove SkBitmapHeap and SkBitmapHeapReader. They're unused. by brianosman · 9 years ago
  16. de5bf0c Add Gr*Proxy classes by robertphillips · 9 years ago
  17. c5091b5 Add a hook for CPU-optimized sRGB-sRGB srcover. by mtklein · 9 years ago
  18. ffc2aea Introduce SkGammas type to represent ICC gamma curves by msarett · 9 years ago
  19. 18f13f3 Remove (almost) unused read/writeFunctionPtr API. by brianosman · 9 years ago
  20. 59c12e3 remove non-static uses of SkOncePtr by mtklein · 9 years ago
  21. 57b4615 Remove unused encodedString API on SkWriteBuffer/SkReadBuffer by brianosman · 9 years ago
  22. 9516775 Enable generating SkImage with the same uniqueID in SkImageGenerator subclass by aleksandar.stojiljkovic · 9 years ago
  23. 7563a5a remove SK_SUPPORT_LEGACY_IMAGEFILTER_CTM flag by reed · 9 years ago
  24. 4d9ff62 Remove SkWriter32::contiguousArray(). by mtklein · 9 years ago
  25. b4c899d remove SkWriteBuffer::getWriter32(). by mtklein · 9 years ago
  26. 2f12463 Fix warnings that were exposed when running with SK_DEBUG enable on an optimized release build. by djsollen · 9 years ago
  27. a2ffa98 Revert of Introduce SkGammas type to represent ICC gamma curves (patchset #7 id:40002 of https://codereview.chromium.org/1928123002/ ) by msarett · 9 years ago
  28. 7b2c6dd Introduce SkGammas type to represent ICC gamma curves by msarett · 9 years ago
  29. 1b5dd88 remove SkWriteBuffer::reserve() by mtklein · 9 years ago
  30. 5668648 Unify implementations of stroking radius calculationsns by bsalomon · 9 years ago
  31. 24e9128 Add sk_sp to SkSurface_Gpu and SkGpuDevice by robertphillips · 9 years ago
  32. efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 9 years ago
  33. 4df1656 Tighten up SkSpecialSurface factory functions by robertphillips · 9 years ago
  34. 175dd9b Clean up test drawContext usage by robertphillips · 9 years ago
  35. d4c741e Refactor drawContext/RenderTarget creation by robertphillips · 9 years ago
  36. 23bd7e9 Delete unused code from SkColorSpace by msarett · 9 years ago
  37. 85def2e Parse A2B0 tag on ICC profiles by msarett · 9 years ago
  38. d77ac77 remove (now unused) SkDivBits by reed · 9 years ago
  39. 28d5bdd Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (patchset #2 id:20001 of https://codereview.chromium.org/1927583002/ ) by reed · 9 years ago
  40. 9fbee84 Revert of fix build by using ifdef instead of if for SK_DEBUG (patchset #1 id:1 of https://codereview.chromium.org/1924943003/ ) by reed · 9 years ago
  41. aa19a5f Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 of https://codereview.chromium.org/1914883002/ ) by robertphillips · 9 years ago
  42. b849882 BUG=skia: by reed · 9 years ago
  43. 95416f4 Enable flattening of SkRecordedDrawable by msarett · 9 years ago
  44. 80f5ea0 skip unneeded header from writeFlattenable when building font-cache-key. Saves ~30% in size by reed · 9 years ago
  45. 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 9 years ago
  46. 2f1c42e Refactor drawContext/RenderTarget creation by robertphillips · 9 years ago
  47. 900c367 Image filters: de-nest SkImageFilter::Cache and Cache::Key. by senorblanco · 9 years ago
  48. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 9 years ago
  49. b4bb7d8 Add oblique as a slant. by bungeman · 9 years ago
  50. 569b021 Revert of Enable flattening of SkRecordedDrawable (patchset #8 id:140001 of https://codereview.chromium.org/1913843002/ ) by mtklein · 9 years ago
  51. d636950 Enable flattening of SkRecordedDrawable by msarett · 9 years ago
  52. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 9 years ago
  53. 92bd2e8 Add comments and sanity checks to parsing of ICC headers by msarett · 9 years ago
  54. ed086ca Revert of Remove gpu-specialization of SkSpecialImage (patchset #5 id:80001 of https://codereview.chromium.org/1918993002/ ) by robertphillips · 9 years ago
  55. 0533d6e Remove gpu-specialization of SkSpecialImage by robertphillips · 9 years ago
  56. 5d4943c Add guards for edge cases. by herb · 9 years ago
  57. 86ae3d1 make context() virtual on device by reed · 9 years ago
  58. c91fd34 Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurface by robertphillips · 9 years ago
  59. 1eca116 share code with drawSpriteWithFilter by reed · 9 years ago
  60. 484b3d0 SkDefaultColorProfile: Hide gDefaultProfileIsSRGB by halcanary · 9 years ago
  61. 1e90304 SkMD5: .update() -> .write() by halcanary · 9 years ago
  62. d51bdae SkStringPrintf and SkString::printf now are no longer limted by a static buffer by halcanary · 9 years ago
  63. 96a04f3 simplify handle-affine: subclass overrides just describe their leaf behavior by reed · 9 years ago
  64. 9f666a1 Whitespace change. by herb · 9 years ago
  65. 98ab040 Revert of Call SkGraphics::Init() automatically for Google3 processes. (patchset #1 id:1 of https://codereview.chromium.org/1906813002/ ) by benjaminwagner · 9 years ago
  66. bb34a8a allow imagefilter to manage CTM decomposition by reed · 9 years ago
  67. a3b3b23 Enable flattening/unflattening with custom unflatten procs by msarett · 9 years ago
  68. 99e2089 Optionally enable SkValidatingReadBuffer in SkPictureImageFilter by robertphillips · 9 years ago
  69. 272aa12 SkMD5: cleanup header and minor refactor by halcanary · 9 years ago
  70. 3361e62 Revert of SkStringPrintf and SkString::printf now are no longer limted by a static buffer (patchset #5 id:80001 of https://codereview.chromium.org/1403803002/ ) by halcanary · 9 years ago
  71. 606cadd SkStringPrintf and SkString::printf now are no longer limted by a static buffer by halcanary · 9 years ago
  72. f557546 Remove some unnecessary #includes of SkImageFilter.h by senorblanco · 9 years ago
  73. 6351640 Fixes for SkRWBuffer by scroggo · 9 years ago
  74. 488165e SkPDF: PDF/A runtime switch by halcanary · 9 years ago
  75. eb85fd7 SkCpu w/o static initializer by mtklein · 9 years ago
  76. 730058f gDefaultProfileIsSRGB symbol must exist in .so by halcanary · 9 years ago
  77. b5d7468 Fix code regression to more precise call. by herb · 9 years ago
  78. 8680606 Call SkGraphics::Init() automatically for Google3 processes. by mtklein · 9 years ago
  79. 32eaa89 Image filters: remove SkBitmap-based cache. by senorblanco · 9 years ago
  80. 8c30a81 post apply non-scale transforms after imagefilters have run by reed · 9 years ago
  81. 9bc2235 Make all the codecs default profiles based on gTreatSkColorAsSRGB. by herb · 9 years ago
  82. 3e30227 Begin removing deprecated (and now, unused) ImageFilter code paths by robertphillips · 9 years ago
  83. 9ca06c4 Fix ImageFilter fuzzer issue by robertphillips · 9 years ago
  84. 5e3815b Rein in the use of SkDevice.h by robertphillips · 9 years ago
  85. 4c13db2 Add explicit clip to SkSpecialSurface's SkCanvas by robertphillips · 9 years ago
  86. 244a653 skcpu: sse4.1 floor, f16c f16<->f32 by mtklein · 9 years ago
  87. 4311f01 Move CPU feature detection to its own file. by mtklein · 9 years ago
  88. 05db63b Remove static initializer for SkOpts::Init() by mtklein · 9 years ago
  89. be991ef Delete unused fNamedFactorySet from SkWriteBuffer by msarett · 9 years ago
  90. bde57ed Make SkImageFilter::Cache purging methods pure virtual by robertphillips · 9 years ago
  91. b4b83dc Pass through the profile info when creating a high-quality scaled offscreen. by herb · 9 years ago
  92. f35566e Remove deprecated paths from image filter infrastructure. by senorblanco · 9 years ago
  93. 983294f Skia Filter Quality and Scaling Metrics by ericrk · 9 years ago
  94. d9dd428 Modernize and trim down SkOnce. by mtklein · 9 years ago
  95. cb232e8 Revert of Remove deprecated paths from image filter infrastructure. (patchset #2 id:20001 of https://codereview.chromium.org/1888243003/ ) by robertphillips · 9 years ago
  96. 225db44 Outline SkImageFilter Make methods by robertphillips · 9 years ago
  97. 6fb3cd7 Remove deprecated paths from image filter infrastructure. by senorblanco · 9 years ago
  98. 9d453b0 Revert of move static arrays into impl, to avoid multiple copies (patchset #3 id:40001 of https://codereview.chromium.org/1889793007/ ) by reed · 9 years ago
  99. 87a0c22 WIP: runtime switch for how to interpret SkColor -vs- srgb by reed · 9 years ago
  100. 6d7cd1f move static arrays into impl, to avoid multiple copies by reed · 9 years ago