1. 80747ef move the guts of SkMaskFilter.h into SkMaskFilterBase.h by Mike Reed · 7 years ago
  2. bfadcf0 Revert "Revert "use GrFPArgs for maskfilters"" by Mike Reed · 7 years ago
  3. 4f7f197 Revert "use GrFPArgs for maskfilters" by Mike Reed · 7 years ago
  4. a99b393 use GrFPArgs for maskfilters by Mike Reed · 7 years ago
  5. b1b80f7 Remove tonal color from DrawShadow internals by Jim Van Verth · 7 years ago
  6. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  7. a3cf365 Skip calling GrBlurUtils from SkGpuDevice::drawPath when possible. by Brian Salomon · 7 years ago
  8. 2fad74a Make GrRenderTargetContext::drawPath() use GrShape to identify simpler by Brian Salomon · 7 years ago
  9. 1459ebd Handle invalid mode in SkGpuDevice::drawPoints. by Brian Salomon · 7 years ago
  10. 344e903 Prefer fullscreen clears on Qualcomm/GL by Chris Dalton · 7 years ago
  11. 3b51df1 Cleanup yes/no enums in Ganesh by Chris Dalton · 7 years ago
  12. c77085d Remove content area from GrTextureAdjuster. by Greg Daniel · 7 years ago
  13. f06ead9 Add support for transfer functions to GrColorSpaceXform by Brian Osman · 7 years ago
  14. 45d6303 Have mip status match surface when snapping image from wrapped object by Greg Daniel · 7 years ago
  15. 65c7f66 Add mip support to GrAHardwareBufferImageGenerator by Greg Daniel · 7 years ago
  16. f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago
  17. e252f08 Add hint to SkSurface::MakeRenderTarget that we will use mips by Greg Daniel · 7 years ago
  18. 1cb4171 Remove color space xform support from SkSL by Brian Osman · 7 years ago
  19. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  20. 5e34167 Convert more code to use color space xform FP by Brian Osman · 7 years ago
  21. e1da1d9 Add option to create a deferred render target context with mips by Greg Daniel · 7 years ago
  22. e191ce6 Remove unnecessary code in SkGpuDevice::drawRRect by Brian Osman · 7 years ago
  23. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  24. 4df0092 Revert "Remove "content" rect from GrTextureAdjuster." by Brian Salomon · 7 years ago
  25. 6e4bbbe Remove "content" rect from GrTextureAdjuster. by Brian Salomon · 7 years ago
  26. 3416969 Revert "Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"""" by Brian Salomon · 7 years ago
  27. a184ac7 Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible""" by Brian Salomon · 7 years ago
  28. 20af6d1 Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"" by Brian Salomon · 7 years ago
  29. ceef4fb Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible" by Brian Salomon · 7 years ago
  30. 3fd2955 Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible by Brian Salomon · 7 years ago
  31. dbb9e36 Avoid converting drawImage/drawImageRect into drawBitmap calls by Derek Sollenberger · 7 years ago
  32. 5287518 Remove CHECK_SHOULD_DRAW from SkGpuDevice by Brian Salomon · 7 years ago
  33. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  34. 5131678 Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""" by Greg Daniel · 7 years ago
  35. cc8eb60 Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""" by Yuqian Li · 7 years ago
  36. 876aed8 Revert "Revert "Add support for semaphores to be inserted on GrContext flush"" by Greg Daniel · 7 years ago
  37. 8724b46 Revert "Add support for semaphores to be inserted on GrContext flush" by Mike Reed · 7 years ago
  38. cd1416e Add support for semaphores to be inserted on GrContext flush by Greg Daniel · 7 years ago
  39. 353196f clean read/write pixels signatures, augment SkSurface API by Mike Reed · 7 years ago
  40. 0596909 Make ShadowRRectOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  41. 1c9686b Speculative "fix" for crash in analyzeProcessors by Robert Phillips · 7 years ago
  42. b964238 SkDevice::drawBitmap takes x,y, not matrix by Hal Canary · 7 years ago
  43. c64ee46 Add return to surface semaphore calls to indicate when we don't support them by Greg Daniel · 7 years ago
  44. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 7 years ago
  45. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 7 years ago
  46. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  47. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  48. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  49. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
  50. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  51. d9d8485 Retract GrTexture.h a bit by Robert Phillips · 7 years ago
  52. 2d78bcd eliminate GPU line snapping by Ethan Nicholas · 7 years ago
  53. 0b403f8 Fix two more drawVertices "bugs" by Brian Osman · 7 years ago
  54. ae0c50c Only support SkVertices in GrDrawVerticesOp and GrRenderTargetContext by Brian Osman · 7 years ago
  55. 33fa454 Fix two bugs with drawVertices on GPU by Brian Osman · 7 years ago
  56. 3af1af9 Remove ambient and spot mask filters. by Jim Van Verth · 7 years ago
  57. 50e66d4 Remove GrRenderTargetContext::desc() by Brian Salomon · 7 years ago
  58. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  59. 53f77bd Initial clip-mask-layer support by Florin Malita · 7 years ago
  60. 185ba21 change drawAtlas to behave like drawVertices by Mike Reed · 7 years ago
  61. 0acd795 add helper makeShader for the common Clamp case by Mike Reed · 7 years ago
  62. df7e075 Fold SkImageCacherator into SkImage_Lazy by Brian Osman · 7 years ago
  63. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  64. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  65. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  66. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  67. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  68. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  69. 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 7 years ago
  70. 3798c86 Remove GrFragmentProcessor-derived class' GrTexture-based ctors by Robert Phillips · 7 years ago
  71. 7807580 Make SkGr.h GrTexture-free by Robert Phillips · 7 years ago
  72. 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 7 years ago
  73. eaa78c4 Revert "Make SkImage_Gpu be deferred" by Robert Phillips · 7 years ago
  74. 0db235b Make SkImage_Gpu be deferred by Robert Phillips · 7 years ago
  75. 2f6b5a4 remove legacy vertices virtual from SkDevice by Mike Reed · 7 years ago
  76. e88a1cb Revert[2] "More SkVertices implementation work"" by Mike Reed · 7 years ago
  77. 1eb3fef Revert "More SkVertices implementation work" by Mike Reed · 7 years ago
  78. 14583e1 More SkVertices implementation work by Mike Reed · 7 years ago
  79. 5fa6645 remove unused VerticesFlags by Mike Reed · 7 years ago
  80. 0c984a0 More pre-emptive proxification by Robert Phillips · 7 years ago
  81. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  82. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  83. 0166cfd Remove GrClipsStackClip member from SkGpuDevice by Brian Salomon · 7 years ago
  84. 9a76772 Remove origin from GrClipStackClip and GrWindowRectsState. by Brian Salomon · 7 years ago
  85. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 7 years ago
  86. a136136 Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""""" by Mike Reed · 8 years ago
  87. 27d07f0 Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""" by Mike Reed · 8 years ago
  88. 025e244 Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""" by Mike Reed · 8 years ago
  89. baf06bc Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""" by Cary Clark · 8 years ago
  90. cfaa632 Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."" by Mike Reed · 8 years ago
  91. ea5e676 Revert "Remove SkDraw from device-draw methods, and enable device-centric clipping." by Mike Reed · 8 years ago
  92. c77e33f Remove SkDraw from device-draw methods, and enable device-centric clipping. by Mike Reed · 8 years ago
  93. fa24d34 abstract access to device-clip-bounds by Mike Reed · 8 years ago
  94. 99330ba remove device field from SkDraw by Mike Reed · 8 years ago
  95. 2c6d2bf Remove SkSpecialImage's GrTexture-based ctors by Robert Phillips · 8 years ago
  96. 8e1c4e6 Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2) by Robert Phillips · 8 years ago
  97. c5e641c use common intermediate device class for clipstack management by Mike Reed · 8 years ago
  98. d519d48 add device-clipping to gpudevice by Mike Reed · 8 years ago
  99. 63c6746 Tighten up GrSurfaceProxy typing by Robert Phillips · 8 years ago
  100. e14d305 Add GrMakeCachedBitmapProxy by Robert Phillips · 8 years ago