1. 77b6ba3 Implement an SkPaint-based image filter by ajuma · 9 years ago
  2. cdee009 Add a class representing texture swizzle. by bsalomon · 9 years ago
  3. 3183a41 Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of https://codereview.chromium.org/1567733005/ ) by mtklein · 9 years ago
  4. 1a1efea Add a class representing texture swizzle. by bsalomon · 9 years ago
  5. ce2dfae remove dead code from SkColorMatrixFilter by reed · 9 years ago
  6. b50b97d Optimize SkTileImageFilter destination bitmap size. by senorblanco · 9 years ago
  7. aeab8ea fix linear gradient assert, by explicitly clamping by reed · 9 years ago
  8. 0152cc3 remove 565 effects shaders by caryclark · 9 years ago
  9. 03f8968 move SkDither.h to private, remove unused shadeSpan16 by reed · 9 years ago
  10. f880e45 change factory to method, to parallel pattern in imagefilters. no functionality change. by reed · 9 years ago
  11. 0b70f45 remove dead flags by reed · 9 years ago
  12. 5e1ddb1 Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ ) by reed · 9 years ago
  13. 2d6ba66 Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ ) by reed · 9 years ago
  14. d63f60a change all factories to return their base-class by reed · 9 years ago
  15. e80eb92 Add default ctor to SkMask by robertphillips · 9 years ago
  16. c834ab1 Fix gaussian blur for small sigma. by senorblanco · 9 years ago
  17. 6f37b4a Unify some SkNx code by mtklein · 9 years ago
  18. 4e56772 Address precision issue in circle blur effect by robertphillips · 9 years ago
  19. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  20. 3127c99 ubsan shift fixes by caryclark · 9 years ago
  21. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  22. 0745653 SkAlphaThresholdFilter.h allow flattening by halcanary · 9 years ago
  23. 1d265ca Pin result in SkATan2_255 by robertphillips · 9 years ago
  24. a544eda Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
  25. 50c044b Revert of Matrix convolution bounds fix; affectsTransparentBlack fixes. (patchset #4 id:60001 of https://codereview.chromium.org/1500923004/ ) by senorblanco · 9 years ago
  26. 8705ec8 Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
  27. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  28. c2e0ac4 Don't use the Sk4f gradient impl without SIMD by fmalita · 9 years ago
  29. f34b293 Add in shader blending for CoverageSetOp XP by egdaniel · 9 years ago
  30. 9db43ac Add Sk4f::ToBytes(uint8_t[16], Sk4f, Sk4f, Sk4f, Sk4f) by mtklein · 9 years ago
  31. 56cf6dc Create a static instances of SrcOver XferProcessor by egdaniel · 9 years ago
  32. de4166a APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct by ethannicholas · 9 years ago
  33. 4a24398 Fix SkMergeImageFilter crop rect computation. by senorblanco · 9 years ago
  34. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  35. 2b46913 Take span len into account when determining whether gradient is vertical by fmalita · 9 years ago
  36. de3aac8 use pinned value during lerp for vertical gradients by reed · 9 years ago
  37. f234272 Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ ) by egdaniel · 9 years ago
  38. a7006d4 Make specialized SrcOver XPFactory by egdaniel · 9 years ago
  39. 8d38102 Fix nearly-vertical gradient assert by fmalita · 9 years ago
  40. a2e3e0f Move glsl onto EmitArgs struct for emitCode by egdaniel · 9 years ago
  41. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  42. f3182eb Implement multi-color-stops in linear gradients using Sk4f by reed · 9 years ago
  43. e004bfc Increase the amount of debug information printed out by batches by robertphillips · 9 years ago
  44. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  45. fa4cc8b Move XferProcessors to glsl by egdaniel · 9 years ago
  46. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  47. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  48. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
  49. 07d56b1 Make SkBlurImageFilter capable of cropping during blur (GPU path). by senorblanco · 9 years ago
  50. 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
  51. 6f79709 prune unused SkNx features by mtklein · 9 years ago
  52. c57e0de Make SkBlurImageFilter capable of cropping during blur (GPU path). by senorblanco · 9 years ago
  53. a2e69fc Rename non-aa rect methods on GrDrawContext in anticipation of making them support aa by bsalomon · 9 years ago
  54. 6f45c17 Revert[4] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  55. 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
  56. 7b81994 Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  57. 48343ee Simplify SkGpuBlurUtils. by senorblanco · 9 years ago
  58. 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
  59. 29a440d Make SkBlurImageFilter capable of cropping during blur (raster path) by senorblanco · 9 years ago
  60. 4a21602 stop using drawSprite (at least w/ no filters) as it is going away by reed · 9 years ago
  61. 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
  62. 1b82ceb Make SkBlurImageFilter capable of cropping during blur (raster path) by senorblanco · 9 years ago
  63. 7dc4bd0 Remove GrGLProcessor and create GrGLSLTextureSampler class. by egdaniel · 9 years ago
  64. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  65. 51eedb6 Fix some GPU filters to use the correct size constraint. by senorblanco · 9 years ago
  66. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  67. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
  68. f529439 Move shader precision modifier check onto GLSLCaps by egdaniel · 9 years ago
  69. 0214173 Stop creating static GrProcessor instances by bsalomon · 9 years ago
  70. b1dda9b Use the current OpengGL standard to determine blur precision, rather than kGLES by Brian Salomon · 9 years ago
  71. 1d3ff43 Image filters: Replace all use of tryAllocPixels() with createDevice(). by senorblanco · 9 years ago
  72. 0bccd87 Revert of Update feSpotLight to match spec (patchset #2 id:20001 of https://codereview.chromium.org/1403403003/ ) by caryclark · 9 years ago
  73. c84ccb0 Update feSpotLight to match spec by ericrk · 9 years ago
  74. af96fce The SkArithmeticMode_gpu GL filters support clamping to valid by ericrk · 9 years ago
  75. a8e5fbd Fix for GM:bigblurs not actually blurring some of the rectangles on Nexus 10. by ethannicholas · 9 years ago
  76. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
  77. 9a70b6e Image filters: refactor input GPU processing into filterInputGPU(). by senorblanco · 9 years ago
  78. b9519f8 Image Filters: refactor all CPU input processing into a filterInput helper function. by senorblanco · 9 years ago
  79. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  80. f028003 change more effects to only expose factories by reed · 9 years ago
  81. 063675b Remove SK_SUPPORT_LEGACY_GRADIENT_DITHERING from Skia proper by fmalita · 9 years ago
  82. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  83. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  84. 37d8688 Optional gradient dithering by fmalita · 9 years ago
  85. 0ba8c24 Insert clip fragment processor outside GrCMM by bsalomon · 9 years ago
  86. 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
  87. 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
  88. 80a6dca factories should return baseclass, allowing the impl to specialize by reed · 9 years ago
  89. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  90. 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
  91. 5175b95 Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor) by robertphillips · 9 years ago
  92. 77a53de Base SkAutoTUnref on skstd::unique_ptr. by bungeman · 9 years ago
  93. 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
  94. 2d70bcc Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor) by robertphillips · 9 years ago
  95. e25eea4 Use child processors to implement compose color filter. by bsalomon · 9 years ago
  96. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  97. 2f5891e Remove SkBitmapSource by fmalita · 9 years ago
  98. 00d6e51 Eliminate some clutter in SkFlattenable by mdempsky · 9 years ago
  99. 38ddbad Mangle output var in GrGLFragmentProcessor::emitChild by bsalomon · 9 years ago
  100. 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago