1. f18b1d8 Add GrTextUtils::Target by Brian Salomon · 7 years ago
  2. f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago
  3. e252f08 Add hint to SkSurface::MakeRenderTarget that we will use mips by Greg Daniel · 7 years ago
  4. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  5. 5d03474 Do software clip mask generation with worker threads by Brian Osman · 7 years ago
  6. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  7. 3416969 Revert "Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"""" by Brian Salomon · 7 years ago
  8. a184ac7 Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible""" by Brian Salomon · 7 years ago
  9. 20af6d1 Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"" by Brian Salomon · 7 years ago
  10. ceef4fb Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible" by Brian Salomon · 7 years ago
  11. 3fd2955 Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible by Brian Salomon · 7 years ago
  12. c7da146 Move DrawToTargetWithShapeMask to GrSoftwarePathRenderer by Brian Osman · 7 years ago
  13. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  14. 6504813 Remove accessRenderTarget calls in service of binding stencil buffer by Robert Phillips · 7 years ago
  15. 65a88fa Add GrDebugMarkerOp by Robert Phillips · 7 years ago
  16. 73d8fd9 Add a private API for writing the clip to the stencil by Stan Iliev · 7 years ago
  17. 5131678 Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""" by Greg Daniel · 7 years ago
  18. cc8eb60 Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""" by Yuqian Li · 7 years ago
  19. 876aed8 Revert "Revert "Add support for semaphores to be inserted on GrContext flush"" by Greg Daniel · 7 years ago
  20. 8724b46 Revert "Add support for semaphores to be inserted on GrContext flush" by Mike Reed · 7 years ago
  21. cd1416e Add support for semaphores to be inserted on GrContext flush by Greg Daniel · 7 years ago
  22. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  23. 1a325d2 Coverage counting path renderer by Chris Dalton · 7 years ago
  24. 0596909 Make ShadowRRectOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  25. 2de8cfa Move copy operation from GrRenderTargetContext/GrTextureContext to GrSurfaceContext by Robert Phillips · 7 years ago
  26. c64ee46 Add return to surface semaphore calls to indicate when we don't support them by Greg Daniel · 7 years ago
  27. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 7 years ago
  28. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 7 years ago
  29. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  30. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  31. baaf439 Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."" by Brian Salomon · 7 years ago
  32. a0485d9 Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses." by Brian Salomon · 7 years ago
  33. 941d144 Prevent onFlushCB created opLists from being grouped with the normal ones (new) by Robert Phillips · 7 years ago
  34. 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 7 years ago
  35. e225b56 Force AAType to MSAA if the render target has MSAA and the API doesn't support disabling it. by Brian Salomon · 7 years ago
  36. eee4d6e Make instantiate return a Boolean by Robert Phillips · 7 years ago
  37. bb581ce Convert DstTexture to DstProxy (take 2) by Robert Phillips · 7 years ago
  38. ae0c50c Only support SkVertices in GrDrawVerticesOp and GrRenderTargetContext by Brian Osman · 7 years ago
  39. 3af1af9 Remove ambient and spot mask filters. by Jim Van Verth · 7 years ago
  40. bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
  41. c375704 Revert "Convert DstTexture to DstProxy" by Robert Phillips · 7 years ago
  42. 87f7f1c Convert DstTexture to DstProxy by Robert Phillips · 7 years ago
  43. 50e66d4 Remove GrRenderTargetContext::desc() by Brian Salomon · 7 years ago
  44. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  45. a8b5cf3 Fix transparent ambient shadows by Jim Van Verth · 7 years ago
  46. 8d1e0ac More analytic shadow refactoring. by Jim Van Verth · 7 years ago
  47. dc83b89 sk_sp-ify opList creation & storage by Robert Phillips · 7 years ago
  48. a90aa2b consolidate read/writePixels in GrSurfaceContext by Robert Phillips · 7 years ago
  49. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 7 years ago
  50. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 7 years ago
  51. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 7 years ago
  52. e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 7 years ago
  53. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  54. 77f1edc Minor cleanup (remove unused GrRenderTargetContext::asTexture method) by Robert Phillips · 7 years ago
  55. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  56. 5fa6645 remove unused VerticesFlags by Mike Reed · 7 years ago
  57. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 7 years ago
  58. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 7 years ago
  59. 8301046 Rename GrAADistanceFieldPathRenderer to GrSmallPathRenderer by Jim Van Verth · 7 years ago
  60. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  61. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  62. b726d58 Partially defer SkImage_Gpu by Robert Phillips · 7 years ago
  63. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago
  64. c013892 Add a unique ID to GrOpLists and return it from GrRenderTargetContext::addDrawOp by Robert Phillips · 7 years ago
  65. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 7 years ago[Renamed (97%) from include/gpu/GrRenderTargetContext.h]
  66. 42c456f Remove PLS path renderer by Brian Salomon · 7 years ago
  67. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  68. 30f9bc6 Switch GrTextureStripAtlas over to GrTextureProxies by Robert Phillips · 8 years ago
  69. 5d4cd9e Re-enable processor optimization test with some fixes. by Brian Salomon · 8 years ago
  70. 199fb87 Add refcnt'ed immutable vertices class for SkCanvas::drawVertices. by Brian Salomon · 8 years ago
  71. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
  72. 3de0aee Make SkGpuDevice::drawVertices perform color byte order swap and premul step using vertex shader. by Brian Salomon · 8 years ago
  73. 7215283 Move GrDrawingManager pointer to GrSurfaceContext by Robert Phillips · 8 years ago
  74. d46697a Use GrSurfaceContext::read/write-Pixels more by Robert Phillips · 8 years ago
  75. 77505da Remove GrTestTarget by Robert Phillips · 8 years ago
  76. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 8 years ago
  77. 6f1d36c Delay SkPaint->GrPaint conversion in text rendering. by Brian Salomon · 8 years ago
  78. 75a475c Try out refFoo pattern on GrRenderTargetContext by Robert Phillips · 8 years ago
  79. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  80. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  81. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  82. e305cc1f Partially defer GrSWMaskHelper by Robert Phillips · 8 years ago
  83. 2734136 Add asDeferredTexture & asDeferredRenderTarget helpers to GrSurfaceContext by Robert Phillips · 8 years ago
  84. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  85. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  86. 24f1978 Make GrRenderTargetContext::addDrawOp use sk_sp by Brian Salomon · 8 years ago
  87. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  88. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  89. 9950408 Fix comment formatting for GrRenderTargetContext::drawArc by Brian Salomon · 8 years ago
  90. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  91. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  92. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  93. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  94. 784b7bf Different approach to fixing gpu blurs on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  95. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  96. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  97. 42521e8 Rename GrRTC::drawBatch to addDrawOp and local vars in GrRTC.cpp by Brian Salomon · 8 years ago
  98. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  99. 93f1633 Fix gpu blurring on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  100. 45580d3 Added GrSurfaceContext and GrTextureContext by Brian Osman · 8 years ago