1. 8e13a15 Fixed cross compilation with mingw. by commit-bot@chromium.org · 11 years ago
  2. b7b7eb3 Fix accessBitmap() with deferred clear, GPU path. by senorblanco@chromium.org · 11 years ago
  3. fffb2cd Revert of SkPaint: eliminate some dead bytes in 64-bit build. (https://codereview.chromium.org/203203003/) by commit-bot@chromium.org · 11 years ago
  4. fa4dc2c SkPaint: eliminate some dead bytes in 64-bit build. by commit-bot@chromium.org · 11 years ago
  5. 70512af Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 11 years ago
  6. e5957f6 update comment on setShader to clarify alpha-bitmap behavior in bitmapshaders by commit-bot@chromium.org · 11 years ago
  7. 14bdd52 Revert of r13836 due to Chromium cc_unittests failures by robertphillips@google.com · 11 years ago
  8. 9236238 Remove SkCanvas matrix ops return value. by commit-bot@chromium.org · 11 years ago
  9. 1301bf3 add initial scraper for dashing by commit-bot@chromium.org · 11 years ago
  10. 158001d Windows build fix by robertphillips@google.com · 11 years ago
  11. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 11 years ago
  12. f338d7c Add nine patch type to SkRRect. by commit-bot@chromium.org · 11 years ago
  13. bab3fc4 Revert of Add nine patch type to SkRRect. (https://codereview.chromium.org/196343015/) by commit-bot@chromium.org · 11 years ago
  14. ecb745d Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 11 years ago
  15. 4ef54f8 remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead code by commit-bot@chromium.org · 11 years ago
  16. 761b8e5 Add nine patch type to SkRRect. by commit-bot@chromium.org · 11 years ago
  17. 1c556db Reverting r13831 (Add a means of extracting active operations from SkPicture) due to Mac compiler issue by robertphillips@google.com · 11 years ago
  18. 0b23f9e Add a means of extracting active operations from SkPicture by robertphillips@google.com · 11 years ago
  19. eb849e5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  20. 42b0893 add NewRasterDirect for creating a canvas drawing to pre-allocated pixels by commit-bot@chromium.org · 11 years ago
  21. 0f03f43 Move SkNoSaveLayerCanvas.h to include/utils by robertphillips@google.com · 11 years ago
  22. 145d1c0 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 11 years ago
  23. 69e6463 don't reference config() -- use colorType() instead by reed@google.com · 11 years ago
  24. 5ed01d1 Revert r13810 (Proposed SkCanvas API for preLoading textures to VRAM v2.0) by robertphillips@google.com · 11 years ago
  25. 1ab85c8 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 11 years ago
  26. 1182529 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 11 years ago
  27. 2908917 Revert "Implement support for expanding crop rects in image filters" by senorblanco@chromium.org · 11 years ago
  28. 0ef0501 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 11 years ago
  29. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 11 years ago
  30. 13874c1 keep kVector enum in legacy mode for getDeviceProperties by reed@google.com · 11 years ago
  31. bc3d92a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  32. 44c48d0 De-virtualize SkCanvas matrix ops. by commit-bot@chromium.org · 11 years ago
  33. 3da3b62 getDeviceCapabilities is no longer need, so remove it by commit-bot@chromium.org · 11 years ago
  34. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 11 years ago
  35. fa5edbe Add effect-based clip for nine-patch SkRRects. by commit-bot@chromium.org · 11 years ago
  36. 9c28fa5 Add comment for gcc compiler bug work-around for SK_COMPILE_ASSERT. by bungeman@google.com · 11 years ago
  37. 2f58209 Add required parens for r13779. by bungeman@google.com · 11 years ago
  38. 1db03d2 remove SK_SUPPORT_LEGACY_COPYTO_CONFIG by commit-bot@chromium.org · 11 years ago
  39. 562b2e6 Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2. by bungeman@google.com · 11 years ago
  40. e54a23f De-virtualize SkCanvas save/restore. by commit-bot@chromium.org · 11 years ago
  41. 9c135db support direct writing to top layer, and hide getTopLayer() by reed@google.com · 11 years ago
  42. c30dcb9 Add capture snapshot as data to SkWriter32, use it to optimise record->playback. by commit-bot@chromium.org · 11 years ago
  43. 069a55a Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/196323003/) by commit-bot@chromium.org · 11 years ago
  44. 9e5f85e Fixing SkPicture serialization by commit-bot@chromium.org · 11 years ago
  45. 79fbb40 [WIP] Add Context to SkDrawLooper. by commit-bot@chromium.org · 11 years ago
  46. e60ae2e Revert 13757. by bungeman@google.com · 11 years ago
  47. 3258a53 Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2. by bungeman@google.com · 11 years ago
  48. 2cccf83 make onReadPixels protected and have default impl (so we can remove chrome override) by commit-bot@chromium.org · 11 years ago
  49. 4fcd92d Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/) by commit-bot@chromium.org · 11 years ago
  50. f1292bc Revert "De-virtualize SkCanvas save/restore." by fmalita@google.com · 11 years ago
  51. 80b1051 De-virtualize SkCanvas save/restore. by fmalita@google.com · 11 years ago
  52. 53ba425 Drop executable flag from headers so that they can be packaged by robertphillips@google.com · 11 years ago
  53. b97c3ff Enable use of distance fields via SkPaint flag. by commit-bot@chromium.org · 11 years ago
  54. 8213970 plumbing for GPU fast blur by commit-bot@chromium.org · 11 years ago
  55. b93ba45 flag to make kClipToLayer_SaveFlag the default behavior by reed@google.com · 11 years ago
  56. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 11 years ago
  57. b471a32 Add API for GrContext to recommend rendertarget sample count by commit-bot@chromium.org · 11 years ago
  58. 5c70cdc hide getTotalClip, so we can eventually remove it by commit-bot@chromium.org · 11 years ago
  59. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 11 years ago
  60. a5572e5 Add a class to allocate small objects w/o extra calls to new. by commit-bot@chromium.org · 11 years ago
  61. 490fb6b Add size_t bytesWritten() const to SkWStream. by commit-bot@chromium.org · 11 years ago
  62. fd5c9a6 Begin making SkPerlinNoiseShader const. by commit-bot@chromium.org · 11 years ago
  63. 759cf48 Now that the matching changes have landed in Chromium we can clean up the API on our side. by commit-bot@chromium.org · 11 years ago
  64. 06acb58 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  65. cabf4b2 Unify edge type enums across GrEffect subclasses that clip rendering to a geometry. by commit-bot@chromium.org · 11 years ago
  66. dcb8e54 This CL is motivated by the desire to make the skpinfo tool work a bit better. The main concern is that the assumptions made w.r.t. written bytes may not be valid for all SkWStream sub-classes. by commit-bot@chromium.org · 11 years ago
  67. eef834f DM: read image files without an extra copy by commit-bot@chromium.org · 11 years ago
  68. f1f66c0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  69. fab349c remove SK_SUPPORT_DEEPCOPYTO_CONFIG code -- no longer used by commit-bot@chromium.org · 11 years ago
  70. e494dbd The motivation for this CL is to de-clutter SkPicture's beginRecording method. by commit-bot@chromium.org · 11 years ago
  71. fbde87f Add GM that directly tests GrRRectEffect and add inverse fill version of effect. by commit-bot@chromium.org · 11 years ago
  72. ade9a34 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  73. 6aa6fec Cleanup patch to move all of SkImageFilterUtils into SkImageFilter. by senorblanco@chromium.org · 11 years ago
  74. 6f4fb0f Generating the 1M skps frequently yields truncated skps. This tool is intended to help automate weeding these out. by commit-bot@chromium.org · 11 years ago
  75. 0bc406d Adding code to calculate Underline Thickness from Font Metrics, this will be useful when Skia is used with Blink/Chrome. Blink changes are uploaded with code change in patch https://codereview.chromium.org/147703002/ by commit-bot@chromium.org · 11 years ago
  76. ef57b7e DM: make GPU tasks multithreaded again. Big refactor. by commit-bot@chromium.org · 11 years ago
  77. f535561 Cleanup GrGLInterface after Chromium changes by commit-bot@chromium.org · 11 years ago
  78. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  79. 842292f remove SK_SUPPORT_LEGACY_LAYERDRAWLOOPER_PAINTFLAGS -- not needed by reed@google.com · 11 years ago
  80. 03fc3b4 Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.chromium.org/183453002/) due to broken Chrome Canary and failing tests. by robertphillips@google.com · 11 years ago
  81. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  82. 3107b6a add SkCanvas::NewRaster factory -- a very common use-case in chrome by commit-bot@chromium.org · 11 years ago
  83. 210ae2a Culling API by commit-bot@chromium.org · 11 years ago
  84. 6f954b9 Use SkTLazy to hold path in SkClipStack::Element by commit-bot@chromium.org · 11 years ago
  85. 48f31bd try to deprecate fFlagsMask from SkLayerDrawLooper by reed@google.com · 11 years ago
  86. d957984 Factory methods for heap-allocated SkAnnotation objects. by commit-bot@chromium.org · 11 years ago
  87. 5007aab Upstream changes from Android by commit-bot@chromium.org · 11 years ago
  88. 4ebe382 Revert "Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/)" by bsalomon@google.com · 11 years ago
  89. 1caedbb Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/) by commit-bot@chromium.org · 11 years ago
  90. a47ac2b Add getReducedClipStack to lua canvas by commit-bot@chromium.org · 11 years ago
  91. f792a1b Builder class for SkLayerRasterizer. by commit-bot@chromium.org · 11 years ago
  92. 88a9543 Enable the SSSE3 files to be built for Android when SSSE3 is not present. by commit-bot@chromium.org · 11 years ago
  93. e8d9614 This is intended to make it easier for us to be backwards compatible. by commit-bot@chromium.org · 11 years ago
  94. 0714360 Add SK_API to GrGLExtensions by commit-bot@chromium.org · 11 years ago
  95. 754de5f add isClipEmpty() -- encourage clients to call this rather than checking clipFoo() results by reed@google.com · 11 years ago
  96. 5cc2535 Add getClipStack method to lua SkCanvas by commit-bot@chromium.org · 11 years ago
  97. d5f032d Do not define SK_SUPPORT_DEEPCOPYTO_CONFIG in Skia. by commit-bot@chromium.org · 11 years ago
  98. e74e08c Fix compile errors in legacy copyTo(). by senorblanco@chromium.org · 11 years ago
  99. 6ebfbf9 Use vertex buffer objects instead of client side arrays in fixed-function codepaths by commit-bot@chromium.org · 11 years ago
  100. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 11 years ago