1. aa1b912 Expose drawTextBlob to devices. by fmalita · 10 years ago
  2. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  3. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  4. be129b2 Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache. by senorblanco · 10 years ago
  5. ecfff21 SkCanvas interface for drawing a patch. by dandov · 10 years ago
  6. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  7. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  8. 620fc60 remove SK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE by reed · 10 years ago
  9. 89443ab change gpudevice and pdfdevice to inherit from basedevice by reed · 10 years ago
  10. f252f64 hide virtuals on device for width/height/isopaque by reed · 10 years ago
  11. 4585144 remove SK_SUPPORT_LEGACY_DEVICE_CONFIG code by reed · 10 years ago
  12. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  13. a6a8f00 hide SkDevice::config() by reed · 10 years ago
  14. c873329 Update bench to be able to preprocess skps by commit-bot@chromium.org · 10 years ago
  15. fc94829 remove SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG by commit-bot@chromium.org · 10 years ago
  16. 8ddc26b Actually identify required saveLayers in SkGpuDevice::EXPERIMENTAL_drawPicture by commit-bot@chromium.org · 10 years ago
  17. f20fc24 remove all references to legacy Config8888 by reed@google.com · 10 years ago
  18. 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
  19. 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
  20. 1121170 implement readPixels and writePixels natively, w/o using the (deprecated) by reed@google.com · 10 years ago
  21. 180e36a Revert "hide Config8888 entirely". Broke a bunch of builds. by bsalomon@google.com · 10 years ago
  22. e14792d hide Config8888 entirely by commit-bot@chromium.org · 10 years ago
  23. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 10 years ago
  24. 4ef54f8 remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead code by commit-bot@chromium.org · 10 years ago
  25. eb849e5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  26. 145d1c0 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 10 years ago
  27. 5ed01d1 Revert r13810 (Proposed SkCanvas API for preLoading textures to VRAM v2.0) by robertphillips@google.com · 10 years ago
  28. 1ab85c8 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 10 years ago
  29. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  30. 13874c1 keep kVector enum in legacy mode for getDeviceProperties by reed@google.com · 10 years ago
  31. 3da3b62 getDeviceCapabilities is no longer need, so remove it by commit-bot@chromium.org · 10 years ago
  32. 9c135db support direct writing to top layer, and hide getTopLayer() by reed@google.com · 10 years ago
  33. 2cccf83 make onReadPixels protected and have default impl (so we can remove chrome override) by commit-bot@chromium.org · 10 years ago
  34. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 10 years ago
  35. ed9806f add SkCanvas::drawDRRect by commit-bot@chromium.org · 11 years ago
  36. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 11 years ago
  37. 09321f5 Remove deprecation of SkBaseDevice::config() so compile can proceed. by jvanverth@google.com · 11 years ago
  38. 02d6f54 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  39. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 11 years ago
  40. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 11 years ago
  41. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 11 years ago
  42. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  43. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 11 years ago
  44. fdbd504 remove kGL_Capability (unused) by reed@google.com · 11 years ago
  45. 62f1048 Deprecate two more functions using SK_ATTR_DEPRECATED macro. by tfarina@chromium.org · 11 years ago
  46. 5f43d21 Remove drawPosTextOnPath() from SkDevice API. by tfarina@chromium.org · 11 years ago
  47. 8128d8c Move distance field font code into GrDistanceFieldTextContext. by commit-bot@chromium.org · 11 years ago
  48. 73a5d53 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  49. ec3ca87 Revert "Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice"" by reed@google.com · 11 years ago
  50. 5308c83 drawPosTextOnPath is now deprecated, removing all overrides and impls by reed@google.com · 11 years ago
  51. 4d16470 Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice" by reed@google.com · 11 years ago
  52. 3f4bf51 switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice by reed@google.com · 11 years ago
  53. 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
  54. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  55. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  56. 07f81a5 Baby step in making SkGpuDevice no longer derive from SkBitmapDevice by robertphillips@google.com · 11 years ago
  57. 772c4e6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  58. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  59. 9241e33 Chromium staging for SkDevice refactoring by robertphillips@google.com · 11 years ago
  60. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  61. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  62. 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
  63. 9bf380c drawBitmap* cleanup by robertphillips@google.com · 11 years ago
  64. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
  65. f2bfd54 Add GPU support for roundrects by commit-bot@chromium.org · 11 years ago
  66. e0e385c Removed unused parameters by sugoi@google.com · 11 years ago
  67. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
  68. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 12 years ago
  69. fc84359 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  70. a6926b1 Reland r5861 but leave setMatrixClip virtual on SkDevice (IOW this is a partial revert of r5871 which reverted r5861). by bsalomon@google.com · 12 years ago
  71. 3fffb2e Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation issues by robertphillips@google.com · 12 years ago
  72. a1c3d78 Remove gainFocus() and setMatrixClip() virtuals from SkDevice. by bsalomon@google.com · 12 years ago
  73. 9c39744 Fix recursive GPU processing for SkImageFilter. Plumb through the by senorblanco@chromium.org · 12 years ago
  74. 33535f3 Reimplement drawBitmapRectToRect to correctly handle fraction srcRect. by reed@google.com · 12 years ago
  75. 405d0f4 In which a series of things around attachToCanvas and writePixels are fixed by bsalomon@google.com · 12 years ago
  76. 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 12 years ago
  77. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  78. 40a1ae4 Added SkDevice onAttachToCanvas & onDetachFromCanvas methods by robertphillips@google.com · 12 years ago
  79. 54823c2 Rolling back r4034 (Proposed plumbing to propagate save & restore) by robertphillips@google.com · 12 years ago
  80. 15e9d3e Expanded distribution of instance counting by robertphillips@google.com · 12 years ago
  81. 1f90287 Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1. by tomhudson@google.com · 12 years ago
  82. 49d9fd5 Plumbing to propagate save & restore from SkCanvas down to GrContext & lower by robertphillips@google.com · 12 years ago
  83. 8926b16 apply imagefilter to all draw calls by reed@google.com · 12 years ago
  84. 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 13 years ago
  85. 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 13 years ago
  86. b55deeb add allowImageFilter() so a device can allow/disallow filters by reed@google.com · 13 years ago
  87. 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
  88. d53f7c2 make getOrigin() public so callers can adjust layer by caryclark@google.com · 13 years ago
  89. ae0fb05 Add default param to SkDevice::writePixels b/c WK is relying on old signature. (Function will be made protected once WK calls the Canvas version) by bsalomon@google.com · 13 years ago
  90. d58a1cd Add config8888 support to writePixels by bsalomon@google.com · 13 years ago
  91. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  92. 6850eab Override 32BPP format in SkCanvas::readPixels by bsalomon@google.com · 13 years ago
  93. 910267d Make SkDevice::onReadPixels take a const& rather than const* by bsalomon@google.com · 13 years ago
  94. c698097 Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt (gpu code doesn't work in general in fixed pt). by bsalomon@google.com · 13 years ago
  95. ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
  96. 1a8ddf0 Changes the SkCanvas::readPixels API. Allows caller to read into prealloced bitmap pixels. Changes how clipping to device bounds is handled. by bsalomon@google.com · 13 years ago
  97. 5676b4a Revert r2122, r2116, r2108 Now that Chrome's PlatformDevice doesn't inherit from SkDevice. by vandebo@chromium.org · 13 years ago
  98. 8a0b029 Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy use by tomhudson@google.com · 13 years ago
  99. 66d5725 Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(), by tomhudson@google.com · 13 years ago
  100. d51bfa0 rename getBounds to getGlobalBounds, since it now takes the device's origin by reed@google.com · 13 years ago