1. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 11 years ago
  2. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 11 years ago
  3. 5e1a7f2 Revert of r13379 (Move fLastMoveToIndex from SkPath to SkPathRef - https://codereview.chromium.org/146913002/) due to image quality regression in Chromium. See crbug.com/343123 (Regression - UI issue observed for any "Notification infobars" in Chrome browser) by commit-bot@chromium.org · 11 years ago
  4. 8441f0c remove width>=0 asserts, as clients rely on this (at least for testing) by reed@google.com · 11 years ago
  5. 877c449 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  6. 6fe16a3 remove unused deviceconfig from SkShader by mike@reedtribe.org · 11 years ago
  7. 536ac5e Templetized SkWriter32 readTAt() & overwriteTAt() by commit-bot@chromium.org · 11 years ago
  8. 14747e5 Adding new 'extend' mode to SkPath::addPath by commit-bot@chromium.org · 11 years ago
  9. a87b21c Reland SkWriter32 growth change with build fixes. by commit-bot@chromium.org · 11 years ago
  10. 61e96cd SkBitmap now really stores SkImageInfo -- config is just a ruse by commit-bot@chromium.org · 11 years ago
  11. e79f320 Revert of r13384 (Stateful PathRenderer implementation) by robertphillips@google.com · 11 years ago
  12. 09f0ba7 Revert of Change growth function for SkWriter32 (https://codereview.chromium.org/150663014/) by commit-bot@chromium.org · 11 years ago
  13. 93d5ffd Change growth function for SkWriter32 by commit-bot@chromium.org · 11 years ago
  14. 046f1f6 Cleaner external buffer handling in SkWriter32 by commit-bot@chromium.org · 11 years ago
  15. 1195a28 Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse" by mike@reedtribe.org · 11 years ago
  16. 8ed6443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  17. 169a0ed SkBitmap now really stores SkImageInfo -- config is just a ruse by mike@reedtribe.org · 11 years ago
  18. 7e90e8d fix minor error between kStroke_PathAsRect and kFill_PathAsRect in SkPath::asRect by commit-bot@chromium.org · 11 years ago
  19. ba9354b SkOnce in is_lcd_supported instead of hand rolled double-checked locking. by commit-bot@chromium.org · 11 years ago
  20. 50b393a SkPictureRecord: silently do nothing for non-drawable SkBitmaps. by commit-bot@chromium.org · 11 years ago
  21. 3e0c64a Stateful PathRenderer implementation by robertphillips@google.com · 11 years ago
  22. 6be31f4 remove SK_SUPPORT_LEGACY_ONLOCKPIXELS completely by reed@google.com · 11 years ago
  23. f66cf72 Move fLastMoveToIndex from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  24. f053980 Specialize GrConvexPolyEffect for AA rects, use for AA clip rects. by commit-bot@chromium.org · 11 years ago
  25. d5911c4 remove unneeded SK_SUPPORT_LEGACY_NEWRENDERTARGETDIRECT by reed@google.com · 11 years ago
  26. 5d54c29 remove unneeded SK_SUPPORT_LEGACY_CANVAS_CREATECOMPATIBLEDEVICE by reed@google.com · 11 years ago
  27. 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 11 years ago
  28. 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 11 years ago
  29. c5acc6c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  30. 4f6318d Serialization of SkPictureImageFilter by commit-bot@chromium.org · 11 years ago
  31. 31b3044 replace impl of SkLightingColorFilter with SkColorMatrixFilter by reed@google.com · 11 years ago
  32. 8b4799a Revert of r13347 (Serialization of SkPictureImageFilter - https://codereview.chromium.org/138063005) due to bump in skp file format by robertphillips@google.com · 11 years ago
  33. 670b98e Serialization of SkPictureImageFilter by commit-bot@chromium.org · 11 years ago
  34. 4736ed1 Add ifdef to avoid "not defined" compiler warnings for VS checks by commit-bot@chromium.org · 11 years ago
  35. 4f7c615 add ways to peer into an image to get its pixels by reed@google.com · 11 years ago
  36. e629c7b Fix SkXPSDevice by senorblanco@chromium.org · 11 years ago
  37. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  38. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 11 years ago
  39. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 11 years ago
  40. 1dab403 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  41. 967dee3 Make SkFontMgr interface const. by commit-bot@chromium.org · 11 years ago
  42. ea6e14a TSAN: use somewhat pithier SK_ANNOTATE_UNPROTECTED_READ. by commit-bot@chromium.org · 11 years ago
  43. fdbd504 remove kGL_Capability (unused) by reed@google.com · 11 years ago
  44. 6fcd28b fix samplefuzz, fix some 32/64bit warnings by reed@google.com · 11 years ago
  45. 28183b4 remove (unused by chrome) SkDeferredCanvas(device) factory signature by reed@google.com · 11 years ago
  46. 372b7a4 remove redundant GrContext parameter to NewRenderTargetDirect by reed@google.com · 11 years ago
  47. 2859f9f rename tracing parameter to be more consistent with other methods by commit-bot@chromium.org · 11 years ago
  48. 3458a17 clean up a couple of parameters in the tracing interface by commit-bot@chromium.org · 11 years ago
  49. e254310 add SkCanvas constructor that explicitly creates no_config with dimensions by commit-bot@chromium.org · 11 years ago
  50. bf6a6d4 fix leaks in SkConf by commit-bot@chromium.org · 11 years ago
  51. c6d3c44 Have peek32 return uint32_t& to make it harder to look at more than 4 bytes. by commit-bot@chromium.org · 11 years ago
  52. 4c18e9f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  53. cc787fa fix auto-delete bug that crept in with new fast blur path; is causing by commit-bot@chromium.org · 11 years ago
  54. 6169f2b initial import of Chrome's trace_event into skia framework by commit-bot@chromium.org · 11 years ago
  55. a2bd2d1 Set write buffer flags only in SkWriteBuffer and SkFlatController constructors. by commit-bot@chromium.org · 11 years ago
  56. cbbc481 Replace factory generation of TextContexts with persistent objects. by commit-bot@chromium.org · 11 years ago
  57. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  58. ddf2bfb Move GrTextContext to private interface by commit-bot@chromium.org · 11 years ago
  59. cf34bc0 patch from issue 119343003 compile on 10.6, exclude failing gms by commit-bot@chromium.org · 11 years ago
  60. 9f94b91 Add fallback code for TextContexts that don't support all features by commit-bot@chromium.org · 11 years ago
  61. e5d7015 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  62. e8612d9 Add standalone drawText for GrTextContext. by commit-bot@chromium.org · 11 years ago
  63. c1587f9 change setAlphaType to not modify the pixelref's genID by reed@google.com · 11 years ago
  64. dcfa9ff Revert of Fast blurred rectangles on GPU (https://codereview.chromium.org/119343003/) by commit-bot@chromium.org · 11 years ago
  65. d182915 Perform the same analytic blur calculation on the GPU that we do on the CPU. Results in significant performance gains when using Ganesh to render drop shadows in Chrome. by commit-bot@chromium.org · 11 years ago
  66. 336d1d7 Implement a computeFastBounds() traversal for SkImageFilter. by senorblanco@chromium.org · 11 years ago
  67. 99f381a move getAdvancedTypefaceMetrics into private, as only skia internals call it by reed@google.com · 11 years ago
  68. c8de7a3 Ensure SSE2/3 is always enabled on Android. by commit-bot@chromium.org · 11 years ago
  69. 0e8d0d6 add optional SkAlphaType parameter to notifyPixelsChanged by commit-bot@chromium.org · 11 years ago
  70. 7fa2a65 fix more 64bit warnings by reed@google.com · 11 years ago
  71. 1a5e51f remove SkScalarMul from public headers by reed@google.com · 11 years ago
  72. 658650c Remove unused methods from SkWindow. by tfarina@chromium.org · 11 years ago
  73. c2abd54 add alternative to isRect named asRect by commit-bot@chromium.org · 11 years ago
  74. eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 11 years ago
  75. d2ac07b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  76. 709ca75 SkOnce: add option to call another cleanup function once at exit. by commit-bot@chromium.org · 11 years ago
  77. a8c7f77 fix (some) 64bit warnings -- size_t -> int by commit-bot@chromium.org · 11 years ago
  78. d8ed851 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  79. 9ebcac5 add installPixels by reed@google.com · 11 years ago
  80. 227c246 Resolve a few memory leaks in tests. by commit-bot@chromium.org · 11 years ago
  81. 68c7488 Revert "Turn NVPR on by default (but off in tools)." by halcanary@google.com · 11 years ago
  82. 0ded88d [Reland of r13154, since the Housekeeping bot seems to have reverted it in r13155. Next time I'll put the "do not disturb" sign on my commit.] by senorblanco@chromium.org · 11 years ago
  83. cc40f06 Add factory class for generating various flavors of GrTextContext. by commit-bot@chromium.org · 11 years ago
  84. 83d81c9 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  85. 1878a44 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  86. 76d4d04 Refactor SkMorphologyImageFilter, CPU and GPU paths. This required making opts/ dependent on effects/, so that we could use the SkMorphologyProc type in SkMorphologyImageFilter.h. by senorblanco@chromium.org · 11 years ago
  87. fed2ab6 No deduping dictionaries for matrices and regions. by commit-bot@chromium.org · 11 years ago
  88. d173b87 remove SkScalarMul macro by mike@reedtribe.org · 11 years ago
  89. f1d63aa Revert of Add factory class for generating various flavors of GrTextContext. (https://codereview.chromium.org/144283002/) by commit-bot@chromium.org · 11 years ago
  90. ce96b65 Add factory class for generating various flavors of GrTextContext. by commit-bot@chromium.org · 11 years ago
  91. c72425a Move GrGLInterface function pointers into a nested struct by commit-bot@chromium.org · 11 years ago
  92. 91506eb Scope our ANNOTATE_BENIGN_RACE. by commit-bot@chromium.org · 11 years ago
  93. 2ab1ba0 Make leak counters thread-safe and turn them on by default for Debug by commit-bot@chromium.org · 11 years ago
  94. 7322893 Adding SK_API to SkGLContextHelper and SkNullGLContext for use in blink unit test component build by commit-bot@chromium.org · 11 years ago
  95. 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface by commit-bot@chromium.org · 11 years ago
  96. 92b7884 Remove GR_GL_IGNORE_ES3_MSAA.s by commit-bot@chromium.org · 11 years ago
  97. cc190eb Allow GrGLInterface factories in Chromium to continue to compile. by commit-bot@chromium.org · 11 years ago
  98. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  99. 3aa7a02 SK_API SkMallocPixelRef by commit-bot@chromium.org · 11 years ago
  100. b06faac Factor out UnPreMultiplyPreservingByteOrder by commit-bot@chromium.org · 11 years ago