1. a8b5cf3 Fix transparent ambient shadows by Jim Van Verth · 8 years ago
  2. ab8ce1a Fixed distance field interpolation for gamma correct rendering by Brian Osman · 8 years ago
  3. 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 8 years ago
  4. 060d982 Combine the ambient and spot alphas into the base color for geometric shadows. by Jim Van Verth · 8 years ago
  5. 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 8 years ago
  6. a91e0b7 Allow TextureSamplers to have null GrTexture pointer by Robert Phillips · 8 years ago
  7. 796001c Revert "Revert "eliminated GrGLSLExpr"" by Ethan Nicholas · 8 years ago
  8. 5e550ab Revert "eliminated GrGLSLExpr" by Brian Salomon · 8 years ago
  9. 93f20f5 eliminated GrGLSLExpr by Ethan Nicholas · 8 years ago
  10. b6069df Fix fast blur for shadow rrects. by Jim Van Verth · 8 years ago
  11. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 8 years ago
  12. 54cbcd7 Remove all headers from include/gpu/effects by Robert Phillips · 8 years ago
  13. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 8 years ago
  14. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 8 years ago
  15. 28804f3 Remove all config conversion modes except round-to-nearest by Brian Osman · 8 years ago
  16. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 8 years ago
  17. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 8 years ago
  18. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 8 years ago
  19. 9f903e4 PM/UPM conversion improvements by Brian Osman · 8 years ago
  20. 7b29749 constexprify GrBlend.h and GrPorterDuffXferProcessor.cpp by Brian Salomon · 8 years ago
  21. d61c9d9 Move ref counting out of GrProcessor and into subclasses. by Brian Salomon · 8 years ago
  22. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 8 years ago
  23. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 8 years ago
  24. ee80532 Remove texture sampling from GrConfigConversionEffect by Brian Osman · 8 years ago
  25. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 8 years ago
  26. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 8 years ago
  27. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 8 years ago
  28. 0721fe9 Revert incorrect change to GrCoverageSetOp test factory by Brian Salomon · 8 years ago
  29. a076d87 Use sk_sp with GrXferProcessor and use a static factory to handle the nullptr==srcover case. by Brian Salomon · 8 years ago
  30. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 8 years ago
  31. 5869ea9 Fully remove coord transform precision code by Brian Osman · 8 years ago
  32. 18dfa98 Store the dst texture used by an XP in GrPipeline rather than in the XP. by Brian Salomon · 8 years ago
  33. ebf5acc Remove compiler bug workaround by Brian Osman · 8 years ago
  34. 4fc7740 Respect xfer barriers in InstancedRendering::Op by Brian Salomon · 8 years ago
  35. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 8 years ago
  36. 7ee385e Add GrSurfaceProxy* parameter to GrContext::flush by Robert Phillips · 8 years ago
  37. 1c6025c Make analysis optional to GrPipeline::init(). by Brian Salomon · 8 years ago
  38. 769e80d More GrSurfaceProxy-clean up by Robert Phillips · 8 years ago
  39. 301431d Miscellaneous GrSurfaceProxy-related cleanup by Robert Phillips · 8 years ago
  40. 3185384 Remove GrXferProcessor::getOptimizations. by Brian Salomon · 8 years ago
  41. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 8 years ago
  42. 3798c86 Remove GrFragmentProcessor-derived class' GrTexture-based ctors by Robert Phillips · 8 years ago
  43. 73a850f Fully initialize array of previous edges in GrGLConvexPolyEffect to please MSAN by Brian Salomon · 8 years ago
  44. 31f96a6 Revert "Remove texture sampling from GrConfigConversionEffect" by Brian Osman · 8 years ago
  45. 3e7cdda Remove texture sampling from GrConfigConversionEffect by Brian Osman · 8 years ago
  46. 9f01e38 Revert "Remove texture sampling from GrConfigConversionEffect" by Brian Osman · 8 years ago
  47. 3bc9bfe Remove texture sampling from GrConfigConversionEffect by Brian Osman · 8 years ago
  48. ce42551 Add Swizzle FP, and remove swizzle logic from GrConfigConversionEffect by Brian Osman · 8 years ago
  49. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
  50. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 8 years ago
  51. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 8 years ago
  52. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 8 years ago
  53. bd1f76f Emit dumpInfo string when processor opt test fails by Brian Osman · 8 years ago
  54. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 8 years ago
  55. 63954c9 GPU version of onMakeColorSpace by Brian Osman · 8 years ago
  56. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 8 years ago
  57. 8199d94 Generaly Fixes to gpu bezier code by Greg Daniel · 8 years ago
  58. d374948 Consolidate Proxy caching code in GrResourceProvider by Robert Phillips · 8 years ago
  59. b66b42f Preparatory Proxification by Robert Phillips · 8 years ago
  60. 9a76772 Remove origin from GrClipStackClip and GrWindowRectsState. by Brian Salomon · 8 years ago
  61. 780b41f Add query to GrXPFactory about coverage-as-alpha optimization by Brian Salomon · 8 years ago
  62. c65aec9 Make GrClip.h private by Brian Salomon · 8 years ago
  63. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 8 years ago
  64. c624d9d Refactor GrColorSpaceXformHelper by Brian Osman · 8 years ago
  65. 42c456f Remove PLS path renderer by Brian Salomon · 8 years ago
  66. 1c10fdd Remove XP override color. by Brian Salomon · 8 years ago
  67. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  68. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 8 years ago
  69. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 8 years ago
  70. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 8 years ago
  71. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 8 years ago
  72. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 8 years ago
  73. afb4103 Unpremul the blend constant in PDLCDXferProcessor. by Brian Salomon · 8 years ago
  74. 24429c6 Move GrTextureProvider to src by Brian Osman · 8 years ago
  75. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 8 years ago
  76. c787e49 Allow GrSurfaceProxy-derived classes to use flags when instantiating (take 2) by Robert Phillips · 8 years ago
  77. 33632d8 Reland: Allow DFPathRenderer to store bitmaps at low resolutions by Jim Van Verth · 8 years ago
  78. 2411c11 Revert "Allow GrSurfaceProxy-derived classes to use flags when instantiating" by Robert Phillips · 8 years ago
  79. 0755bb1 Revert "Allow distance field path renderer to store bitmaps at low resolutions" by Cary Clark · 8 years ago
  80. c8f1e3a Allow GrSurfaceProxy-derived classes to use flags when instantiating by Robert Phillips · 8 years ago
  81. c0bc1bb Allow distance field path renderer to store bitmaps at low resolutions by Jim Van Verth · 8 years ago
  82. 02baee9 Remove the skip-draw xp optimization by Brian Salomon · 8 years ago
  83. 8e15cdf Fix memory leak: adopt rather than ref GrTexture* in GrTextureStripAtlas by Robert Phillips · 8 years ago
  84. 30f9bc6 Switch GrTextureStripAtlas over to GrTextureProxies by Robert Phillips · 8 years ago
  85. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 8 years ago
  86. 94cce4c Make GrXferProcessor and related classes private. by Brian Salomon · 8 years ago
  87. e026511 Fix ComposeOneFragmentProcessor coverage as alpha optimization. by Brian Salomon · 8 years ago
  88. 00b2cca Simplify GrPaint::isConstantBlendedColor to avoid FP analysis and XP virtual calls by Brian Salomon · 8 years ago
  89. dbc8eeb Remove GrProcessorTestData's GrTextures by Robert Phillips · 8 years ago
  90. eb62829 Check that coverage FPs are compatible with alpha as coverage by Brian Salomon · 8 years ago
  91. f3b995b Clarify when tweak alpha for coverage optimizaton can occur. by Brian Salomon · 8 years ago
  92. 9a51498 Remove component flags from GrXPFactory output analysis. by Brian Salomon · 8 years ago
  93. a12c153 Add preserves premul and modulate optimization to compose fragment processors. by Brian Salomon · 8 years ago
  94. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  95. 3865711 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  96. 246a3c2 Re-enable ProcessorOptimizationValidationTest on iOS. by Brian Salomon · 8 years ago
  97. eec6f7b Use new fragment processor optimization queries. by Brian Salomon · 8 years ago
  98. 5d4cd9e Re-enable processor optimization test with some fixes. by Brian Salomon · 8 years ago
  99. 119fb2b Add a basic constructor to GrPipeline by csmartdalton · 8 years ago
  100. 3c5cfb0 Remove exec bit from source files. by Ben Wagner · 8 years ago