1. a90aa2b consolidate read/writePixels in GrSurfaceContext by Robert Phillips · 7 years ago
  2. 48d1b4c Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis."" by Brian Salomon · 7 years ago
  3. 5dac9b3 Revert "Create GrXferProcessor while doing GrProcessorSet analysis." by Brian Salomon · 7 years ago
  4. 0ae0e23 Create GrXferProcessor while doing GrProcessorSet analysis. by Brian Salomon · 7 years ago
  5. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 7 years ago
  6. b9a02a1 Update stencil ops to have a parallel proxyID by Robert Phillips · 7 years ago
  7. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 7 years ago
  8. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 7 years ago
  9. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  10. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 7 years ago
  11. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  12. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 7 years ago
  13. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 7 years ago
  14. 72e551e Support Canvas Clip on Blit Framebuffer by Eric Karl · 7 years ago
  15. e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 7 years ago
  16. 7448088 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  17. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  18. ec61785 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Mike Klein · 7 years ago
  19. d58f040 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  20. f7a7261 Add tracking of unique proxyID beside unique renderTargetID in auditTrail and clearOp by Robert Phillips · 7 years ago
  21. 84eef51 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Brian Salomon · 7 years ago
  22. e0ff6ab Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  23. 77f1edc Minor cleanup (remove unused GrRenderTargetContext::asTexture method) by Robert Phillips · 7 years ago
  24. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  25. 7ee385e Add GrSurfaceProxy* parameter to GrContext::flush by Robert Phillips · 7 years ago
  26. 1c6025c Make analysis optional to GrPipeline::init(). by Brian Salomon · 7 years ago
  27. 3185384 Remove GrXferProcessor::getOptimizations. by Brian Salomon · 7 years ago
  28. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  29. 5fa6645 remove unused VerticesFlags by Mike Reed · 7 years ago
  30. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 7 years ago
  31. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 7 years ago
  32. 859621f Outset dst texture bounds by a pixel to fix corruption in dstreadshuffle. by Brian Salomon · 7 years ago
  33. 97180af Compute clipped draw bounds outside GrAppliedClip. by Brian Salomon · 7 years ago
  34. 8d2f90b Changes to GrProcessorSet::FragmentProcessorAnalysis to prepare for deferred pipeline creation. by Brian Salomon · 7 years ago
  35. b726d58 Partially defer SkImage_Gpu by Robert Phillips · 7 years ago
  36. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago
  37. c013892 Add a unique ID to GrOpLists and return it from GrRenderTargetContext::addDrawOp by Robert Phillips · 7 years ago
  38. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 7 years ago
  39. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  40. 256c37b Remove atlas creation from GrResourceProvider by Robert Phillips · 7 years ago
  41. 30f9bc6 Switch GrTextureStripAtlas over to GrTextureProxies by Robert Phillips · 7 years ago
  42. f1d0ced Fix GrRenderTargetContext::drawArc's abandoned Context handling by Robert Phillips · 7 years ago
  43. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  44. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 7 years ago
  45. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  46. 199fb87 Add refcnt'ed immutable vertices class for SkCanvas::drawVertices. by Brian Salomon · 7 years ago
  47. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 7 years ago
  48. 3de0aee Make SkGpuDevice::drawVertices perform color byte order swap and premul step using vertex shader. by Brian Salomon · 7 years ago
  49. 7215283 Move GrDrawingManager pointer to GrSurfaceContext by Robert Phillips · 7 years ago
  50. 189098e7 Don't require GrPipelineBuilder to build GrPipeline by Brian Salomon · 8 years ago
  51. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 8 years ago
  52. 6f1d36c Delay SkPaint->GrPaint conversion in text rendering. by Brian Salomon · 8 years ago
  53. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  54. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  55. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  56. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  57. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  58. 69868af Remove render target unique ID virtual from GrOp. by Brian Salomon · 8 years ago
  59. b62ea22 Change GPU read/write pixels API to support color space conversion by Brian Osman · 8 years ago
  60. 5ec9def Rename files, macros, types, and functions related to GrDrawOp testing. by Brian Salomon · 8 years ago
  61. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  62. 99ad164 Rename batch->op and sk_sp in instanced rendering by Brian Salomon · 8 years ago
  63. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  64. fc527d2 Even more batch->op and sk_sp'ification. by Brian Salomon · 8 years ago
  65. 7dae46a Some more batch->op renaming by Brian Salomon · 8 years ago
  66. 289e3d8 Bring sk_sp to oval GrDrawOps and rename batch->op by Brian Salomon · 8 years ago
  67. 6a63904 Update rect ops to use "op" in their name and return sk_sp. by Brian Salomon · 8 years ago
  68. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  69. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  70. 24f1978 Make GrRenderTargetContext::addDrawOp use sk_sp by Brian Salomon · 8 years ago
  71. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  72. 0abc8b4 Add helper for idenitfying hw GrAATypes. by Brian Salomon · 8 years ago
  73. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  74. 36aa176 Fix bug of passing DrawType::kColor instead of kStencilAndColor by Brian Salomon · 8 years ago
  75. 82125e9 Remove antialias axis from GrPathRendererChain::DrawType by Brian Salomon · 8 years ago
  76. 21aa35f Make GrRenderTargetOpList::addDrawOp use sk_sp by Brian Salomon · 8 years ago
  77. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  78. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  79. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  80. 784b7bf Different approach to fixing gpu blurs on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  81. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  82. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  83. 42521e8 Rename GrRTC::drawBatch to addDrawOp and local vars in GrRTC.cpp by Brian Salomon · 8 years ago
  84. 1e41f4a Rename batch->op in GrOpList and subclasses by Brian Salomon · 8 years ago
  85. c57c7c9 Rewrite GrRenderTargetContext::drawRegion antialias logic. by Brian Salomon · 8 years ago
  86. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  87. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  88. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  89. 93f1633 Fix gpu blurring on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  90. 45580d3 Added GrSurfaceContext and GrTextureContext by Brian Osman · 8 years ago
  91. c590341 Add shadowrrect geometry processor by Jim Van Verth · 8 years ago
  92. e60ad62 Guard against instantiate & accessRenderTarget failures by Robert Phillips · 8 years ago
  93. ec2249f Move GrRenderTargetPriv::maxWindowRectangles to GrRenderTargetContextPriv & GrRenderTargetProxy by Robert Phillips · 8 years ago
  94. eaa8625 Revert "Revert "Add GrRenderTargetContext instantiate & asTextureProxy"" by Robert Phillips · 8 years ago
  95. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  96. 7d7d7d1 Revert "Add GrRenderTargetContext instantiate & asTextureProxy" by Leon Scroggins · 8 years ago
  97. 9113edf Add GrRenderTargetContext instantiate & asTextureProxy by Robert Phillips · 8 years ago
  98. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  99. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  100. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago[Renamed (74%) from src/gpu/GrDrawContext.cpp]