1. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  2. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  3. 9a1ed5d skia: Add support for CHROMIUM_image backed textures. by erikchen · 8 years ago
  4. 64e7533 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #19 id:380001 of https://codereview.chromium.org/1623653002/ ) by caryclark · 8 years ago
  5. b8d6e08 skia: Add support for CHROMIUM_image backed textures. by erikchen · 8 years ago
  6. f1036b2 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #17 id:340001 of https://codereview.chromium.org/1623653002/ ) by bsalomon · 8 years ago
  7. 7fec91c skia: Add support for CHROMIUM_image backed textures. by erikchen · 8 years ago
  8. e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 8 years ago
  9. e7d7f90 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #14 id:260001 of https://codereview.chromium.org/1623653002/ ) by jcgregorio · 8 years ago
  10. 92098e6 skia: Add support for CHROMIUM_image backed textures. by erikchen · 8 years ago
  11. 06dd0a8 Fix unref order in SkGpuDevice by joshualitt · 9 years ago
  12. f1ecd21 Make "alpha only" be a property of GrTextureProducer by bsalomon · 9 years ago
  13. 2bbd0c6 Rewrite drawBitmap/ImageNine on top of GrTextureProducer by bsalomon · 9 years ago
  14. 0671b96 Move texture drawing utility method to SkGpuDevice by jvanverth · 9 years ago
  15. 11a7f7f Remove SkDrawProcs by herb · 9 years ago
  16. 33a5fce Initial implementation of GPU no filter NinePatch by joshualitt · 9 years ago
  17. b1b0199 Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducer by bsalomon · 9 years ago
  18. c55271f Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws by bsalomon · 9 years ago
  19. 13ccbf8 use (temp) gpu-imagefilter-cache for applyFilter by reed · 9 years ago
  20. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  21. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  22. 562fe47 remove all guards for changes to drawBitmapRect / drawImageRect by reed · 9 years ago
  23. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  24. ca10953 implement drawAtlas natively on gpu-device by reed · 9 years ago
  25. 74f681d Make SkGpuDevice know its alpha type by bsalomon · 9 years ago
  26. 7b05ff1 Rename all things "leaky" in SkDevice by robertphillips · 9 years ago
  27. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  28. 2334fb6 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  29. 781d582 Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:120001 of https://codereview.chromium.org/1175553002/) by bsalomon · 9 years ago
  30. 5b16e74 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  31. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  32. 9c240a1 Break GrTextContext's reliance on SkGpuDevice by robertphillips · 9 years ago
  33. ccb1b57 Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter by robertphillips · 9 years ago
  34. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  35. 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  36. 72743b1 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #25 id:480001 of https://codereview.chromium.org/1112523006/) by mtklein · 9 years ago
  37. 15877b6 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  38. b7ed856 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #22 id:420001 of https://codereview.chromium.org/1112523006/) by reed · 9 years ago
  39. c92c129 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  40. a85d4d0 Make drawImage a virtual on SkDevice by reed · 9 years ago
  41. 06dad4b Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1126273002/) by reed · 9 years ago
  42. 620ba3a Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1124003002/) by reed · 9 years ago
  43. 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 9 years ago
  44. 14fe8fd Make drawImage a virtual on SkDevice by reed · 9 years ago
  45. 119468b Revert of Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/11188… (patchset #2 id:20001 of https://codereview.chromium.org/1122813002/) by reed · 9 years ago
  46. 5392785 Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/)" by reed · 9 years ago
  47. 973d1f1 Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/) by reed · 9 years ago
  48. f603fb3 make drawImage a virtual on SkDevice by reed · 9 years ago
  49. dbd3593 Rename GrBitmapTextContextB to GrAtlasTextContext by joshualitt · 9 years ago
  50. d0d37ca Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 9 years ago
  51. 82973db Revert of Implement approx-match support in image filter saveLayer() offscreen. (patchset #31 id:590001 of https://codereview.chromium.org/1034733002/) by rmistry · 9 years ago
  52. 46112cf Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 9 years ago
  53. 7c0273f Revert of Implement approx-match support in image filter saveLayer() offscreen. (patchset #27 id:510001 of https://codereview.chromium.org/1034733002/) by rmistry · 9 years ago
  54. 7c3a2f8 BitmapTextBatch and BitmapTextBlob by joshualitt · 9 years ago
  55. c03391e Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https://codereview.chromium.org/1011403004/) by joshualitt · 9 years ago
  56. eed1dae BitmapTextBatch and BitmapTextBlob by joshualitt · 9 years ago
  57. f5f8518 Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 9 years ago
  58. 06d3d68 Revert "Implement approx-match support in image filter saveLayer() offscreen." by senorblanco · 9 years ago
  59. b97dafe Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 9 years ago
  60. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  61. 9c32818 Initial change to move text blob to GrTextContext by joshualitt · 9 years ago
  62. 6e8cd96 Let text contexts fall back directly to paths by joshualitt · 9 years ago
  63. 5efb8b8 Simple patch to have draw path call an internal drawPath by joshualitt · 9 years ago
  64. 76033be Revert[6] of Change device creation to see the (optional) layer-paint by reed · 9 years ago
  65. 173e5fe Revert of Revert of Revert of Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1005173004/) by reed · 9 years ago
  66. 307d1ed Revert of Revert of Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1001423002/) by reed · 9 years ago
  67. 8e14d66 Revert of Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1006923002/) by reed · 9 years ago
  68. f7076a1 Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1008863002/) by reed · 9 years ago
  69. 0e040f7 Revert of Change device creation to see the (optional) layer-paint (patchset #9 id:160001 of https://codereview.chromium.org/988413003/) by reed · 9 years ago
  70. 1182d9a Change device creation to see the (optional) layer-paint by reed · 9 years ago
  71. 5f5a8d7 adding preabandon flag to DM by joshualitt · 9 years ago
  72. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 9 years ago
  73. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 9 years ago
  74. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 9 years ago
  75. 44701df Move clip off of draw target by joshualitt · 9 years ago
  76. abcfab4 Swap render target instead of creating a new gpu device for surface copy-on-write by kkinnunen · 9 years ago
  77. f87fe78 use common impl for drawTextOnPath by reed · 9 years ago
  78. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 9 years ago
  79. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 9 years ago
  80. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  81. 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
  82. 7b9e8a4 Apply the layer's image filter to the hoisted image by robertphillips · 10 years ago
  83. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  84. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  85. 3729469 Change clear() to respect the clip by reed · 10 years ago
  86. ba1bf8a Remove comment by robertphillips · 10 years ago
  87. 2d97bc1 Disable LCD text explicitly in SkPictureImageFilter::onFilterImage() by fmalita · 10 years ago
  88. b2db898 rename filterTextFlags to disableLCD by reed · 10 years ago
  89. 6987dca Rename onCreateDevice -> onCreateCompatibleDevice by fmalita · 10 years ago
  90. 5adbf1b Revert of move to modify onCreateDevice virtual (patchset #2 id:20001 of https://codereview.chromium.org/723743002/) by reed · 10 years ago
  91. b122ee5 start to replace onCreateDevice with onCreateCompatibleDevice by reed · 10 years ago
  92. 81f71b6 Change where layer hoisting data is gathered by robertphillips · 10 years ago
  93. 4736e14 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  94. 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
  95. 06ba179 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  96. 8c27a18 Change GrTextContext fallbacks to be a linked list chain. by jvanverth · 10 years ago
  97. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  98. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  99. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  100. afbf2d6 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago