1. 2bfe36b Apply the CTM to filter parameters for SkBlurImageFilter, SkDropShadowImageFilter, SkDisplacementMapEffect and SkMorphologyImageFilter. I had resisted this (and may later put in an assert that the CTM contains no rotation, skew or perspective), but it just makes the filters play better with Skia generally. by senorblanco@chromium.org · 11 years ago
  2. bd58feb Speed up GrResourceCache add and lookup by using TDynamicHash by commit-bot@chromium.org · 11 years ago
  3. cd0bf0a Tweak validate() to check less as the size of the hash grows. by commit-bot@chromium.org · 11 years ago
  4. 2ab1ba0 Make leak counters thread-safe and turn them on by default for Debug by commit-bot@chromium.org · 11 years ago
  5. 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface by commit-bot@chromium.org · 11 years ago
  6. 92b7884 Remove GR_GL_IGNORE_ES3_MSAA.s by commit-bot@chromium.org · 11 years ago
  7. b1854a8 Make GrGLContextInfo have private ptr to GrGLInterface by commit-bot@chromium.org · 11 years ago
  8. 5b8bde5 Missing #include "SkTemplates.h" for SkAutoTMalloc. by commit-bot@chromium.org · 11 years ago
  9. ead86f2 quick fix for r13108 by bsalomon@google.com · 11 years ago
  10. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  11. f7ba413 Hide bitmap rowbyes assert when LEGACY_ONLOCKPIXELS by commit-bot@chromium.org · 11 years ago
  12. f5e67c1 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  13. c665804 Move SkMessageBus::Get out of header, and retry crrev.com/106563002. by commit-bot@chromium.org · 11 years ago
  14. b06faac Factor out UnPreMultiplyPreservingByteOrder by commit-bot@chromium.org · 11 years ago
  15. 6a18079 Use MACOSX_DEPLOYMENT_TARGET instead of SDKROOT. by commit-bot@chromium.org · 11 years ago
  16. 5f62ed7 no need to refcnt colortables, since pixelrefs own them by reed@google.com · 11 years ago
  17. a3b15ed Make GrGLInterface be context-specific on all platforms by commit-bot@chromium.org · 11 years ago
  18. 615316c add asserts to validate by reed@google.com · 11 years ago
  19. 05ec223 change isRect to return true for 3-sided rectangular paths by commit-bot@chromium.org · 11 years ago
  20. 5ccae2c Reland "Fix genID cloning bugs." by scroggo@google.com · 11 years ago
  21. a612d4c Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, which specifies the required size for intermediate processing buffers. In order to make this work, we need to render the primitive at the given resolution (doable at the callsite in Blink), and then to resize the result to the actual on-screen size. The latter is where this filter comes in. by senorblanco@chromium.org · 11 years ago
  22. 32678d9 use some helper Make functions to initialize SkImageInfo by commit-bot@chromium.org · 11 years ago
  23. 96673a9 Revert "Implement a resize image filter." by senorblanco@chromium.org · 11 years ago
  24. 535e1cc Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, which specifies the required size for intermediate processing buffers. In order to make this work, we need to render the primitive at the given resolution (doable at the callsite in Blink), and then to resize the result to the actual on-screen size. The latter is where this filter comes in. by senorblanco@chromium.org · 11 years ago
  25. 8844f99 Revert "Make leak counters thread-safe and turn them on by default for Debug" by djsollen@google.com · 11 years ago
  26. 1938242 Convert SkWriter32 to use an SkTDArray for its internal storage. by commit-bot@chromium.org · 11 years ago
  27. f0c41e2 Initialize written paths and strokerecs lazily during GPU drawPath by commit-bot@chromium.org · 11 years ago
  28. 46de153 Make leak counters thread-safe and turn them on by default for Debug by commit-bot@chromium.org · 11 years ago
  29. a4b0540 remove file added accidentally by commit-bot@chromium.org · 11 years ago
  30. 2e9a715 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  31. e13af71 Revert of https://codereview.chromium.org/132643007/ by commit-bot@chromium.org · 11 years ago
  32. f0b56e7 Revert "Revert of https://codereview.chromium.org/129423002/" by reed@google.com · 11 years ago
  33. 9b06ba4 Revert of https://codereview.chromium.org/129423002/ by commit-bot@chromium.org · 11 years ago
  34. dd9ea92 add SkBitmap::installPixelRef() by reed@google.com · 11 years ago
  35. 7a4b9fa Allocate memory in SkTDynamicHash on first use. by commit-bot@chromium.org · 11 years ago
  36. 439ff1b Use correct matrix to adjust blur radius for gpu by commit-bot@chromium.org · 11 years ago
  37. 6077057 Remove redundant auto rt object in skpaint2grpaintshader function. by commit-bot@chromium.org · 11 years ago
  38. bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
  39. a7d89c8 Handle drawBitmapRect src_rect->dst_rect mapping as a local matrix rather than view matrix when there is a mask filter. by commit-bot@chromium.org · 11 years ago
  40. f0a4013 Yet another patch for r13038 by robertphillips@google.com · 11 years ago
  41. 56bf6e4 Pull in Chromium's version of GatherPixelRefs by robertphillips@google.com · 11 years ago
  42. c45ece5 NEON fast path for box blur by commit-bot@chromium.org · 11 years ago
  43. 1b3fea7 Cleanup: Remove unused includes from skia_unix.cpp by tfarina@chromium.org · 11 years ago
  44. f3abaeb remove (now unused) Sk64 -- just use int64_t by reed@google.com · 11 years ago
  45. 6e83423 Eliminate useless NULL push by making fIndexedData 0-based. by commit-bot@chromium.org · 11 years ago
  46. f85251c fNextIndex is redundant. Remove it. by commit-bot@chromium.org · 11 years ago
  47. 1066f08 If poppler is disable and native pdf is enabled, we still need SkPDFRasterizer.cpp by commit-bot@chromium.org · 11 years ago
  48. 5c6f1d4 Revert of https://codereview.chromium.org/112113005/ by commit-bot@chromium.org · 11 years ago
  49. 0f7e347 Revert of https://codereview.chromium.org/106563002/ by commit-bot@chromium.org · 11 years ago
  50. f2595e4 Fix genID cloning bugs. by commit-bot@chromium.org · 11 years ago
  51. 2b8aacb Delete all invalidated resources with same key by commit-bot@chromium.org · 11 years ago
  52. 2d1adf2 Reduce verbosity of SkGraphics::Init in default case. by halcanary@google.com · 11 years ago
  53. 856673a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  54. 303c475 use bitmap's fRowBytes, as the pixelref's is not (yet) reliable by reed@google.com · 11 years ago
  55. ed9866c Expand GatherPixelRefs unit test by robertphillips@google.com · 11 years ago
  56. 857e320 Use truncation, not rounding, when converting perlin noise seed (required by SVG spec). by senorblanco@chromium.org · 11 years ago
  57. 18b75e5 Fix race on creating the default typeface. by bungeman@google.com · 11 years ago
  58. ff007e8 Allocate SkPictureFlat::fScratch lazily. by commit-bot@chromium.org · 11 years ago
  59. 1c6affb Fix GL context creation on Windows when NV path rendering by robertphillips@google.com · 11 years ago
  60. ca38f2c Fix TODO in SkMutex_win.h to prevent accidental copying. by bungeman@google.com · 11 years ago
  61. 41bf930 Rename GPU functions on SkBlurMaskFilter and pass ctm. by commit-bot@chromium.org · 11 years ago
  62. f190178 use SkImageInfo directly, instead of convert to Config by commit-bot@chromium.org · 11 years ago
  63. 5a56793 Move geometry allocator for drawVertices inside autoflush scope. by commit-bot@chromium.org · 11 years ago
  64. 1360c52 use SkImageInfo directly, instead of converting to SkBitmap::Config by reed@google.com · 11 years ago
  65. 4b5fba5 Use a spinlock in SkOnce. by commit-bot@chromium.org · 11 years ago
  66. 97a5d5d Improve 'stretch' in legacy create typeface for DirectWrite. by bungeman@google.com · 11 years ago
  67. fa8afda Work around SkString::gEmptyRec->writable_str() is unwritable. by bungeman@google.com · 11 years ago
  68. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  69. 8f7a108 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  70. 81e8739 NoSaveLayerCanvas now its own file by robertphillips@google.com · 11 years ago
  71. 9109e18 Fix build warnings in SkAlphaThresholdFilter by commit-bot@chromium.org · 11 years ago
  72. 40eb3c1 Add AlphaThreshold filter. by commit-bot@chromium.org · 11 years ago
  73. d0419b1 Revert "Revert "Revert "Revert of https://codereview.chromium.org/110593003/""" by reed@google.com · 11 years ago
  74. 86b39f3 Avoid some work on SkClipStack equality when the topmost genids match by commit-bot@chromium.org · 11 years ago
  75. 7627c65 add rowBytes param to setPreLock, in prep for onNewLockPixels change by reed@google.com · 11 years ago
  76. ba82bd1 Revert "Revert "Revert of https://codereview.chromium.org/110593003/"" by reed@google.com · 11 years ago
  77. 9fb0041 SK_SUPPORTED_DEPRECATED_FIXEDROUND around deprecated fixed[round,ceil,floor] by mike@reedtribe.org · 11 years ago
  78. 98272d9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  79. 6776b82 Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. by senorblanco@chromium.org · 11 years ago
  80. 9271389 Revert "Revert of https://codereview.chromium.org/110593003/" by reed@google.com · 11 years ago
  81. 27f8902 Revert of https://codereview.chromium.org/110593003/ by commit-bot@chromium.org · 11 years ago
  82. f1ce052 Add onNewLockPixels, that returns rowbytes and relies on info in pixelref by reed@google.com · 11 years ago
  83. dcea530 assert in setPixelRef that the pr matches the bitmap's config by reed@google.com · 11 years ago
  84. 8620207 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  85. 04018f3 An SkOSWindow for Unix may experience stuttering, with missed events or long delays before events are processed when using SkEvent.postDelay(). by commit-bot@chromium.org · 11 years ago
  86. 07adb63 Function pointers -> templates in SkPictureFlat. by commit-bot@chromium.org · 11 years ago
  87. 33cc989 remove SK_SUPPORT_LEGACY_PIXELREF_CONSTRUCTOR and make fInfo const by reed@google.com · 11 years ago
  88. 1bed687 Add a release procedure to SkMallocPixelRef; remove SkDataPixelRef by halcanary@google.com · 11 years ago
  89. 8625fdb Remove unused function. by commit-bot@chromium.org · 11 years ago
  90. 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  91. ae8f952 speedup SkRect::intersect by mike@reedtribe.org · 11 years ago
  92. f5e1f63 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  93. 4856964 ComputeRowBytes must not overflow width when it shifts by reed@google.com · 11 years ago
  94. 51c2a83 fix drawVertices when we have both colors and textures by reed@google.com · 11 years ago
  95. 73be1fc Possibly uninitialized SkRgnBuilder fStorage. by commit-bot@chromium.org · 11 years ago
  96. 85e143c reenable vertices gm, adding picture support by reed@google.com · 11 years ago
  97. fbd9b17 Fixing crash found by fuzzer by commit-bot@chromium.org · 11 years ago
  98. 57212f9 Revert "Revert of https://codereview.chromium.org/113823003/" by reed@google.com · 11 years ago
  99. 4ad4ae9 Revert of https://codereview.chromium.org/113823003/ by commit-bot@chromium.org · 11 years ago
  100. a306d93 remove Sk64 from public API, and start to remove usage internally by reed@google.com · 11 years ago