1. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  2. e0c170f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  3. 53238bc Move SkBitmapDevice functions to their own file by robertphillips@google.com · 11 years ago
  4. 772c4e6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  5. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  6. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  7. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  8. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  9. 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
  10. 9bf380c drawBitmap* cleanup by robertphillips@google.com · 11 years ago
  11. 5dc14c1 ARM Skia NEON patches - 08 - Cleaning / possible fix by commit-bot@chromium.org · 11 years ago
  12. 020b25b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  13. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  14. f2bfd54 Add GPU support for roundrects by commit-bot@chromium.org · 11 years ago
  15. b58772f PDF: add support for named destinations. by epoger@google.com · 11 years ago
  16. 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 11 years ago
  17. 1cad898 PDF: add support for named destinations by epoger@google.com · 11 years ago
  18. f186757 call through to to the virtual drawPath from drawOval, for subclasses (e.g. pdf) by reed@google.com · 12 years ago
  19. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  20. 532470f Expose geometry and gamma on device. https://codereview.appspot.com/6499101/ by bungeman@google.com · 12 years ago
  21. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 12 years ago
  22. 6f54724 remove legacy build-flags for drawBitmapRect by reed@google.com · 12 years ago
  23. ff21c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  24. 3c95d5b Have drawBitmapRectToRect devolve to drawBitmap if it can (to avoid creating by reed@google.com · 12 years ago
  25. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  26. 3fffb2e Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation issues by robertphillips@google.com · 12 years ago
  27. a1c3d78 Remove gainFocus() and setMatrixClip() virtuals from SkDevice. by bsalomon@google.com · 12 years ago
  28. 1e9c987 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  29. 34dc9a2 allow chrome to use old drawBitmapRect beahvior for now, using SK_SUPPORT_INT_SRCRECT_DRAWBITMAPRECT by reed@google.com · 12 years ago
  30. 7064e9a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  31. 33535f3 Reimplement drawBitmapRectToRect to correctly handle fraction srcRect. by reed@google.com · 12 years ago
  32. 405d0f4 In which a series of things around attachToCanvas and writePixels are fixed by bsalomon@google.com · 12 years ago
  33. 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 12 years ago
  34. 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
  35. 40a1ae4 Added SkDevice onAttachToCanvas & onDetachFromCanvas methods by robertphillips@google.com · 12 years ago
  36. b0a34d8 idea: add annotation to SkPaint by reed@google.com · 12 years ago
  37. 15e9d3e Expanded distribution of instance counting by robertphillips@google.com · 12 years ago
  38. 8926b16 apply imagefilter to all draw calls by reed@google.com · 12 years ago
  39. fb0d741 Use nested template expansions to implement Config8888 conversions. by bsalomon@google.com · 13 years ago
  40. 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 13 years ago
  41. 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 13 years ago
  42. b55deeb add allowImageFilter() so a device can allow/disallow filters by reed@google.com · 13 years ago
  43. 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
  44. 32d25b6 initial impl of SkImageFilters : virtual signature will change! by reed@google.com · 13 years ago
  45. fb82300 enable shadermask optimization all the time by reed@google.com · 13 years ago
  46. e303fcf add SkXfermode::IsMode() and use that in SkDevice by mike@reedtribe.org · 13 years ago
  47. 79841fe disable reduced checks if we're not enabling fast shadermask by reed@google.com · 13 years ago
  48. 1750bf1 support blitMask+shader natively (1.75x faster for AA, and now we can support by reed@google.com · 13 years ago
  49. d58a1cd Add config8888 support to writePixels by bsalomon@google.com · 13 years ago
  50. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  51. 6850eab Override 32BPP format in SkCanvas::readPixels by bsalomon@google.com · 13 years ago
  52. 910267d Make SkDevice::onReadPixels take a const& rather than const* by bsalomon@google.com · 13 years ago
  53. 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
  54. ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
  55. 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
  56. 600b3f6 don't autoset forceaa (yet), but require the caller to do that. In the future by reed@google.com · 13 years ago
  57. 97d1a22 disable auto-detection of non-opaque devices for LCD for now by reed@google.com · 13 years ago
  58. 6fc3c1f Detect that we're drawing to a device that has per-pixel alpha, and if so, by reed@google.com · 13 years ago
  59. 8a0b029 Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy use by tomhudson@google.com · 13 years ago
  60. 66d5725 Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(), by tomhudson@google.com · 13 years ago
  61. d51bfa0 rename getBounds to getGlobalBounds, since it now takes the device's origin by reed@google.com · 13 years ago
  62. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  63. 9c49bc3 Allow texture-backed bitmaps to perform a read-back when lockPixels is called. by reed@google.com · 13 years ago
  64. cde9211 remove SkDeviceFactory from the collective consciousness, now that devices know by reed@google.com · 13 years ago
  65. e97f085 Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveLayer will fall back on createNewCompatibleDevice. by bsalomon@google.com · 13 years ago
  66. af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 13 years ago
  67. c0c4d22 Removal of obsolete interface, SkMatrixClipObserver. by twiz@google.com · 13 years ago
  68. 246bd0f by twiz@google.com · 13 years ago
  69. ea4ac97 make SkDeviceFactory reference counted by mike@reedtribe.org · 13 years ago
  70. 398109c rename SkDevice::eraseColor to clear and make virtual. by bsalomon@google.com · 13 years ago
  71. a7d9485 replace SkRefDict with SkMetaData (much more general) by reed@google.com · 13 years ago
  72. f67e4cf add filterTextFlags() to SkDevice (virtual) to allow device subclasses to by reed@google.com · 13 years ago
  73. cd9d69b Upstreaming changes from android. by djsollen@google.com · 13 years ago
  74. 6f8f292 add origin to device by reed@google.com · 13 years ago
  75. 46799cd change virtual setMatrixClip() to take a SkClipStack parameter. by reed@google.com · 14 years ago
  76. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  77. 8c1d88d Remove include of SkGLDevice.h from SkGLCanvas.h by vandebo@chromium.org · 14 years ago
  78. 8d84fac Refactor SkCanvas so that backends don't need to override it. by vandebo@chromium.org · 14 years ago
  79. 8a1c16f grab from latest android by reed@android.com · 16 years ago