1. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  2. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  3. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  4. 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
  5. 7b9e8a4 Apply the layer's image filter to the hoisted image by robertphillips · 10 years ago
  6. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  7. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  8. 3729469 Change clear() to respect the clip by reed · 10 years ago
  9. ba1bf8a Remove comment by robertphillips · 10 years ago
  10. 2d97bc1 Disable LCD text explicitly in SkPictureImageFilter::onFilterImage() by fmalita · 10 years ago
  11. b2db898 rename filterTextFlags to disableLCD by reed · 10 years ago
  12. 6987dca Rename onCreateDevice -> onCreateCompatibleDevice by fmalita · 10 years ago
  13. 5adbf1b Revert of move to modify onCreateDevice virtual (patchset #2 id:20001 of https://codereview.chromium.org/723743002/) by reed · 10 years ago
  14. b122ee5 start to replace onCreateDevice with onCreateCompatibleDevice by reed · 10 years ago
  15. 81f71b6 Change where layer hoisting data is gathered by robertphillips · 10 years ago
  16. 4736e14 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  17. aa30ab3 Revert of Get gpudft support working in dm, gm, nanobench and bench_pictures (patchset #2 id:20001 of https://codereview.chromium.org/699453005/) by jvanverth · 10 years ago
  18. 06ba179 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  19. 8c27a18 Change GrTextContext fallbacks to be a linked list chain. by jvanverth · 10 years ago
  20. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  21. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  22. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  23. afbf2d6 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  24. b06e5a2 Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260001 of https://codereview.chromium.org/596053002/) by robertphillips · 10 years ago
  25. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  26. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  27. c0eb9b9 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  28. 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 10 years ago
  29. d46b8d2 Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/) by robertphillips · 10 years ago
  30. c13bc57 Fix SkTextBlob offset semantics. by Florin Malita · 10 years ago
  31. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  32. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  33. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  34. 5d9ab28 enable conservative clips for gpudevice by reed · 10 years ago
  35. 3850971 Revert "Revert "Move SkGpuDevice.h to src/gpu"" by bsalomon · 10 years ago[Renamed from include/gpu/SkGpuDevice.h]
  36. b0a35f7 Revert "Move SkGpuDevice.h to src/gpu" by borenet · 10 years ago[Renamed from src/gpu/SkGpuDevice.h]
  37. d99bbb6 Move SkGpuDevice.h to src/gpu by bsalomon · 10 years ago[Renamed from include/gpu/SkGpuDevice.h]
  38. 841010f disable conservative rasterclip on gpu, until we understand perspective by reed · 10 years ago
  39. d954498 Revert of Revert of allow canvas to force conservative clips (for speed) (patchset #1 id:1 of https://codereview.chromium.org/554033003/) by reed · 10 years ago
  40. 6f09709 Revert of allow canvas to force conservative clips (for speed) (patchset #7 id:120001 of https://codereview.chromium.org/541593005/) by reed · 10 years ago
  41. 27a5e65 Allow SkCanvas to be initialized to force conservative rasterclips. This has the following effects: by reed · 10 years ago
  42. 98d709b Reorganize Layer Hoisting code by robertphillips · 10 years ago
  43. 32d0b3b Simplify SkGpuDevice construction by bsalomon · 10 years ago
  44. 23b406c Make SkGpuDevice constructors private. by bsalomon · 10 years ago
  45. 533eb78 Convert BBH APIs to use SkRect. by mtklein · 10 years ago
  46. 64bf767 Split up monolithic EXPERIMENTAL_drawPicture method by robertphillips · 10 years ago
  47. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  48. be129b2 Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache. by senorblanco · 10 years ago
  49. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  50. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  51. 89443ab change gpudevice and pdfdevice to inherit from basedevice by reed · 10 years ago
  52. f252f64 hide virtuals on device for width/height/isopaque by reed · 10 years ago
  53. 4585144 remove SK_SUPPORT_LEGACY_DEVICE_CONFIG code by reed · 10 years ago
  54. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  55. a6a8f00 hide SkDevice::config() by reed · 10 years ago
  56. 628ed0b Add Dashing gpu effect for simple dashed lines by commit-bot@chromium.org · 10 years ago
  57. a17773f Disable filtering in draw Bitmap operation when pixels are aligned by commit-bot@chromium.org · 10 years ago
  58. 6fcd1ef Add flag for SkGpuSurface creation to enable distance fields. by commit-bot@chromium.org · 10 years ago
  59. c873329 Update bench to be able to preprocess skps by commit-bot@chromium.org · 10 years ago
  60. 0a09d71 Implement drawDRRect for GPU by commit-bot@chromium.org · 10 years ago
  61. fc94829 remove SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG by commit-bot@chromium.org · 10 years ago
  62. 8ddc26b Actually identify required saveLayers in SkGpuDevice::EXPERIMENTAL_drawPicture by commit-bot@chromium.org · 10 years ago
  63. f20fc24 remove all references to legacy Config8888 by reed@google.com · 10 years ago
  64. 99e5b52 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  65. 180e36a Revert "hide Config8888 entirely". Broke a bunch of builds. by bsalomon@google.com · 10 years ago
  66. be41d38 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  67. d8a57af Adding a new SkSurface factory for generating surfaces from the scratch texture pool. by commit-bot@chromium.org · 10 years ago
  68. b7b7eb3 Fix accessBitmap() with deferred clear, GPU path. by senorblanco@chromium.org · 10 years ago
  69. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 10 years ago
  70. 4ef54f8 remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead code by commit-bot@chromium.org · 10 years ago
  71. 145d1c0 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 10 years ago
  72. 5ed01d1 Revert r13810 (Proposed SkCanvas API for preLoading textures to VRAM v2.0) by robertphillips@google.com · 10 years ago
  73. 1ab85c8 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 10 years ago
  74. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  75. 3da3b62 getDeviceCapabilities is no longer need, so remove it by commit-bot@chromium.org · 10 years ago
  76. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 10 years ago
  77. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 10 years ago
  78. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  79. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 10 years ago
  80. cbbc481 Replace factory generation of TextContexts with persistent objects. by commit-bot@chromium.org · 10 years ago
  81. ddf2bfb Move GrTextContext to private interface by commit-bot@chromium.org · 10 years ago
  82. e8612d9 Add standalone drawText for GrTextContext. by commit-bot@chromium.org · 10 years ago
  83. cc40f06 Add factory class for generating various flavors of GrTextContext. by commit-bot@chromium.org · 10 years ago
  84. 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
  85. ce96b65 Add factory class for generating various flavors of GrTextContext. by commit-bot@chromium.org · 10 years ago
  86. 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
  87. dec6150 HQ filtering for tiled/bleed drawBitmap sample at pix center in bicubic by commit-bot@chromium.org · 11 years ago
  88. ec3ca87 Revert "Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice"" by reed@google.com · 11 years ago
  89. 4d16470 Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice" by reed@google.com · 11 years ago
  90. 3f4bf51 switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice by reed@google.com · 11 years ago
  91. 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
  92. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  93. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  94. 7edad87 Compute clipped src rect once in tiled bitmap draws by commit-bot@chromium.org · 11 years ago
  95. af562b4 Tile large bitmaps that are clipped. by bsalomon@google.com · 11 years ago
  96. bbfe454 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
  97. e982187 Revert "Apply matrix early in draw bitmap" by scroggo@google.com · 11 years ago
  98. 25e5a20 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
  99. 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
  100. 15455b2 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago