1. c4b21e6 Mark our territory with (C). by commit-bot@chromium.org · 10 years ago
  2. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  3. c873329 Update bench to be able to preprocess skps by commit-bot@chromium.org · 10 years ago
  4. 365cd31 Rename GrAtlasedLayer to GrCachedLayer (since not all cached layers are atlased) by commit-bot@chromium.org · 10 years ago
  5. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  6. e424c1d So apparently Chrome has an x86 iOS build... by commit-bot@chromium.org · 10 years ago
  7. 18fd2b9 Add a focused public API for src/record. by commit-bot@chromium.org · 10 years ago
  8. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  9. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  10. e9085b1 remove two more effects that are now immutable by commit-bot@chromium.org · 10 years ago
  11. 6573ce7 Create SkLayerRasterizer w/o destroying Builder. by commit-bot@chromium.org · 10 years ago
  12. 7f43493 Fix GPU-less build. by commit-bot@chromium.org · 10 years ago
  13. ef93d29 Move build guard to fix Android framework compile. by commit-bot@chromium.org · 10 years ago
  14. ff2de7c SkRecordDraw: don't bother clipping an empty clip down further by commit-bot@chromium.org · 10 years ago
  15. fe23f79 Revert of remove sprintf (https://codereview.chromium.org/230413005/) by commit-bot@chromium.org · 10 years ago
  16. d9ce2be SkRecordDraw: skip draw ops when the clip is empty by commit-bot@chromium.org · 10 years ago
  17. d6e9b88 remove sprintf by commit-bot@chromium.org · 10 years ago
  18. e4a4f12 Real fix for SK_API / Windows shared lib problems. by mtklein@google.com · 10 years ago
  19. 780836e SK_API for SkXfermode_opts_SSE2 so Chrome can initialize flattenables. by commit-bot@chromium.org · 10 years ago
  20. 0a09d71 Implement drawDRRect for GPU by commit-bot@chromium.org · 10 years ago
  21. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  22. 1b035d8 Do div-by-zero check for all gpus in ellipse/rr effects. by commit-bot@chromium.org · 10 years ago
  23. 4460e75 Define SK_CPU_X86 on x86 machines. by commit-bot@chromium.org · 10 years ago
  24. c524e98 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  25. d715aaa Measure DirectWrite BW consistently with rendering. by bungeman@google.com · 10 years ago
  26. 95c2e55 ARM Skia NEON patches - 22 - S32_D565_Blend by commit-bot@chromium.org · 10 years ago
  27. e1d9443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  28. 506db0b SkRecord: make culling work if SkRecordAnnotateCullingPairs is called. by commit-bot@chromium.org · 10 years ago
  29. eefd8a0 Don't try to render color fonts using distance fields. by commit-bot@chromium.org · 10 years ago
  30. 066a28d Start on some unwritten SkRecord TODOs: by commit-bot@chromium.org · 10 years ago
  31. 6719d60 use default to fix warning (or I will shoot myself) by reed@google.com · 10 years ago
  32. 43d6d80 fix warning for uninitialized count by reed@google.com · 10 years ago
  33. efadb4b fix warning about uninitialized typeface_encoding by folding glyph case into switch by reed@google.com · 10 years ago
  34. bafee11 fix warning by removing padding field by reed@google.com · 10 years ago
  35. c5d9bb0 Initial picture shader implementation by commit-bot@chromium.org · 10 years ago
  36. 03a99b8 Add push/pop cull to SkRecord. by commit-bot@chromium.org · 10 years ago
  37. 43c2758 WIP -- SkFont by reed@google.com · 10 years ago
  38. 8865d09 Revert of Initial picture shader implementation (https://codereview.chromium.org/221923007/) by commit-bot@chromium.org · 10 years ago
  39. 592b2d1 Initial picture shader implementation by commit-bot@chromium.org · 10 years ago
  40. 1ae492f Add option to SkDecodingImageGenerator to require unpremul. by commit-bot@chromium.org · 10 years ago
  41. fc94829 remove SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG by commit-bot@chromium.org · 10 years ago
  42. e3beb6b SkNonCopyable should be used with private inheritance. by commit-bot@chromium.org · 10 years ago
  43. c4df655 Factory methods for heap-allocated SkTypeface objects. by commit-bot@chromium.org · 10 years ago
  44. 2b4e370 Convert SkPicture's generation ID to a unique ID by commit-bot@chromium.org · 10 years ago
  45. c96268d Remove SkBitmapShaderTemplate. by commit-bot@chromium.org · 10 years ago
  46. 94bd822 Revert of Discard scratch render targets before reusing them. (https://codereview.chromium.org/225183012/) by commit-bot@chromium.org · 10 years ago
  47. 372a9c3 Fix EffectKey for XferEffect by commit-bot@chromium.org · 10 years ago
  48. 0f23ff1 Discard scratch render targets before reusing them. by commit-bot@chromium.org · 10 years ago
  49. b554440 Remove SkResizeImageFilter. by commit-bot@chromium.org · 10 years ago
  50. b7fedac Fixed Skia compilation error with strict clang. by commit-bot@chromium.org · 10 years ago
  51. 0f8c859 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  52. ae0054e get iOS building again by commit-bot@chromium.org · 10 years ago
  53. 1f2d357 Change SkDecodingImageGenerator to hide implementation details. by commit-bot@chromium.org · 10 years ago
  54. 31db71d Prevent potential leaking of memory by using SkString and SkTArray. by commit-bot@chromium.org · 10 years ago
  55. cf2f008 SkDiscardableMemoryPool to abstract class by commit-bot@chromium.org · 10 years ago
  56. a8d95f8 Perform perlin noise matrix computations once per frame, not per pixel. by senorblanco@chromium.org · 10 years ago
  57. 2af1a2d Add base effect for gpu 2pt conical gradients by commit-bot@chromium.org · 10 years ago
  58. 221b911 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  59. d591b75 Revert of Properly set alpha type in webp decode. (https://codereview.chromium.org/223893002/) by commit-bot@chromium.org · 10 years ago
  60. a455965 Properly set alpha type in webp decode. by commit-bot@chromium.org · 10 years ago
  61. 77815fd Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 10 years ago
  62. 1cf21d2 Fix for SkTwoPointConicalGradient_gpu define by commit-bot@chromium.org · 10 years ago
  63. c311873 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  64. 609ced4 Add LCD support for distance field text. by commit-bot@chromium.org · 10 years ago
  65. aa64fbf Pull Gpu shader out of SkTwoPointConicalGradient into own file by commit-bot@chromium.org · 10 years ago
  66. 8792728 Fix SkRRect isEmpty assert by commit-bot@chromium.org · 10 years ago
  67. a915772 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  68. e930a07 Add a GrLayerCache to GrContext by robertphillips@google.com · 10 years ago
  69. d550088 Add generation ID to SkPicture by robertphillips@google.com · 10 years ago
  70. 8bf34e1 Remove dead code in ports/. by commit-bot@chromium.org · 10 years ago
  71. 050c0ae Remove misc. dead code. by commit-bot@chromium.org · 10 years ago
  72. 8b30d9a Remove dead code in gpu/. by commit-bot@chromium.org · 10 years ago
  73. d3c3f0e Fix early return when GrCoordTransform is identity. by bsalomon@google.com · 10 years ago
  74. 51a11b7 Arithmetic mode now has the option of not validating the output color, which will allow multiple arithmetic operations to be done sequentially, without intermediate clamping. This is required for mimicking blink's current behavior. by commit-bot@chromium.org · 10 years ago
  75. dc5cd85 Add support for multiple base distance field sizes. by commit-bot@chromium.org · 10 years ago
  76. d5424a4 Fix matrix adjustment passed to filter processing. by senorblanco@chromium.org · 10 years ago
  77. 55bd940 SkTDynamicHash: pick up GetKey(), Hash() from T by default. by commit-bot@chromium.org · 10 years ago
  78. 158f646 SkTDynamicHash: remove need for Equals(const T&, const Key&) param. by commit-bot@chromium.org · 10 years ago
  79. 52ffbf6 Use glInvalidateFramebuffer() when it is supported. by commit-bot@chromium.org · 10 years ago
  80. 6f2d4d4 ARM Skia NEON patches - 35 - First AArch64 support by commit-bot@chromium.org · 10 years ago
  81. d0a5029 Add effect for ellipse clipping. by commit-bot@chromium.org · 10 years ago
  82. c282ba8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  83. 37eb4e4 Purge SkPurgeableMemoryBlock. by commit-bot@chromium.org · 10 years ago
  84. ee845ae Fix SkXfermodeImageFilter when an input is cropped out. by senorblanco@chromium.org · 10 years ago
  85. 921d2b3 The android framework should not embolden glyphs that originate from bold fonts. by commit-bot@chromium.org · 10 years ago
  86. 53e1e4d Minor changes to GrFontCache system. by commit-bot@chromium.org · 10 years ago
  87. e3ff558 SkRecord strawman by commit-bot@chromium.org · 10 years ago
  88. d48ad8e Fold SkTSetBit into SkOTSet*Bit. by commit-bot@chromium.org · 10 years ago
  89. 9fbbcca SkPerlinNoiseShader::CreateTubulenceNoise() is misspelled by commit-bot@chromium.org · 10 years ago
  90. 079d298 Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 10 years ago
  91. 25f7455 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  92. a34bb60 Add GL_ARB_invalidate_subdata functions to GrGLInterface. by bsalomon@google.com · 10 years ago
  93. 2c48ee8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  94. 6eddc77 Pass the IDWriteFactory instead of relying on a global creator. by bungeman@google.com · 10 years ago
  95. 35c03fb Remove scaleToFit from DashPathEffect by commit-bot@chromium.org · 10 years ago
  96. 07421a5 Add global fontconfig lock. by commit-bot@chromium.org · 10 years ago
  97. 7c0d72f Change if/else to if in two GrGLInterface factories. by commit-bot@chromium.org · 10 years ago
  98. efa85aa Revert "disable passing discards through GrIODB." by bsalomon@google.com · 10 years ago
  99. 5c6b03c disable passing discards through GrIODB. by bsalomon@google.com · 10 years ago
  100. 8ddc26b Actually identify required saveLayers in SkGpuDevice::EXPERIMENTAL_drawPicture by commit-bot@chromium.org · 10 years ago