1. 7034f15 Improve modulation detection logic in ProcessorOptimizationValidationTest by Michael Ludwig · 6 years ago
  2. 4504a652 Remove extraneous comma in printf vargs by Michael Ludwig · 6 years ago
  3. 314d377 Make ProcessorOptimizationValidationTest more forgiving by Michael Ludwig · 6 years ago
  4. 1d5b598 Towards removing GrColor4f by Brian Osman · 6 years ago
  5. e8e1075 Add input/output image logging to processor tests by Michael Ludwig · 6 years ago
  6. 3ad86d0 Accept processor test seed from command line by Michael Ludwig · 6 years ago
  7. 8a00144 test,tools: whitespace changes for clang-format by Hal Canary · 6 years ago
  8. 2700abc Remove raw-data version of createTextureProxy by Brian Osman · 6 years ago
  9. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  10. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  11. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  12. f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 6 years ago
  13. 715d08c Fix explicit allocation bug by Robert Phillips · 6 years ago
  14. 662ea4b Remove texel buffer support. by Brian Salomon · 6 years ago
  15. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  16. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 6 years ago
  17. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 6 years ago
  18. c8cee44 Move op memory storage to GrContext by Robert Phillips · 6 years ago
  19. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  20. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  21. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  22. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 6 years ago
  23. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  24. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  25. f61711a Fix nullptr access when ProcessorOptimizationValidationTest fails by Brian Salomon · 6 years ago
  26. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  27. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  28. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  29. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  30. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  31. 10ed243 Add cap on intel to avoid calling abs and floor on the same line in a shader. by Greg Daniel · 7 years ago
  32. 559f556 Remove support for image load/store by Brian Salomon · 7 years ago
  33. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  34. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  35. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  36. f1748f5 Change visitProxies signature by Robert Phillips · 7 years ago
  37. 5f567c7 Finish restoring GrOpList DAG by Robert Phillips · 7 years ago
  38. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  39. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  40. ce06e26 Make ProcessorCloneTest more robust, fix matrix conv. onIsEqual by Brian Salomon · 7 years ago
  41. 96271cd Require clone() be implemented by GrFragmentProcessor subclasses by Brian Salomon · 7 years ago
  42. b17e639 Add clone methods to unit test GrFragmentProcessor classes by Brian Salomon · 7 years ago
  43. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  44. 8c79194 Use unique_ptr[] for new[]. by Ben Wagner · 7 years ago
  45. 0e05a82 Add GrFragmentProcessor::clone(), implementation for ColorTableEffect, and unit test. by Brian Salomon · 7 years ago
  46. 1c05364 Make GrProcessorTestFactory be templated on smart ptr class rather than processor class. by Brian Salomon · 7 years ago
  47. e44ef10 Second small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  48. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  49. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  50. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  51. 82ddc94 Make ProcessorRefTests op be a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  52. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  53. baaf439 Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."" by Brian Salomon · 7 years ago
  54. a0485d9 Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses." by Brian Salomon · 7 years ago
  55. 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 7 years ago
  56. 18166ee Omnibus: Push instantiation of GrTextures later (post TextureSampler) by Robert Phillips · 7 years ago
  57. bb581ce Convert DstTexture to DstProxy (take 2) by Robert Phillips · 7 years ago
  58. 9bee2e5 Revise system for checking for uninstantiated proxies by Robert Phillips · 7 years ago
  59. 8a02f65 Switch ImageStorageAccess over to GrTextureProxies by Robert Phillips · 7 years ago
  60. ac70f84 Move all non-AA fill rect ops off of GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  61. a91e0b7 Allow TextureSamplers to have null GrTexture pointer by Robert Phillips · 7 years ago
  62. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  63. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  64. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  65. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  66. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  67. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  68. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 7 years ago
  69. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  70. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 7 years ago
  71. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 7 years ago
  72. e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 7 years ago
  73. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  74. c35a2d4 Add nondeterministic seed option for ProcessorOptimization test by Brian Osman · 7 years ago
  75. 2f3865b Fix formatting error in test output by Brian Osman · 7 years ago
  76. bd1f76f Emit dumpInfo string when processor opt test fails by Brian Osman · 7 years ago
  77. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  78. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  79. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago
  80. c65aec9 Make GrClip.h private by Brian Salomon · 7 years ago
  81. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  82. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 7 years ago
  83. 7928e76 Disable deferred gpu resources for Chrome branch by Robert Phillips · 7 years ago
  84. 30f9bc6 Switch GrTextureStripAtlas over to GrTextureProxies by Robert Phillips · 7 years ago
  85. f3b995b Clarify when tweak alpha for coverage optimizaton can occur. by Brian Salomon · 7 years ago
  86. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  87. d1a8bdf Initialize test textures for ProcessorOptimizationValidationTest. by Brian Salomon · 8 years ago
  88. 5d4cd9e Re-enable processor optimization test with some fixes. by Brian Salomon · 8 years ago
  89. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  90. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  91. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  92. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  93. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 8 years ago
  94. f046e15 Fix undefined GrIORef test method on Chrome win bot by Brian Salomon · 8 years ago
  95. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  96. bc6b99d Add test for processor->resource ref/io counts by Brian Salomon · 8 years ago