1. 26a00de Remove incremental draw optimization from SkDebugCanvas by kkinnunen · 10 years ago
  2. 199ba8e namespace {} trick for SK_DECLARE_STATIC_ONCE by mtklein · 10 years ago
  3. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  4. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  5. f4e5995 It is dangerous to ignore SkRect::intersect's return value by robertphillips · 10 years ago
  6. 690fc59 Revert of It is dangerous to ignore SkRect::intersect's return value (patchset #6 id:100001 of https://codereview.chromium.org/833943002/) by robertphillips · 10 years ago
  7. 152f524 It is dangerous to ignore SkRect::intersect's return value by robertphillips · 10 years ago
  8. 26e5400 Remove draw window size state from SkDebugCanvas by kkinnunen · 10 years ago
  9. 41af966 Revert of Revert of move remaining virtual draw methods to onDraw (patchset #1 id:1 of https://codereview.chromium.org/835913002/) by reed · 10 years ago
  10. e87e383 Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001 of https://codereview.chromium.org/817723005/) by reed · 10 years ago
  11. 2e0f7d5 move remaining virtual draw methods to onDraw by reed · 10 years ago
  12. c4fda92 remove unused drawData by reed · 10 years ago
  13. 5037e9d Change DebugCanvas API to not encourage memory leaks by kkinnunen · 10 years ago
  14. 8aacf20 Fill SkRRect::fType proactively. by mtklein · 10 years ago
  15. 220f926 use conics by reed · 10 years ago
  16. 88640cf SkMatrix44(const SkMatrix&) needs to initialize the type mask by fs · 10 years ago
  17. 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
  18. 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
  19. 9880607 Even more win64 warning fixes by bsalomon · 10 years ago
  20. f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
  21. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  22. ff3106c Display text blob bounds in the debugger. by fmalita · 10 years ago
  23. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  24. 4bfd587 Decompose a weird assert. by mtklein · 10 years ago
  25. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  26. 3729469 Change clear() to respect the clip by reed · 10 years ago
  27. 04c9695 Remove Picture deletion listeners. by mtklein · 10 years ago
  28. 158fcaa Implement SkPicture::bytesUsed() for SkRecord backend by tomhudson · 10 years ago
  29. b07a94f add roundOut that returns its result by reed · 10 years ago
  30. 082a462 Move WGL header from include to src by djsollen · 10 years ago
  31. b2db898 rename filterTextFlags to disableLCD by reed · 10 years ago
  32. 6987dca Rename onCreateDevice -> onCreateCompatibleDevice by fmalita · 10 years ago
  33. 5adbf1b Revert of move to modify onCreateDevice virtual (patchset #2 id:20001 of https://codereview.chromium.org/723743002/) by reed · 10 years ago
  34. b122ee5 start to replace onCreateDevice with onCreateCompatibleDevice by reed · 10 years ago
  35. 8c89c52 Revert of Revert of SkDrawCommand scrubbing (patchset #1 id:1 of https://codereview.chromium.org/712683002/) by fmalita · 10 years ago
  36. 9063ddd Revert of SkDrawCommand scrubbing (patchset #2 id:20001 of https://codereview.chromium.org/706363002/) by fmalita · 10 years ago
  37. 1931ec5 SkDrawCommand scrubbing by fmalita · 10 years ago
  38. 7a72c67 add patch and clicktracking to lua by reed · 10 years ago
  39. 21402e3 Bug fix for cull_line in SkDashPathEffect. by egdaniel · 10 years ago
  40. 9f2251c Crop the fast path dashed lines to the cull rect by robertphillips · 10 years ago
  41. 7b86466 update slides by reed · 10 years ago
  42. 2bf8d09 Revert of Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe (patchset #8 id:140001 of https://codereview.chromium.org/613673005/) by piotaixr · 10 years ago
  43. 36c9c11 add more typeface methods to lua by reed · 10 years ago
  44. bb8a0ab update slide content by reed · 10 years ago
  45. 1b6ab44 add textblobs to lua by reed · 10 years ago
  46. db8d0e5 Manually load CONDITION_VARIABLE methods on Windows, checking for failure (XP). by mtklein · 10 years ago
  47. 615c593 move SkTextBox into utils by reed · 10 years ago
  48. 89889b6 MultiPictureDraw is taskgroup aware. SampleApp is multipicturedraw aware. by reed · 10 years ago
  49. fa49471 SkTaskGroup::add(fn, arg) by mtklein · 10 years ago
  50. e5909d3 Override SkCanvas::drawImage[Rect]() in SkProxyCanvas by piotaixr · 10 years ago
  51. c830677 In SkPDFDocumentToBitmap, use SkCreateDataProviderFromStream by halcanary · 10 years ago
  52. 86217d8 add saveLayer to lua by reed · 10 years ago
  53. 47eedcc Add utils to better quantize grayscale values to three bit indices while by pavel · 10 years ago
  54. 9bb7539 Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe by piotaixr · 10 years ago
  55. b975089 Fix debugger's SaveAs functionality by robertphillips · 10 years ago
  56. dd5a1e0 Check SkStream::isAtEnd before attempting to read. by scroggo · 10 years ago
  57. 9fbc3f3 add gradients and drawPaint to lua by reed · 10 years ago
  58. 1f66e45 Add an assert that we still have a buffer to readFromBuffer(). by mtklein · 10 years ago
  59. 468b181 add blurimagefilter to lua by reed · 10 years ago
  60. 6fedd3a Revert of Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe (patchset #5 id:80001 of https://codereview.chromium.org/613673005/) by rmistry · 10 years ago
  61. 7017168 "Fix" debugger's setMatrix handling by robertphillips · 10 years ago
  62. 687732f Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe by piotaixr · 10 years ago
  63. bdc49ae create and modify matrices in lua by reed · 10 years ago
  64. 96affcd add pictures to lua by reed · 10 years ago
  65. f355df5 add canvas:clear to lua by reed · 10 years ago
  66. 485557f add surfaces to lua by reed · 10 years ago
  67. 09a1d67 add key handlers to lua by reed · 10 years ago
  68. ba5fb93 add drawImageRect to lua, update sample by reed · 10 years ago
  69. e099dd7 Small improvements to SkBitSet: by mtklein · 10 years ago
  70. e356c7f Restore a really single-threaded mode to DM. by mtklein · 10 years ago
  71. b7bac3d Override drawImage*() in SkNWayCanvas by piotaixr · 10 years ago
  72. 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 10 years ago
  73. d46b8d2 Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/) by robertphillips · 10 years ago
  74. faccb8e SkMatrix44::preserves2dAxisAlignment() by tomhudson · 10 years ago
  75. c13bc57 Fix SkTextBlob offset semantics. by Florin Malita · 10 years ago
  76. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  77. 2456b76 Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/) by borenet · 10 years ago
  78. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  79. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  80. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  81. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  82. 4bcc202 Use SkImage::NewFromGenerator() instead of SkImage::newEncodedData() by piotaixr · 10 years ago
  83. 49005bf Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFullFrame by yunchao.he · 10 years ago
  84. 5087b2c Revert of Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFullFrame (patchset #7 id:140001 of https://codereview.chromium.org/545813002/) by mtklein · 10 years ago
  85. 8e45c37 Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFullFrame by yunchao.he · 10 years ago
  86. eefd18c Let SkTaskGroup work synchronously if no one created an SkTaskGroup::Enabler. by mtklein · 10 years ago
  87. 33a3050 SkData can allocate room for its contents in the same block by reed · 10 years ago
  88. f548444 Detect presence of dwrite_1.h. by bungeman · 10 years ago
  89. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  90. 406654b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  91. 2460bbd Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://codereview.chromium.org/531653002/) by mtklein · 10 years ago
  92. 9c7207b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  93. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  94. 8482504 make allocPixels throw on failure by reed · 10 years ago
  95. 5577387 Debugger render support for SkDrawTextBlobCommand. by fmalita · 10 years ago
  96. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  97. 3031350 Add missing text blob SkDrawCommand string. by fmalita · 10 years ago
  98. b742517 SkTextBlob plumbing by fmalita · 10 years ago
  99. 5e7b4f9 Require length in sk_wchar_to_string. by bungeman · 10 years ago
  100. 8bf3df6 remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE by reed · 10 years ago