1. e19babf Remove GrAtlasManager.h from all other .h files by Robert Phillips · 5 years ago
  2. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 5 years ago
  3. 982f546 Rename outputSwizzle->writeSwizzle. by Brian Salomon · 5 years ago
  4. f4ba4ec Revert "Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"""" by Brian Salomon · 6 years ago
  5. 1171d31 Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots""" by Brian Salomon · 6 years ago
  6. fb27c9a Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"" by Brian Salomon · 6 years ago
  7. c655c3a Make GrOp::onPrePrepare be pure virtual by Robert Phillips · 6 years ago
  8. 00ba5ef Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots" by Brian Salomon · 6 years ago
  9. f6784a8 Don't build GL on Metal, Vulkan, Dawn, Direct3D bots by Brian Salomon · 6 years ago
  10. 39ca973 Migrate ccpr to the new bind/draw API by Chris Dalton · 6 years ago
  11. d2ccbb5 Have GrTextureEffect factories take a view as input. by Greg Daniel · 6 years ago
  12. bfb7211 Reland "Remove GrPaint::addColorTextureProcessor" by Brian Salomon · 6 years ago
  13. 67d0f3f Revert "Remove GrPaint::addColorTextureProcessor" by Jim Van Verth · 6 years ago
  14. a92320d Remove GrPaint::addColorTextureProcessor by Brian Salomon · 6 years ago
  15. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 6 years ago
  16. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 6 years ago
  17. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 6 years ago
  18. b8f098d Reland "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 6 years ago
  19. d7436a3 Revert "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 6 years ago
  20. 90673ec Rename GrSimpleTextureEffect->GrTextureEffect by Brian Salomon · 6 years ago
  21. f46d5ca use std::make_unique by Mike Klein · 6 years ago
  22. 03e4c95 Move creation of GrProgramDesc to GrCaps-derived classes by Robert Phillips · 6 years ago
  23. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 6 years ago
  24. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 6 years ago
  25. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 6 years ago
  26. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 6 years ago
  27. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 6 years ago
  28. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 6 years ago
  29. 405413f Clarify that the OpArgs' outputSwizzle comes from its GrRenderTargetProxy by Robert Phillips · 6 years ago
  30. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 6 years ago
  31. b1f411a tools/skui: put all enums in a common namespace by Hal Canary · 6 years ago
  32. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 6 years ago
  33. c3318f0 ccpr: Add an MSAA atlas mode by Chris Dalton · 6 years ago
  34. d7639af Samples: clean up cruft by Hal Canary · 6 years ago
  35. fcf6359 Sample not RefCnted; ClickHandling moved out of viewer by Hal Canary · 6 years ago
  36. 3a85ed1 ModifierKey unifies sk_app::Window::ModifierKey & Sample::Click::ModifierKey by Hal Canary · 6 years ago
  37. 6cc65e1 Samples: simplify Sample::Event by Hal Canary · 6 years ago
  38. 8a02731 Samples: add name() virtual by Hal Canary · 6 years ago
  39. 27ae52c Make deferred render target context without config or format by Brian Salomon · 6 years ago
  40. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 6 years ago
  41. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 6 years ago
  42. 2c3398d Switch from querying swizzle on caps to using swizzles stored on proxies. by Greg Daniel · 6 years ago
  43. 663afe5 Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ by Michael Ludwig · 6 years ago
  44. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  45. 2c5e011 Split GrCCCoverageProcessor into subclasses by Chris Dalton · 6 years ago
  46. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 7 years ago
  47. b8fff0d Make mixed samples detection automatic by Chris Dalton · 7 years ago
  48. 80634eb Don't include .cpp file in SampleCCPRGeometry.cpp by Ben Wagner · 7 years ago
  49. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 7 years ago
  50. ae64c19 Convert GrBufferType to enum class, rename, and remove dead values by Brian Salomon · 7 years ago
  51. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 7 years ago
  52. 9c7a006 Remove NoPendingIO flags from buffer creations. by Brian Salomon · 7 years ago
  53. d0fe875 Remove destination GrRenderTargetProxy from GrPipeline by Robert Phillips · 7 years ago
  54. 4217ea7 Add outline of new GrContext hierarchy by Robert Phillips · 7 years ago
  55. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 7 years ago
  56. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 7 years ago
  57. 4484b8f drawText Cleanup, part 4 by Hal Canary · 7 years ago
  58. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 7 years ago
  59. 588cec7 Reenable GrOp chaining. by Brian Salomon · 7 years ago
  60. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 7 years ago
  61. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 7 years ago
  62. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 7 years ago
  63. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 7 years ago
  64. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 7 years ago
  65. bdf12ad Move GrBackend enum to enum class. by Greg Daniel · 7 years ago
  66. d004e0b Cleanup resource flags by Chris Dalton · 7 years ago
  67. 09a7bb2 Reland "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 7 years ago
  68. 02e6efe Revert "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 7 years ago
  69. 2f2757f ccpr: Implement stroking with fine triangle strips by Chris Dalton · 7 years ago
  70. e163969 ccpr: Rename GrCCPathParser to GrCCFiller by Chris Dalton · 7 years ago
  71. 916c498 Consolidate the scissor enums into one "GrScissorTest" enum by Chris Dalton · 7 years ago
  72. d4bffed Update CCPRGeometry to use pool for op. by Ben Wagner · 7 years ago
  73. b2c4ea6 Move Views into Sample and Viewer. by Ben Wagner · 7 years ago
  74. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 7 years ago
  75. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 7 years ago
  76. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 7 years ago
  77. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 7 years ago
  78. d818ebf Revert "Some scissor state cleanup." by Brian Salomon · 7 years ago
  79. a219419 Some scissor state cleanup. by Brian Salomon · 7 years ago
  80. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 7 years ago
  81. 1471df9 Remove include of GrGLProgramBuilder.h from GrGLProgram.h and GrVkPipelineState.h by Brian Salomon · 7 years ago
  82. 9f2dab0 ccpr: Implement conics by Chris Dalton · 7 years ago
  83. e7fbafe Revert "ccpr: Implement conics" by Chris Dalton · 7 years ago
  84. 98b2415 ccpr: Implement conics by Chris Dalton · 7 years ago
  85. 7ca3b7b ccpr: Remove fCurrAnchorPoint from GrCCGeometry by Chris Dalton · 7 years ago
  86. 703b476 ccpr: Remove WindMethod from GrCCCoverageProcessor by Chris Dalton · 7 years ago
  87. 8dfc70f ccpr: Various cleanups by Chris Dalton · 8 years ago
  88. 52076d1 ccpr: Use a more stable formula to find quadratic coordinates by Chris Dalton · 8 years ago
  89. 8d38a7f ccpr: Update the sample to use proper coverage count buffers by Chris Dalton · 8 years ago
  90. 8738cf4 ccpr: Simplify triangle corners by Chris Dalton · 8 years ago
  91. baf3e78 Revert "ccpr: Draw curves in a single pass" by Chris Dalton · 8 years ago
  92. fe462ef Revert "ccpr: Simplify triangle corners" by Chris Dalton · 8 years ago
  93. 622650a ccpr: Simplify triangle corners by Chris Dalton · 8 years ago
  94. df04ce2 ccpr: Draw curves in a single pass by Chris Dalton · 8 years ago
  95. 5183e64 ccpr: Combine GS triangle hulls and edges into a single draw by Chris Dalton · 8 years ago
  96. 84403d7 ccpr: Tessellate fans for very large and/or simple paths by Chris Dalton · 8 years ago
  97. 82040a9 Revert "ccpr: Tessellate fans for very large and/or simple paths" by Cary Clark · 8 years ago
  98. 4138c97 ccpr: Tessellate fans for very large and/or simple paths by Chris Dalton · 8 years ago
  99. 27059d3 ccpr: Use primitive restart feature on ARM by Chris Dalton · 8 years ago
  100. 383a2ef CCPR: Rename GrCCPR* -> GrCC* by Chris Dalton · 8 years ago