1. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
  2. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 8 years ago
  3. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 8 years ago
  4. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 8 years ago
  5. bd1f76f Emit dumpInfo string when processor opt test fails by Brian Osman · 8 years ago
  6. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 8 years ago
  7. 63954c9 GPU version of onMakeColorSpace by Brian Osman · 8 years ago
  8. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 8 years ago
  9. 8199d94 Generaly Fixes to gpu bezier code by Greg Daniel · 8 years ago
  10. d374948 Consolidate Proxy caching code in GrResourceProvider by Robert Phillips · 8 years ago
  11. b66b42f Preparatory Proxification by Robert Phillips · 8 years ago
  12. 9a76772 Remove origin from GrClipStackClip and GrWindowRectsState. by Brian Salomon · 8 years ago
  13. 780b41f Add query to GrXPFactory about coverage-as-alpha optimization by Brian Salomon · 8 years ago
  14. c65aec9 Make GrClip.h private by Brian Salomon · 8 years ago
  15. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 8 years ago
  16. c624d9d Refactor GrColorSpaceXformHelper by Brian Osman · 8 years ago
  17. 42c456f Remove PLS path renderer by Brian Salomon · 8 years ago
  18. 1c10fdd Remove XP override color. by Brian Salomon · 8 years ago
  19. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  20. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 8 years ago
  21. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 8 years ago
  22. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 8 years ago
  23. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 8 years ago
  24. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 8 years ago
  25. afb4103 Unpremul the blend constant in PDLCDXferProcessor. by Brian Salomon · 8 years ago
  26. 24429c6 Move GrTextureProvider to src by Brian Osman · 8 years ago
  27. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 8 years ago
  28. c787e49 Allow GrSurfaceProxy-derived classes to use flags when instantiating (take 2) by Robert Phillips · 8 years ago
  29. 33632d8 Reland: Allow DFPathRenderer to store bitmaps at low resolutions by Jim Van Verth · 8 years ago
  30. 2411c11 Revert "Allow GrSurfaceProxy-derived classes to use flags when instantiating" by Robert Phillips · 8 years ago
  31. 0755bb1 Revert "Allow distance field path renderer to store bitmaps at low resolutions" by Cary Clark · 8 years ago
  32. c8f1e3a Allow GrSurfaceProxy-derived classes to use flags when instantiating by Robert Phillips · 8 years ago
  33. c0bc1bb Allow distance field path renderer to store bitmaps at low resolutions by Jim Van Verth · 8 years ago
  34. 02baee9 Remove the skip-draw xp optimization by Brian Salomon · 8 years ago
  35. 8e15cdf Fix memory leak: adopt rather than ref GrTexture* in GrTextureStripAtlas by Robert Phillips · 8 years ago
  36. 30f9bc6 Switch GrTextureStripAtlas over to GrTextureProxies by Robert Phillips · 8 years ago
  37. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 8 years ago
  38. 94cce4c Make GrXferProcessor and related classes private. by Brian Salomon · 8 years ago
  39. e026511 Fix ComposeOneFragmentProcessor coverage as alpha optimization. by Brian Salomon · 8 years ago
  40. 00b2cca Simplify GrPaint::isConstantBlendedColor to avoid FP analysis and XP virtual calls by Brian Salomon · 8 years ago
  41. dbc8eeb Remove GrProcessorTestData's GrTextures by Robert Phillips · 8 years ago
  42. eb62829 Check that coverage FPs are compatible with alpha as coverage by Brian Salomon · 8 years ago
  43. f3b995b Clarify when tweak alpha for coverage optimizaton can occur. by Brian Salomon · 8 years ago
  44. 9a51498 Remove component flags from GrXPFactory output analysis. by Brian Salomon · 8 years ago
  45. a12c153 Add preserves premul and modulate optimization to compose fragment processors. by Brian Salomon · 8 years ago
  46. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  47. 3865711 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  48. 246a3c2 Re-enable ProcessorOptimizationValidationTest on iOS. by Brian Salomon · 8 years ago
  49. eec6f7b Use new fragment processor optimization queries. by Brian Salomon · 8 years ago
  50. 5d4cd9e Re-enable processor optimization test with some fixes. by Brian Salomon · 8 years ago
  51. 119fb2b Add a basic constructor to GrPipeline by csmartdalton · 8 years ago
  52. 3c5cfb0 Remove exec bit from source files. by Ben Wagner · 8 years ago
  53. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 8 years ago
  54. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  55. 0bd699e Add a GM for SkShadowUtils and fix a few issues. by Brian Salomon · 8 years ago
  56. d689f7a GR_PROXY_MOVE: Work around Win/Clang eval order bug by Hans Wennborg · 8 years ago
  57. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
  58. efe3ded Change shadow tessellators to use SkColor and move to util. by Jim Van Verth · 8 years ago
  59. 08c5ec7 Make blur utils take GrTextureProxies - take 2 by Robert Phillips · 8 years ago
  60. 877b15b Revert "Make blur utils take GrTextureProxies" by Robert Phillips · 8 years ago
  61. d0dc05b Make blur utils take GrTextureProxies by Robert Phillips · 8 years ago
  62. 40fd7c9 Push GrTextureProxy down to more effects by Robert Phillips · 8 years ago
  63. 91af727 Add geometric version of spot shadow by Jim Van Verth · 8 years ago
  64. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  65. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  66. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  67. 964dec3 Move SkGammaColorFilter to tools, limit to sRGB by Brian Osman · 8 years ago
  68. 9ae32a2 Remove redundant caps field from GrProcessorTestData by Brian Salomon · 8 years ago
  69. 757914d Switch GrConfigConversionEffect over to taking GrTextureProxies by Robert Phillips · 8 years ago
  70. 58abc9e Move SkShadowTessellator to GrShadowTessellator by Jim Van Verth · 8 years ago
  71. 901f29a Allow GrSingleTextureEffect to take GrTextureProxies by Robert Phillips · 8 years ago
  72. aee504b Make GrConvolutionEffect only support Gaussian kernels and rename. by Brian Salomon · 8 years ago
  73. bc7a4fb Make GrYUVEffect take GrTextureProxies by Robert Phillips · 8 years ago
  74. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 8 years ago
  75. 5be6c95 Revert "Revert "Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis."" by Brian Salomon · 8 years ago
  76. 3329cce Revert "Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis." by Brian Salomon · 8 years ago
  77. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  78. f833215 Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis. by Brian Salomon · 8 years ago
  79. c949ce9 Replace some GrSurface:read/writePixels with the GrSurfaceContext equivalent by Robert Phillips · 8 years ago
  80. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  81. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  82. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  83. aab259e Simplify GrProcOptInfo initialization. by Brian Salomon · 8 years ago
  84. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  85. e98234f Start making texture coordinates be absolute by Robert Phillips · 8 years ago
  86. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  87. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  88. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  89. c747bb6 Make all GrXPFactory instances statics. by Brian Salomon · 8 years ago
  90. a3fa2ef Revert "Revert "Hard code bicubic coefficients in the shader"" by Brian Osman · 8 years ago
  91. b38db9a Revert "Hard code bicubic coefficients in the shader" by Brian Osman · 8 years ago
  92. 81ad5f7 Hard code bicubic coefficients in the shader by Brian Osman · 8 years ago
  93. bfd5183 Removes tracking of whether color is ignored by XP. by Brian Salomon · 8 years ago
  94. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  95. 0857527 Cleanup GrBicubicEffect by Brian Osman · 8 years ago
  96. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  97. 70826d7 Add color space xform bits to key for texture domain effect by Brian Osman · 8 years ago
  98. c468963 Respect color space in GrTextureDomainEffect by Brian Osman · 8 years ago
  99. a6aa590 Rename batch->op and sk_sp for all remaining path renderer classes. by Brian Salomon · 8 years ago
  100. 60c05f9 Mark the leaf classes of GrOp final. by Herb Derby · 8 years ago