1. 4204da2 move shadows to device virtual by Mike Reed · 7 years ago
  2. 53f77bd Initial clip-mask-layer support by Florin Malita · 7 years ago
  3. 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 7 years ago
  4. 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 7 years ago
  5. eaa78c4 Revert "Make SkImage_Gpu be deferred" by Robert Phillips · 7 years ago
  6. 0db235b Make SkImage_Gpu be deferred by Robert Phillips · 7 years ago
  7. 2f6b5a4 remove legacy vertices virtual from SkDevice by Mike Reed · 7 years ago
  8. e88a1cb Revert[2] "More SkVertices implementation work"" by Mike Reed · 7 years ago
  9. 1eb3fef Revert "More SkVertices implementation work" by Mike Reed · 7 years ago
  10. 14583e1 More SkVertices implementation work by Mike Reed · 7 years ago
  11. 0166cfd Remove GrClipsStackClip member from SkGpuDevice by Brian Salomon · 7 years ago
  12. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 7 years ago
  13. a136136 Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""""" by Mike Reed · 7 years ago
  14. 27d07f0 Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""" by Mike Reed · 7 years ago
  15. 025e244 Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""" by Mike Reed · 7 years ago
  16. baf06bc Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""" by Cary Clark · 7 years ago
  17. cfaa632 Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."" by Mike Reed · 7 years ago
  18. ea5e676 Revert "Remove SkDraw from device-draw methods, and enable device-centric clipping." by Mike Reed · 7 years ago
  19. c77e33f Remove SkDraw from device-draw methods, and enable device-centric clipping. by Mike Reed · 7 years ago
  20. c5e641c use common intermediate device class for clipstack management by Mike Reed · 7 years ago
  21. d519d48 add device-clipping to gpudevice by Mike Reed · 7 years ago
  22. 199fb87 Add refcnt'ed immutable vertices class for SkCanvas::drawVertices. by Brian Salomon · 8 years ago
  23. 986480a Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers" by Mike Reed · 8 years ago
  24. 2f719a6 move SkDevice.h and SkBitmapDevice.h contents in to src headers by Mike Reed · 8 years ago
  25. 22f4a1f Remove getDevice_just_for_deprecated_compatibility_test() by Robert Phillips · 8 years ago
  26. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  27. 9fab7e9 Remove accessRenderTarget call in SkGpuDevice ctor by Robert Phillips · 8 years ago
  28. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  29. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  30. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  31. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  32. cc319b9 GPU implementation of drawRegion() by msarett · 8 years ago
  33. dcb406c Remove virtual from overrides in SkGpuDevice.h by bsalomon · 8 years ago
  34. 4f3a0ca GPU implementation of drawArc. by bsalomon · 8 years ago
  35. 589a39e store info in basedevice, change getter to non-virtual const& by reed · 8 years ago
  36. 10e3d9b Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  37. 7fc0858 Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180001 of https://codereview.chromium.org/2255963002/ ) by msarett · 8 years ago
  38. 93242c4 Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  39. e553b64 Fix tile bitmap code in SkGpuDevice to compute correct local coords. by bsalomon · 8 years ago
  40. c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
  41. 15c42ca Remove SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
  42. 714712b Remove GrRenderTarget member variable from SkGpuDevice by robertphillips · 8 years ago
  43. 7e92276 Reduce usage of MakeRenderTargetDirect by robertphillips · 8 years ago
  44. 2c9e200 remove fClipStack and attach/deattach-from-canvas by reed · 8 years ago
  45. 396fcdb Cleanup of code that converts from GPU-backed resources to SkImageInfo by brianosman · 8 years ago
  46. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  47. 1f3923e Deprecate SkDevice::accessBitmap method by robertphillips · 8 years ago
  48. cf5c846 remove dead methods now that we use specials exclusively for imagefilters by reed · 8 years ago
  49. ea70c4b Remove SkDevice::accessRenderTarget virtual by robertphillips · 8 years ago
  50. e51c356 pre-land special methods on device by reed · 8 years ago
  51. 6451a0c Add makeSpecial calls to SkGpuDevice by robertphillips · 8 years ago
  52. 1b5f968 Add SkGpuDevice::asSpecial entry point by robertphillips · 8 years ago
  53. 970587b Remove GrWrapTextureInBitmap call in SkGpuDevice::drawSpriteWithFilter by robertphillips · 8 years ago
  54. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  55. 0851d2d Handle stroked single line special case in Ganesh by robertphillips · 8 years ago
  56. ca6eafc (Mostly) Retract GrRenderTarget from SkGpuDevice by robertphillips · 8 years ago
  57. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  58. 24e9128 Add sk_sp to SkSurface_Gpu and SkGpuDevice by robertphillips · 8 years ago
  59. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  60. 900c367 Image filters: de-nest SkImageFilter::Cache and Cache::Key. by senorblanco · 8 years ago
  61. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  62. 86ae3d1 make context() virtual on device by reed · 8 years ago
  63. f35566e Remove deprecated paths from image filter infrastructure. by senorblanco · 8 years ago
  64. cb232e8 Revert of Remove deprecated paths from image filter infrastructure. (patchset #2 id:20001 of https://codereview.chromium.org/1888243003/ ) by robertphillips · 8 years ago
  65. 6fb3cd7 Remove deprecated paths from image filter infrastructure. by senorblanco · 8 years ago
  66. 7e68ab7 Remove GrTextureStorageAllocator. This was added from Chromium but never used and not expected to be used. by bsalomon · 8 years ago
  67. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  68. 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 8 years ago
  69. 1579e3c Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  70. e8f3062 switch surface to sk_sp by reed · 8 years ago
  71. 9c79d7e Revert of Switch SkBlurImageFilter over to new onFilterImage interface (patchset #15 id:270001 of https://codereview.chromium.org/1785643003/ ) by robertphillips · 8 years ago
  72. 3c935bc Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  73. d770610 Mv DRRect drawing code from GrDrawContext into SkGpuDevice by robertphillips · 8 years ago
  74. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  75. 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
  76. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  77. 9a1ed5d skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  78. 64e7533 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #19 id:380001 of https://codereview.chromium.org/1623653002/ ) by caryclark · 9 years ago
  79. b8d6e08 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  80. f1036b2 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #17 id:340001 of https://codereview.chromium.org/1623653002/ ) by bsalomon · 9 years ago
  81. 7fec91c skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  82. e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 9 years ago
  83. e7d7f90 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #14 id:260001 of https://codereview.chromium.org/1623653002/ ) by jcgregorio · 9 years ago
  84. 92098e6 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  85. 06dd0a8 Fix unref order in SkGpuDevice by joshualitt · 9 years ago
  86. f1ecd21 Make "alpha only" be a property of GrTextureProducer by bsalomon · 9 years ago
  87. 2bbd0c6 Rewrite drawBitmap/ImageNine on top of GrTextureProducer by bsalomon · 9 years ago
  88. 0671b96 Move texture drawing utility method to SkGpuDevice by jvanverth · 9 years ago
  89. 11a7f7f Remove SkDrawProcs by herb · 9 years ago
  90. 33a5fce Initial implementation of GPU no filter NinePatch by joshualitt · 9 years ago
  91. b1b0199 Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducer by bsalomon · 9 years ago
  92. c55271f Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws by bsalomon · 9 years ago
  93. 13ccbf8 use (temp) gpu-imagefilter-cache for applyFilter by reed · 9 years ago
  94. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  95. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  96. 562fe47 remove all guards for changes to drawBitmapRect / drawImageRect by reed · 9 years ago
  97. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  98. ca10953 implement drawAtlas natively on gpu-device by reed · 9 years ago
  99. 74f681d Make SkGpuDevice know its alpha type by bsalomon · 9 years ago
  100. 7b05ff1 Rename all things "leaky" in SkDevice by robertphillips · 9 years ago