1. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  2. 8483326 SkTextBlob shader space workaround. by fmalita · 10 years ago
  3. e010f1c hide deviceproperties, prepare the way for surfaceprops by reed · 10 years ago
  4. aa1b912 Expose drawTextBlob to devices. by fmalita · 10 years ago
  5. 45f7842 Fixed memory leak for nanobench and crashing in SampleApp NOTREECHECKS=True by dandov · 10 years ago
  6. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  7. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  8. ecfff21 SkCanvas interface for drawing a patch. by dandov · 10 years ago
  9. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  10. f252f64 hide virtuals on device for width/height/isopaque by reed · 10 years ago
  11. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  12. d942731 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  13. c873329 Update bench to be able to preprocess skps by commit-bot@chromium.org · 10 years ago
  14. fc94829 remove SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG by commit-bot@chromium.org · 10 years ago
  15. 8ddc26b Actually identify required saveLayers in SkGpuDevice::EXPERIMENTAL_drawPicture by commit-bot@chromium.org · 10 years ago
  16. f20fc24 remove all references to legacy Config8888 by reed@google.com · 10 years ago
  17. 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
  18. 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
  19. 1121170 implement readPixels and writePixels natively, w/o using the (deprecated) by reed@google.com · 10 years ago
  20. 180e36a Revert "hide Config8888 entirely". Broke a bunch of builds. by bsalomon@google.com · 10 years ago
  21. e14792d hide Config8888 entirely by commit-bot@chromium.org · 10 years ago
  22. db0c875 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 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. 145d1c0 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 10 years ago
  26. 5ed01d1 Revert r13810 (Proposed SkCanvas API for preLoading textures to VRAM v2.0) by robertphillips@google.com · 10 years ago
  27. 1ab85c8 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 10 years ago
  28. 9c135db support direct writing to top layer, and hide getTopLayer() by reed@google.com · 10 years ago
  29. 2cccf83 make onReadPixels protected and have default impl (so we can remove chrome override) by commit-bot@chromium.org · 10 years ago
  30. e62513f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  31. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 10 years ago
  32. 25c7127 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  33. ed9806f add SkCanvas::drawDRRect by commit-bot@chromium.org · 10 years ago
  34. 900ecf2 use colortype instead of config by reed@google.com · 10 years ago
  35. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 10 years ago
  36. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 10 years ago
  37. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 10 years ago
  38. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 10 years ago
  39. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 10 years ago
  40. 9ebcac5 add installPixels by reed@google.com · 11 years ago
  41. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  42. e0c170f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  43. 53238bc Move SkBitmapDevice functions to their own file by robertphillips@google.com · 11 years ago
  44. 772c4e6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  45. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  46. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  47. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  48. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  49. 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
  50. 9bf380c drawBitmap* cleanup by robertphillips@google.com · 11 years ago
  51. 5dc14c1 ARM Skia NEON patches - 08 - Cleaning / possible fix by commit-bot@chromium.org · 11 years ago
  52. 020b25b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  53. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  54. f2bfd54 Add GPU support for roundrects by commit-bot@chromium.org · 11 years ago
  55. b58772f PDF: add support for named destinations. by epoger@google.com · 11 years ago
  56. 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 11 years ago
  57. 1cad898 PDF: add support for named destinations by epoger@google.com · 11 years ago
  58. f186757 call through to to the virtual drawPath from drawOval, for subclasses (e.g. pdf) by reed@google.com · 11 years ago
  59. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  60. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
  61. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 12 years ago
  62. 6f54724 remove legacy build-flags for drawBitmapRect by reed@google.com · 12 years ago
  63. ff21c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  64. 3c95d5b Have drawBitmapRectToRect devolve to drawBitmap if it can (to avoid creating by reed@google.com · 12 years ago
  65. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  66. 3fffb2e Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation issues by robertphillips@google.com · 12 years ago
  67. a1c3d78 Remove gainFocus() and setMatrixClip() virtuals from SkDevice. by bsalomon@google.com · 12 years ago
  68. 1e9c987 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  69. 34dc9a2 allow chrome to use old drawBitmapRect beahvior for now, using SK_SUPPORT_INT_SRCRECT_DRAWBITMAPRECT by reed@google.com · 12 years ago
  70. 7064e9a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  71. 33535f3 Reimplement drawBitmapRectToRect to correctly handle fraction srcRect. by reed@google.com · 12 years ago
  72. 405d0f4 In which a series of things around attachToCanvas and writePixels are fixed by bsalomon@google.com · 12 years ago
  73. 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 12 years ago
  74. 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
  75. 40a1ae4 Added SkDevice onAttachToCanvas & onDetachFromCanvas methods by robertphillips@google.com · 12 years ago
  76. b0a34d8 idea: add annotation to SkPaint by reed@google.com · 12 years ago
  77. 15e9d3e Expanded distribution of instance counting by robertphillips@google.com · 12 years ago
  78. 8926b16 apply imagefilter to all draw calls by reed@google.com · 12 years ago
  79. fb0d741 Use nested template expansions to implement Config8888 conversions. by bsalomon@google.com · 12 years ago
  80. 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 12 years ago
  81. 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 12 years ago
  82. b55deeb add allowImageFilter() so a device can allow/disallow filters by reed@google.com · 13 years ago
  83. 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
  84. 32d25b6 initial impl of SkImageFilters : virtual signature will change! by reed@google.com · 13 years ago
  85. fb82300 enable shadermask optimization all the time by reed@google.com · 13 years ago
  86. e303fcf add SkXfermode::IsMode() and use that in SkDevice by mike@reedtribe.org · 13 years ago
  87. 79841fe disable reduced checks if we're not enabling fast shadermask by reed@google.com · 13 years ago
  88. 1750bf1 support blitMask+shader natively (1.75x faster for AA, and now we can support by reed@google.com · 13 years ago
  89. d58a1cd Add config8888 support to writePixels by bsalomon@google.com · 13 years ago
  90. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  91. 6850eab Override 32BPP format in SkCanvas::readPixels by bsalomon@google.com · 13 years ago
  92. 910267d Make SkDevice::onReadPixels take a const& rather than const* by bsalomon@google.com · 13 years ago
  93. 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
  94. ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
  95. 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
  96. 600b3f6 don't autoset forceaa (yet), but require the caller to do that. In the future by reed@google.com · 13 years ago
  97. 97d1a22 disable auto-detection of non-opaque devices for LCD for now by reed@google.com · 13 years ago
  98. 6fc3c1f Detect that we're drawing to a device that has per-pixel alpha, and if so, by reed@google.com · 13 years ago
  99. 8a0b029 Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy use by tomhudson@google.com · 13 years ago
  100. 66d5725 Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(), by tomhudson@google.com · 13 years ago