1. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  2. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  3. ce06e26 Make ProcessorCloneTest more robust, fix matrix conv. onIsEqual by Brian Salomon · 7 years ago
  4. 96271cd Require clone() be implemented by GrFragmentProcessor subclasses by Brian Salomon · 7 years ago
  5. b17e639 Add clone methods to unit test GrFragmentProcessor classes by Brian Salomon · 7 years ago
  6. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  7. 8c79194 Use unique_ptr[] for new[]. by Ben Wagner · 7 years ago
  8. 0e05a82 Add GrFragmentProcessor::clone(), implementation for ColorTableEffect, and unit test. by Brian Salomon · 7 years ago
  9. 1c05364 Make GrProcessorTestFactory be templated on smart ptr class rather than processor class. by Brian Salomon · 7 years ago
  10. e44ef10 Second small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  11. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  12. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  13. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  14. 82ddc94 Make ProcessorRefTests op be a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  15. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  16. baaf439 Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."" by Brian Salomon · 7 years ago
  17. a0485d9 Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses." by Brian Salomon · 7 years ago
  18. 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 7 years ago
  19. 18166ee Omnibus: Push instantiation of GrTextures later (post TextureSampler) by Robert Phillips · 7 years ago
  20. bb581ce Convert DstTexture to DstProxy (take 2) by Robert Phillips · 7 years ago
  21. 9bee2e5 Revise system for checking for uninstantiated proxies by Robert Phillips · 7 years ago
  22. 8a02f65 Switch ImageStorageAccess over to GrTextureProxies by Robert Phillips · 7 years ago
  23. ac70f84 Move all non-AA fill rect ops off of GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  24. a91e0b7 Allow TextureSamplers to have null GrTexture pointer by Robert Phillips · 7 years ago
  25. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  26. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  27. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  28. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  29. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  30. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  31. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 7 years ago
  32. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  33. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 7 years ago
  34. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 7 years ago
  35. e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 7 years ago
  36. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  37. c35a2d4 Add nondeterministic seed option for ProcessorOptimization test by Brian Osman · 7 years ago
  38. 2f3865b Fix formatting error in test output by Brian Osman · 7 years ago
  39. bd1f76f Emit dumpInfo string when processor opt test fails by Brian Osman · 7 years ago
  40. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  41. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  42. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago
  43. c65aec9 Make GrClip.h private by Brian Salomon · 7 years ago
  44. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  45. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 7 years ago
  46. 7928e76 Disable deferred gpu resources for Chrome branch by Robert Phillips · 7 years ago
  47. 30f9bc6 Switch GrTextureStripAtlas over to GrTextureProxies by Robert Phillips · 7 years ago
  48. f3b995b Clarify when tweak alpha for coverage optimizaton can occur. by Brian Salomon · 7 years ago
  49. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 7 years ago
  50. d1a8bdf Initialize test textures for ProcessorOptimizationValidationTest. by Brian Salomon · 7 years ago
  51. 5d4cd9e Re-enable processor optimization test with some fixes. by Brian Salomon · 7 years ago
  52. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 7 years ago
  53. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 7 years ago
  54. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 7 years ago
  55. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 7 years ago
  56. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 7 years ago
  57. f046e15 Fix undefined GrIORef test method on Chrome win bot by Brian Salomon · 8 years ago
  58. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  59. bc6b99d Add test for processor->resource ref/io counts by Brian Salomon · 8 years ago