1. 56cf6dc Create a static instances of SrcOver XferProcessor by egdaniel · 9 years ago
  2. de4166a APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct by ethannicholas · 9 years ago
  3. 4a24398 Fix SkMergeImageFilter crop rect computation. by senorblanco · 9 years ago
  4. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  5. 2b46913 Take span len into account when determining whether gradient is vertical by fmalita · 9 years ago
  6. de3aac8 use pinned value during lerp for vertical gradients by reed · 9 years ago
  7. f234272 Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ ) by egdaniel · 9 years ago
  8. a7006d4 Make specialized SrcOver XPFactory by egdaniel · 9 years ago
  9. 8d38102 Fix nearly-vertical gradient assert by fmalita · 9 years ago
  10. a2e3e0f Move glsl onto EmitArgs struct for emitCode by egdaniel · 9 years ago
  11. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  12. f3182eb Implement multi-color-stops in linear gradients using Sk4f by reed · 9 years ago
  13. e004bfc Increase the amount of debug information printed out by batches by robertphillips · 9 years ago
  14. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  15. fa4cc8b Move XferProcessors to glsl by egdaniel · 9 years ago
  16. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  17. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  18. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
  19. 07d56b1 Make SkBlurImageFilter capable of cropping during blur (GPU path). by senorblanco · 9 years ago
  20. edce2a8 Revert of Make SkBlurImageFilter capable of cropping during blur (GPU path). (patchset #15 id:260001 of https://codereview.chromium.org/1431593002/ ) by egdaniel · 9 years ago
  21. 6f79709 prune unused SkNx features by mtklein · 9 years ago
  22. c57e0de Make SkBlurImageFilter capable of cropping during blur (GPU path). by senorblanco · 9 years ago
  23. a2e69fc Rename non-aa rect methods on GrDrawContext in anticipation of making them support aa by bsalomon · 9 years ago
  24. 6f45c17 Revert[4] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  25. 67b8b5e Revert of Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" (patchset #1 id:1 of https://codereview.chromium.org/1410343011/ ) by reed · 9 years ago
  26. 7b81994 Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  27. 48343ee Simplify SkGpuBlurUtils. by senorblanco · 9 years ago
  28. 21b7663 Revert of stop using drawSprite (at least w/ no filters) as it is going away (patchset #2 id:20001 of https://codereview.chromium.org/1411173010/ ) by robertphillips · 9 years ago
  29. 29a440d Make SkBlurImageFilter capable of cropping during blur (raster path) by senorblanco · 9 years ago
  30. 4a21602 stop using drawSprite (at least w/ no filters) as it is going away by reed · 9 years ago
  31. 8de01c6 Revert of Make SkBlurImageFilter capable of cropping during blur (patchset #16 id:400001 of https://codereview.chromium.org/1415653003/ ) by senorblanco · 9 years ago
  32. 1b82ceb Make SkBlurImageFilter capable of cropping during blur (raster path) by senorblanco · 9 years ago
  33. 7dc4bd0 Remove GrGLProcessor and create GrGLSLTextureSampler class. by egdaniel · 9 years ago
  34. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  35. 51eedb6 Fix some GPU filters to use the correct size constraint. by senorblanco · 9 years ago
  36. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  37. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
  38. f529439 Move shader precision modifier check onto GLSLCaps by egdaniel · 9 years ago
  39. 0214173 Stop creating static GrProcessor instances by bsalomon · 9 years ago
  40. b1dda9b Use the current OpengGL standard to determine blur precision, rather than kGLES by Brian Salomon · 9 years ago
  41. 1d3ff43 Image filters: Replace all use of tryAllocPixels() with createDevice(). by senorblanco · 9 years ago
  42. 0bccd87 Revert of Update feSpotLight to match spec (patchset #2 id:20001 of https://codereview.chromium.org/1403403003/ ) by caryclark · 9 years ago
  43. c84ccb0 Update feSpotLight to match spec by ericrk · 9 years ago
  44. af96fce The SkArithmeticMode_gpu GL filters support clamping to valid by ericrk · 9 years ago
  45. a8e5fbd Fix for GM:bigblurs not actually blurring some of the rectangles on Nexus 10. by ethannicholas · 9 years ago
  46. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
  47. 9a70b6e Image filters: refactor input GPU processing into filterInputGPU(). by senorblanco · 9 years ago
  48. b9519f8 Image Filters: refactor all CPU input processing into a filterInput helper function. by senorblanco · 9 years ago
  49. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  50. f028003 change more effects to only expose factories by reed · 9 years ago
  51. 063675b Remove SK_SUPPORT_LEGACY_GRADIENT_DITHERING from Skia proper by fmalita · 9 years ago
  52. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  53. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  54. 37d8688 Optional gradient dithering by fmalita · 9 years ago
  55. 0ba8c24 Insert clip fragment processor outside GrCMM by bsalomon · 9 years ago
  56. 5ea95df Revert "Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ )" by reed · 9 years ago
  57. 95376a0 Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ ) by schenney · 9 years ago
  58. 80a6dca factories should return baseclass, allowing the impl to specialize by reed · 9 years ago
  59. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  60. d8982d7 Revert of Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor) (patchset #2 id:20001 of https://codereview.chromium.org/1378023004/ ) by robertphillips · 9 years ago
  61. 5175b95 Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor) by robertphillips · 9 years ago
  62. 77a53de Base SkAutoTUnref on skstd::unique_ptr. by bungeman · 9 years ago
  63. 7b60c2c Revert of Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor) (patchset #1 id:1 of https://codereview.chromium.org/1378023004/ ) by robertphillips · 9 years ago
  64. 2d70bcc Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor) by robertphillips · 9 years ago
  65. e25eea4 Use child processors to implement compose color filter. by bsalomon · 9 years ago
  66. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  67. 2f5891e Remove SkBitmapSource by fmalita · 9 years ago
  68. 00d6e51 Eliminate some clutter in SkFlattenable by mdempsky · 9 years ago
  69. 38ddbad Mangle output var in GrGLFragmentProcessor::emitChild by bsalomon · 9 years ago
  70. 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago
  71. 106b124 Remove SkNEW and SkDELETE macros by mdempsky · 9 years ago
  72. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  73. 0d705a4 Fix vs2015 build by bsalomon · 9 years ago
  74. 435657f Forward declare SkStrokeRec in SkPathEffect by halcanary · 9 years ago
  75. 30c4cae Add special case circle blur for Ganesh by robertphillips · 9 years ago
  76. cd56f81 SkImageSource by fmalita · 9 years ago
  77. a1c0ee4 SkNx_shuffle by mtklein · 9 years ago
  78. c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
  79. dde03ff Clean up remaining users of SkPMFloat by mtklein · 9 years ago
  80. 6d2a203 Fix leak in test create for perlin noise fp by bsalomon · 9 years ago
  81. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  82. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
  83. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  84. 62ce030 Replace SkPin32 with SkTPin and remove. by bungeman · 9 years ago
  85. 38f1f6f Remove overly complicated GR_CREATE_STATIC_PROCESSOR macro by mdempsky · 9 years ago
  86. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  87. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  88. 7b7ecfc Fix clipped lighting image filters. by senorblanco · 9 years ago
  89. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  90. 4bf69f7 Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  91. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  92. 850f2d9 Return failure if getInputResultsGPU fails in SkXfermodeImageFilter by robertphillips · 9 years ago
  93. 0abdf76 Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id:1 of https://codereview.chromium.org/1300403003/ ) by senorblanco · 9 years ago
  94. 12d8472 Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id:130001 of https://codereview.chromium.org/1296943002/ ) by herb · 9 years ago
  95. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  96. 915881f Implement canComputeFastBounds() for image filters. by senorblanco · 9 years ago
  97. 2f0dbc7 Update SkLightingShader to support rotation by robertphillips · 9 years ago
  98. f7d602a Revert "Update SkLightingShader to support rotation" by robertphillips · 9 years ago
  99. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  100. f582282 change asABitmap to isABitmap on shader by reed · 9 years ago