1. 0a09d71 Implement drawDRRect for GPU by commit-bot@chromium.org · 10 years ago
  2. fc94829 remove SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG by commit-bot@chromium.org · 10 years ago
  3. 8ddc26b Actually identify required saveLayers in SkGpuDevice::EXPERIMENTAL_drawPicture by commit-bot@chromium.org · 10 years ago
  4. f20fc24 remove all references to legacy Config8888 by reed@google.com · 10 years ago
  5. 99e5b52 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  6. 180e36a Revert "hide Config8888 entirely". Broke a bunch of builds. by bsalomon@google.com · 10 years ago
  7. be41d38 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  8. d8a57af Adding a new SkSurface factory for generating surfaces from the scratch texture pool. by commit-bot@chromium.org · 10 years ago
  9. b7b7eb3 Fix accessBitmap() with deferred clear, GPU path. by senorblanco@chromium.org · 10 years ago
  10. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 10 years ago
  11. 4ef54f8 remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead code by commit-bot@chromium.org · 10 years ago
  12. 145d1c0 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 10 years ago
  13. 5ed01d1 Revert r13810 (Proposed SkCanvas API for preLoading textures to VRAM v2.0) by robertphillips@google.com · 10 years ago
  14. 1ab85c8 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 10 years ago
  15. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  16. 3da3b62 getDeviceCapabilities is no longer need, so remove it by commit-bot@chromium.org · 10 years ago
  17. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 10 years ago
  18. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 10 years ago
  19. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  20. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 10 years ago
  21. cbbc481 Replace factory generation of TextContexts with persistent objects. by commit-bot@chromium.org · 10 years ago
  22. ddf2bfb Move GrTextContext to private interface by commit-bot@chromium.org · 10 years ago
  23. e8612d9 Add standalone drawText for GrTextContext. by commit-bot@chromium.org · 10 years ago
  24. cc40f06 Add factory class for generating various flavors of GrTextContext. by commit-bot@chromium.org · 10 years ago
  25. 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
  26. ce96b65 Add factory class for generating various flavors of GrTextContext. by commit-bot@chromium.org · 10 years ago
  27. 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
  28. dec6150 HQ filtering for tiled/bleed drawBitmap sample at pix center in bicubic by commit-bot@chromium.org · 11 years ago
  29. ec3ca87 Revert "Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice"" by reed@google.com · 11 years ago
  30. 4d16470 Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice" by reed@google.com · 11 years ago
  31. 3f4bf51 switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice by reed@google.com · 11 years ago
  32. 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
  33. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  34. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  35. 7edad87 Compute clipped src rect once in tiled bitmap draws by commit-bot@chromium.org · 11 years ago
  36. af562b4 Tile large bitmaps that are clipped. by bsalomon@google.com · 11 years ago
  37. bbfe454 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
  38. e982187 Revert "Apply matrix early in draw bitmap" by scroggo@google.com · 11 years ago
  39. 25e5a20 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
  40. 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
  41. 15455b2 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
  42. 2291e72 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  43. 07f81a5 Baby step in making SkGpuDevice no longer derive from SkBitmapDevice by robertphillips@google.com · 11 years ago
  44. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  45. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  46. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  47. 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
  48. 9bf380c drawBitmap* cleanup by robertphillips@google.com · 11 years ago
  49. 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
  50. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
  51. f2bfd54 Add GPU support for roundrects by commit-bot@chromium.org · 11 years ago
  52. 123ac1d Make GM render to render targets that are also textures. by bsalomon@google.com · 11 years ago
  53. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  54. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 11 years ago
  55. 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 12 years ago
  56. 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 12 years ago
  57. 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 12 years ago
  58. f3dc199 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  59. d3eb336 Add validation check to GrGpu::createTexture & minor SkGpuDevice cleanup by robertphillips@google.com · 12 years ago
  60. a99226e Commit SkGpuDevice.h which was omitted from r5918 for some reason. by bsalomon@google.com · 12 years ago
  61. 3ab43d5 Minimize use of SkDraw's matrix in SkGpuDevice. by bsalomon@google.com · 12 years ago
  62. 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
  63. 3fffb2e Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation issues by robertphillips@google.com · 12 years ago
  64. a1c3d78 Remove gainFocus() and setMatrixClip() virtuals from SkDevice. by bsalomon@google.com · 12 years ago
  65. 22b460c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  66. bac6b05 Update Ganesh to support fractional rects in drawBitmapRect by robertphillips@google.com · 12 years ago
  67. 33535f3 Reimplement drawBitmapRectToRect to correctly handle fraction srcRect. by reed@google.com · 12 years ago
  68. 1ce49fc Move GrTextureParams from GrSamplerState to GrTextureAccess by bsalomon@google.com · 12 years ago
  69. 8090e65 Make the SkGrPixelRef be responsible for unlocking device's scratch texture in the cache by bsalomon@google.com · 12 years ago
  70. a292112 Remove SkGpuDevice::fTexture, use new pixel ref class name by bsalomon@google.com · 12 years ago
  71. 1f47f4f Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 12 years ago
  72. 641f8b1 Replace GrClip with SkClipStack by robertphillips@google.com · 12 years ago
  73. beb1af7 Altered Ganesh's clip stack plumbing to pass down new GrClipData class by robertphillips@google.com · 12 years ago
  74. b867099 Move filter/wrap out of GrSamplerState into GrTextureParams by bsalomon@google.com · 12 years ago
  75. 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
  76. 40a1ae4 Added SkDevice onAttachToCanvas & onDetachFromCanvas methods by robertphillips@google.com · 12 years ago
  77. 54823c2 Rolling back r4034 (Proposed plumbing to propagate save & restore) by robertphillips@google.com · 12 years ago
  78. 375ff85 Un-trifurcate GrTextContext: get rid of Default and Batched subclasses, by tomhudson@google.com · 12 years ago
  79. 49d9fd5 Plumbing to propagate save & restore from SkCanvas down to GrContext & lower by robertphillips@google.com · 12 years ago
  80. 06cd732 Reland 3563 by bsalomon@google.com · 12 years ago
  81. 18bbb8b Revet 3563 due to mac bot failure by bsalomon@google.com · 12 years ago
  82. 423d6d9 Improve save layer handling in SkGpuDevice by bsalomon@google.com · 12 years ago
  83. 8926b16 apply imagefilter to all draw calls by reed@google.com · 12 years ago
  84. f4a9c82 Split GrTextContext into baseclass and subclass by bsalomon@google.com · 12 years ago
  85. 84405e0 make skpaint2grpaint functions be local to skgpudevice.cpp by bsalomon@google.com · 12 years ago
  86. 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 12 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. 1fadb20 Remove static initiazled gClampNearest in gpu backend by bsalomon@google.com · 13 years ago
  89. 75d939b add SK_OVERRIDEs, move impl of virtuals into .cpp by reed@google.com · 13 years ago
  90. fb30951 [GPU] tile when large bitmap pased drawBitmap and only a small fraction is used by bsalomon@google.com · 13 years ago
  91. d58a1cd Add config8888 support to writePixels by bsalomon@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. 8a0b029 Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy use by tomhudson@google.com · 13 years ago
  98. 66d5725 Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(), by tomhudson@google.com · 13 years ago
  99. 971d0c8 Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary to support it. by bsalomon@google.com · 13 years ago
  100. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago