1. 6f79709 prune unused SkNx features by mtklein · 9 years ago
  2. c57e0de Make SkBlurImageFilter capable of cropping during blur (GPU path). by senorblanco · 9 years ago
  3. a2e69fc Rename non-aa rect methods on GrDrawContext in anticipation of making them support aa by bsalomon · 9 years ago
  4. 6f45c17 Revert[4] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  5. 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
  6. 7b81994 Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  7. 48343ee Simplify SkGpuBlurUtils. by senorblanco · 9 years ago
  8. 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
  9. 29a440d Make SkBlurImageFilter capable of cropping during blur (raster path) by senorblanco · 9 years ago
  10. 4a21602 stop using drawSprite (at least w/ no filters) as it is going away by reed · 9 years ago
  11. 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
  12. 1b82ceb Make SkBlurImageFilter capable of cropping during blur (raster path) by senorblanco · 9 years ago
  13. 7dc4bd0 Remove GrGLProcessor and create GrGLSLTextureSampler class. by egdaniel · 9 years ago
  14. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  15. 51eedb6 Fix some GPU filters to use the correct size constraint. by senorblanco · 9 years ago
  16. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  17. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
  18. f529439 Move shader precision modifier check onto GLSLCaps by egdaniel · 9 years ago
  19. 0214173 Stop creating static GrProcessor instances by bsalomon · 9 years ago
  20. b1dda9b Use the current OpengGL standard to determine blur precision, rather than kGLES by Brian Salomon · 9 years ago
  21. 1d3ff43 Image filters: Replace all use of tryAllocPixels() with createDevice(). by senorblanco · 9 years ago
  22. 0bccd87 Revert of Update feSpotLight to match spec (patchset #2 id:20001 of https://codereview.chromium.org/1403403003/ ) by caryclark · 9 years ago
  23. c84ccb0 Update feSpotLight to match spec by ericrk · 9 years ago
  24. af96fce The SkArithmeticMode_gpu GL filters support clamping to valid by ericrk · 9 years ago
  25. a8e5fbd Fix for GM:bigblurs not actually blurring some of the rectangles on Nexus 10. by ethannicholas · 9 years ago
  26. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
  27. 9a70b6e Image filters: refactor input GPU processing into filterInputGPU(). by senorblanco · 9 years ago
  28. b9519f8 Image Filters: refactor all CPU input processing into a filterInput helper function. by senorblanco · 9 years ago
  29. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  30. f028003 change more effects to only expose factories by reed · 9 years ago
  31. 063675b Remove SK_SUPPORT_LEGACY_GRADIENT_DITHERING from Skia proper by fmalita · 9 years ago
  32. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  33. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  34. 37d8688 Optional gradient dithering by fmalita · 9 years ago
  35. 0ba8c24 Insert clip fragment processor outside GrCMM by bsalomon · 9 years ago
  36. 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
  37. 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
  38. 80a6dca factories should return baseclass, allowing the impl to specialize by reed · 9 years ago
  39. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  40. 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
  41. 5175b95 Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor) by robertphillips · 9 years ago
  42. 77a53de Base SkAutoTUnref on skstd::unique_ptr. by bungeman · 9 years ago
  43. 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
  44. 2d70bcc Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor) by robertphillips · 9 years ago
  45. e25eea4 Use child processors to implement compose color filter. by bsalomon · 9 years ago
  46. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  47. 2f5891e Remove SkBitmapSource by fmalita · 9 years ago
  48. 00d6e51 Eliminate some clutter in SkFlattenable by mdempsky · 9 years ago
  49. 38ddbad Mangle output var in GrGLFragmentProcessor::emitChild by bsalomon · 9 years ago
  50. 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago
  51. 106b124 Remove SkNEW and SkDELETE macros by mdempsky · 9 years ago
  52. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  53. 0d705a4 Fix vs2015 build by bsalomon · 9 years ago
  54. 435657f Forward declare SkStrokeRec in SkPathEffect by halcanary · 9 years ago
  55. 30c4cae Add special case circle blur for Ganesh by robertphillips · 9 years ago
  56. cd56f81 SkImageSource by fmalita · 9 years ago
  57. a1c0ee4 SkNx_shuffle by mtklein · 9 years ago
  58. c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
  59. dde03ff Clean up remaining users of SkPMFloat by mtklein · 9 years ago
  60. 6d2a203 Fix leak in test create for perlin noise fp by bsalomon · 9 years ago
  61. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  62. 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
  63. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  64. 62ce030 Replace SkPin32 with SkTPin and remove. by bungeman · 9 years ago
  65. 38f1f6f Remove overly complicated GR_CREATE_STATIC_PROCESSOR macro by mdempsky · 9 years ago
  66. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  67. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  68. 7b7ecfc Fix clipped lighting image filters. by senorblanco · 9 years ago
  69. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  70. 4bf69f7b 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
  71. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  72. 850f2d9 Return failure if getInputResultsGPU fails in SkXfermodeImageFilter by robertphillips · 9 years ago
  73. 0abdf76 Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id:1 of https://codereview.chromium.org/1300403003/ ) by senorblanco · 9 years ago
  74. 12d8472 Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id:130001 of https://codereview.chromium.org/1296943002/ ) by herb · 9 years ago
  75. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  76. 915881f Implement canComputeFastBounds() for image filters. by senorblanco · 9 years ago
  77. 2f0dbc7 Update SkLightingShader to support rotation by robertphillips · 9 years ago
  78. f7d602a Revert "Update SkLightingShader to support rotation" by robertphillips · 9 years ago
  79. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  80. f582282 change asABitmap to isABitmap on shader by reed · 9 years ago
  81. 3b44dcf Patches on top of Radu's latest. by mtklein · 9 years ago
  82. 45b59ed Update SkLightingShader to support rotation by robertphillips · 9 years ago
  83. b1daa86 When getGLInstance is called on a frag proc, the resulting GrGLFragmentProcessor will be the root of a tree of GrGLFragmentProcessors that mirrors the GrFragmentProcessor's tree. This allows setData() to be called recursively (removing the responsibility from compose shader) and allows gl instances direct access to their children gl instances so they can emit their code. by wangyix · 9 years ago
  84. 2d141ba Patches on top of Radu's latest. by mtklein · 9 years ago
  85. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  86. d029ded Port morphology to SkOpts. by mtklein · 9 years ago
  87. dce5ce4 Port SkBlurImage opts to SkOpts. by mtklein · 9 years ago
  88. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  89. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  90. a9652ac Address some SkLightingShader TODOs by robertphillips · 9 years ago
  91. c3eb50c Minor cleanup of SkLightingShader by robertphillips · 9 years ago
  92. 640898f Update SkLightingShader to take a localMatrix by robertphillips · 9 years ago
  93. 5f865b9 Move LightingShader to effects by robertphillips · 9 years ago
  94. eb86b55 Fix variable shadowing in SkMorphologyImageFilter by robertphillips · 9 years ago
  95. 7c157a9 Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() by wangyix · 9 years ago
  96. ff0ca5e Misc cleanup by robertphillips · 9 years ago
  97. 6af0c93 Moved GrGLFragmentProcessor definition to its own file by wangyix · 9 years ago
  98. 992c761 Reland of Add fast normalize for SkLightingImageFilter. (patchset #1 id:1 of https://codereview.chromium.org/1244523002/) by jvanverth · 9 years ago
  99. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  100. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago