1. c5d5cf9 remove guarded code - there are no more callers by reed · 10 years ago
  2. 6ca763f More SaveFlags removal twiddling. by fmalita · 10 years ago
  3. 07fc662 Prepare for internal SaveFlags removal. by fmalita · 10 years ago
  4. 074fe9d Remove legacy drawPicture entry point by robertphillips · 10 years ago
  5. c3b589a SkClipStack::Element tweaks. by fmalita · 10 years ago
  6. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  7. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  8. 92a8916 fix casting issue with or operator by commit-bot@chromium.org · 10 years ago
  9. 2a5cd60 Add an OR operator overload for SaveFlags to avoid extra static casts. by commit-bot@chromium.org · 10 years ago
  10. 559a883 Fix the rendering error of SkDraw::drawVertices in gpu path for solid color. by commit-bot@chromium.org · 10 years ago
  11. 2a67e12 This adds a checkbox to the debugger to allow seeing the effect pathops has on the clip. A new tab shows the C code that the pathops generate. by commit-bot@chromium.org · 10 years ago
  12. fc6dfba Inline noop willFoo/didFoo into SkCanvas.h. by commit-bot@chromium.org · 10 years ago
  13. d70fa20 Deprecate SaveFlags use in the public SkCanvas API. by commit-bot@chromium.org · 10 years ago
  14. b0430d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  15. e0d9ce8 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 10 years ago
  16. 945ec3a Revert of make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/) by commit-bot@chromium.org · 10 years ago
  17. 4325d11 make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 10 years ago
  18. 6b4aaa7 add optional origin parameter to accessTopLayerPixels by commit-bot@chromium.org · 10 years ago
  19. cae54f1 remove picture-backed surfaces by commit-bot@chromium.org · 10 years ago
  20. c873329 Update bench to be able to preprocess skps by commit-bot@chromium.org · 10 years ago
  21. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 10 years ago
  22. f20fc24 remove all references to legacy Config8888 by reed@google.com · 10 years ago
  23. d9ea09e Consolidate SkCanvas matrix virtuals. by commit-bot@chromium.org · 10 years ago
  24. 7111d46 Revert "Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/)" by reed@google.com · 10 years ago
  25. 231f6b8 Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/) by commit-bot@chromium.org · 10 years ago
  26. 1121170 implement readPixels and writePixels natively, w/o using the (deprecated) by reed@google.com · 10 years ago
  27. 520cf8b Fix cull nesting assertion. by commit-bot@chromium.org · 10 years ago
  28. 180e36a Revert "hide Config8888 entirely". Broke a bunch of builds. by bsalomon@google.com · 10 years ago
  29. e14792d hide Config8888 entirely by commit-bot@chromium.org · 10 years ago
  30. 9236238 Remove SkCanvas matrix ops return value. by commit-bot@chromium.org · 10 years ago
  31. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 10 years ago
  32. 4ef54f8 remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead code by commit-bot@chromium.org · 10 years ago
  33. 42b0893 add NewRasterDirect for creating a canvas drawing to pre-allocated pixels by commit-bot@chromium.org · 10 years ago
  34. 145d1c0 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 10 years ago
  35. 5ed01d1 Revert r13810 (Proposed SkCanvas API for preLoading textures to VRAM v2.0) by robertphillips@google.com · 10 years ago
  36. 1ab85c8 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 10 years ago
  37. 44c48d0 De-virtualize SkCanvas matrix ops. by commit-bot@chromium.org · 10 years ago
  38. e54a23f De-virtualize SkCanvas save/restore. by commit-bot@chromium.org · 10 years ago
  39. 9c135db support direct writing to top layer, and hide getTopLayer() by reed@google.com · 10 years ago
  40. 069a55a Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/196323003/) by commit-bot@chromium.org · 10 years ago
  41. 4fcd92d Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/) by commit-bot@chromium.org · 10 years ago
  42. f1292bc Revert "De-virtualize SkCanvas save/restore." by fmalita@google.com · 10 years ago
  43. 80b1051 De-virtualize SkCanvas save/restore. by fmalita@google.com · 10 years ago
  44. b93ba45 flag to make kClipToLayer_SaveFlag the default behavior by reed@google.com · 10 years ago
  45. 5c70cdc hide getTotalClip, so we can eventually remove it by commit-bot@chromium.org · 10 years ago
  46. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 10 years ago
  47. 759cf48 Now that the matching changes have landed in Chromium we can clean up the API on our side. by commit-bot@chromium.org · 10 years ago
  48. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 10 years ago
  49. 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 · 10 years ago
  50. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 10 years ago
  51. 3107b6a add SkCanvas::NewRaster factory -- a very common use-case in chrome by commit-bot@chromium.org · 10 years ago
  52. 210ae2a Culling API by commit-bot@chromium.org · 10 years ago
  53. 4ebe382 Revert "Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/)" by bsalomon@google.com · 10 years ago
  54. 1caedbb Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/) by commit-bot@chromium.org · 10 years ago
  55. a47ac2b Add getReducedClipStack to lua canvas by commit-bot@chromium.org · 10 years ago
  56. 754de5f add isClipEmpty() -- encourage clients to call this rather than checking clipFoo() results by reed@google.com · 10 years ago
  57. ed9806f add SkCanvas::drawDRRect by commit-bot@chromium.org · 10 years ago
  58. 31acdea Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  59. 87001ed fix style nit in drawIRect by reed@google.com · 10 years ago
  60. 403f8d7 still trying to kill setDevice: rename to setRootDevice (better name) and make private by commit-bot@chromium.org · 10 years ago
  61. e5b2af9 Store SkRRects in SkClipStack by commit-bot@chromium.org · 10 years ago
  62. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 10 years ago
  63. a3b5327 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  64. 9836bc3 When the CTM has perspective the back-project method in quickRejectY goes haywire. by commit-bot@chromium.org · 10 years ago
  65. 02d6f54 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  66. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 10 years ago
  67. ea7d08e Add unit test for unbalanced save and restores in pictures. by commit-bot@chromium.org · 10 years ago
  68. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 10 years ago
  69. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 10 years ago
  70. 5d54c29 remove unneeded SK_SUPPORT_LEGACY_CANVAS_CREATECOMPATIBLEDEVICE by reed@google.com · 10 years ago
  71. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 10 years ago
  72. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 10 years ago
  73. e254310 add SkCanvas constructor that explicitly creates no_config with dimensions by commit-bot@chromium.org · 10 years ago
  74. c0784db remove SkScalarCompare type and header by reed@google.com · 11 years ago
  75. 91246b9 Update documentation around drawBitmap and shaders by commit-bot@chromium.org · 11 years ago
  76. 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
  77. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  78. 5308c83 drawPosTextOnPath is now deprecated, removing all overrides and impls by reed@google.com · 11 years ago
  79. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  80. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  81. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  82. 7ce564c Revert "If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance." by bsalomon@google.com · 11 years ago
  83. ad254fe If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by bsalomon@google.com · 11 years ago
  84. c2cc1db Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - https://codereview.chromium.org/23484007) due to changes to the following GM images: by robertphillips@google.com · 11 years ago
  85. 521a467 If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by commit-bot@chromium.org · 11 years ago
  86. 2887119 save/restore the canvas around every bench draw call by commit-bot@chromium.org · 11 years ago
  87. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  88. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  89. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  90. 31acc11 Fix name of "bleed" flag by robertphillips@google.com · 11 years ago
  91. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  92. eed779d This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on the simplest GPU path. by commit-bot@chromium.org · 11 years ago
  93. d423657 Prevent picture recording from over optimizing the culling of clips. by djsollen@google.com · 11 years ago
  94. 1cc07d9 Revert "Add SkCanvas::drawPosTextBounded." by reed@google.com · 11 years ago
  95. 2515242 Add SkCanvas::drawPosTextBounded. by commit-bot@chromium.org · 11 years ago
  96. 631a59b added drawVertices path to GameBench by robertphillips@google.com · 11 years ago
  97. 9bf380c drawBitmap* cleanup by robertphillips@google.com · 11 years ago
  98. a5d3e77 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  99. ed8d6bb Moving updateClipConservativelyUsingBounds into SkCanvas by junov@chromium.org · 11 years ago
  100. 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago