1. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  2. be129b2 Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache. by senorblanco · 10 years ago
  3. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  4. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  5. 89443ab change gpudevice and pdfdevice to inherit from basedevice by reed · 10 years ago
  6. f252f64 hide virtuals on device for width/height/isopaque by reed · 10 years ago
  7. 4585144 remove SK_SUPPORT_LEGACY_DEVICE_CONFIG code by reed · 10 years ago
  8. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  9. a6a8f00 hide SkDevice::config() by reed · 10 years ago
  10. 628ed0b Add Dashing gpu effect for simple dashed lines by commit-bot@chromium.org · 10 years ago
  11. a17773f Disable filtering in draw Bitmap operation when pixels are aligned by commit-bot@chromium.org · 10 years ago
  12. 6fcd1ef Add flag for SkGpuSurface creation to enable distance fields. by commit-bot@chromium.org · 10 years ago
  13. c873329 Update bench to be able to preprocess skps by commit-bot@chromium.org · 10 years ago
  14. 0a09d71 Implement drawDRRect for GPU 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. 99e5b52 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  19. 180e36a Revert "hide Config8888 entirely". Broke a bunch of builds. by bsalomon@google.com · 10 years ago
  20. be41d38 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  21. d8a57af Adding a new SkSurface factory for generating surfaces from the scratch texture pool. by commit-bot@chromium.org · 10 years ago
  22. b7b7eb3 Fix accessBitmap() with deferred clear, GPU path. by senorblanco@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. 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. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  29. 3da3b62 getDeviceCapabilities is no longer need, so remove it by commit-bot@chromium.org · 10 years ago
  30. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 10 years ago
  31. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 10 years ago
  32. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  33. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 10 years ago
  34. cbbc481 Replace factory generation of TextContexts with persistent objects. by commit-bot@chromium.org · 10 years ago
  35. ddf2bfb Move GrTextContext to private interface by commit-bot@chromium.org · 10 years ago
  36. e8612d9 Add standalone drawText for GrTextContext. by commit-bot@chromium.org · 10 years ago
  37. cc40f06 Add factory class for generating various flavors of GrTextContext. by commit-bot@chromium.org · 10 years ago
  38. f1d63aa Revert of Add factory class for generating various flavors of GrTextContext. (https://codereview.chromium.org/144283002/) by commit-bot@chromium.org · 10 years ago
  39. ce96b65 Add factory class for generating various flavors of GrTextContext. by commit-bot@chromium.org · 10 years ago
  40. a7d89c8 Handle drawBitmapRect src_rect->dst_rect mapping as a local matrix rather than view matrix when there is a mask filter. by commit-bot@chromium.org · 11 years ago
  41. dec6150 HQ filtering for tiled/bleed drawBitmap sample at pix center in bicubic by commit-bot@chromium.org · 11 years ago
  42. ec3ca87 Revert "Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice"" by reed@google.com · 11 years ago
  43. 4d16470 Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice" by reed@google.com · 11 years ago
  44. 3f4bf51 switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice by reed@google.com · 11 years ago
  45. 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
  46. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  47. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  48. 7edad87 Compute clipped src rect once in tiled bitmap draws by commit-bot@chromium.org · 11 years ago
  49. af562b4 Tile large bitmaps that are clipped. by bsalomon@google.com · 11 years ago
  50. bbfe454 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
  51. e982187 Revert "Apply matrix early in draw bitmap" by scroggo@google.com · 11 years ago
  52. 25e5a20 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
  53. dbbe1d4 Revert r11880 (Apply matrix early in draw bitmap - https://codereview.chromium.org/30593003) due to layout test failure by robertphillips@google.com · 11 years ago
  54. 15455b2 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
  55. 2291e72 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  56. 07f81a5 Baby step in making SkGpuDevice no longer derive from SkBitmapDevice by robertphillips@google.com · 11 years ago
  57. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  58. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  59. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  60. 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
  61. 9bf380c drawBitmap* cleanup by robertphillips@google.com · 11 years ago
  62. 42dacab Make GrPaint have a variable sized array of color and coverage stages rather than a fixed size. by commit-bot@chromium.org · 11 years ago
  63. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
  64. f2bfd54 Add GPU support for roundrects by commit-bot@chromium.org · 11 years ago
  65. 123ac1d Make GM render to render targets that are also textures. by bsalomon@google.com · 11 years ago
  66. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  67. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 11 years ago
  68. 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 12 years ago
  69. 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 12 years ago
  70. 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 12 years ago
  71. f3dc199 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  72. d3eb336 Add validation check to GrGpu::createTexture & minor SkGpuDevice cleanup by robertphillips@google.com · 12 years ago
  73. a99226e Commit SkGpuDevice.h which was omitted from r5918 for some reason. by bsalomon@google.com · 12 years ago
  74. 3ab43d5 Minimize use of SkDraw's matrix in SkGpuDevice. by bsalomon@google.com · 12 years ago
  75. 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
  76. 3fffb2e Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation issues by robertphillips@google.com · 12 years ago
  77. a1c3d78 Remove gainFocus() and setMatrixClip() virtuals from SkDevice. by bsalomon@google.com · 12 years ago
  78. 22b460c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  79. bac6b05 Update Ganesh to support fractional rects in drawBitmapRect by robertphillips@google.com · 12 years ago
  80. 33535f3 Reimplement drawBitmapRectToRect to correctly handle fraction srcRect. by reed@google.com · 12 years ago
  81. 1ce49fc Move GrTextureParams from GrSamplerState to GrTextureAccess by bsalomon@google.com · 12 years ago
  82. 8090e65 Make the SkGrPixelRef be responsible for unlocking device's scratch texture in the cache by bsalomon@google.com · 12 years ago
  83. a292112 Remove SkGpuDevice::fTexture, use new pixel ref class name by bsalomon@google.com · 12 years ago
  84. 1f47f4f Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 12 years ago
  85. 641f8b1 Replace GrClip with SkClipStack by robertphillips@google.com · 12 years ago
  86. beb1af7 Altered Ganesh's clip stack plumbing to pass down new GrClipData class by robertphillips@google.com · 12 years ago
  87. b867099 Move filter/wrap out of GrSamplerState into GrTextureParams by bsalomon@google.com · 12 years ago
  88. 24f3ad1 Move texture lock/unlock functions from SkGpuDevice into SkGr as global functions, also removed inconsistent "SkGr" class. by rileya@google.com · 12 years ago
  89. 40a1ae4 Added SkDevice onAttachToCanvas & onDetachFromCanvas methods by robertphillips@google.com · 12 years ago
  90. 54823c2 Rolling back r4034 (Proposed plumbing to propagate save & restore) by robertphillips@google.com · 12 years ago
  91. 375ff85 Un-trifurcate GrTextContext: get rid of Default and Batched subclasses, by tomhudson@google.com · 12 years ago
  92. 49d9fd5 Plumbing to propagate save & restore from SkCanvas down to GrContext & lower by robertphillips@google.com · 12 years ago
  93. 06cd732 Reland 3563 by bsalomon@google.com · 12 years ago
  94. 18bbb8b Revet 3563 due to mac bot failure by bsalomon@google.com · 12 years ago
  95. 423d6d9 Improve save layer handling in SkGpuDevice by bsalomon@google.com · 12 years ago
  96. 8926b16 apply imagefilter to all draw calls by reed@google.com · 12 years ago
  97. f4a9c82 Split GrTextContext into baseclass and subclass by bsalomon@google.com · 12 years ago
  98. 84405e0 make skpaint2grpaint functions be local to skgpudevice.cpp by bsalomon@google.com · 12 years ago
  99. 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 12 years ago
  100. 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago