1. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  2. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 8 years ago
  3. a99b6ce start removing uses of SkScalarMul by Mike Reed · 8 years ago
  4. 4151160 Force instantiation in GaussianBlur to hopefully prevent (and diagnose) Chrome crash by Robert Phillips · 8 years ago
  5. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
  6. 08c5ec7 Make blur utils take GrTextureProxies - take 2 by Robert Phillips · 8 years ago
  7. 877b15b Revert "Make blur utils take GrTextureProxies" by Robert Phillips · 8 years ago
  8. d0dc05b Make blur utils take GrTextureProxies by Robert Phillips · 8 years ago
  9. 40fd7c9 Push GrTextureProxy down to more effects by Robert Phillips · 8 years ago
  10. aee504b Make GrConvolutionEffect only support Gaussian kernels and rename. by Brian Salomon · 8 years ago
  11. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  12. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  13. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  14. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  15. e98234f Start making texture coordinates be absolute by Robert Phillips · 8 years ago
  16. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  17. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  18. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  19. 784b7bf Different approach to fixing gpu blurs on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  20. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  21. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  22. d728f0c Defer more renderTargetContexts in the GPU image filter paths - take 2 by robertphillips · 8 years ago
  23. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  24. 4e344c8 Revert "Defer more renderTargetContexts in the GPU image filter paths" by Robert Phillips · 8 years ago
  25. fd01ce0 Defer more renderTargetContexts in the GPU image filter paths by Robert Phillips · 8 years ago
  26. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  27. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  28. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  29. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  30. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  31. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  32. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  33. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  34. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  35. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  36. 950fc6c Add F16 to the list of allowed formats in GaussianBlur by brianosman · 8 years ago
  37. e1e5c74 Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago[Renamed from src/effects/SkGpuBlurUtils.cpp]
  38. 2a57f2f Revert of Moving SkBlurImageFilter into core (patchset #9 id:160001 of https://codereview.chromium.org/2255803003/ ) by bungeman · 8 years ago[Renamed from src/core/SkGpuBlurUtils.cpp]
  39. a97a1ab Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago[Renamed from src/effects/SkGpuBlurUtils.cpp]
  40. a90dcf7 Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https://codereview.chromium.org/2255803003/ ) by vjiaoblack · 8 years ago[Renamed from src/core/SkGpuBlurUtils.cpp]
  41. 4d76017 Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago[Renamed from src/effects/SkGpuBlurUtils.cpp]
  42. 7b14512 Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https://codereview.chromium.org/2255803003/ ) by vjiaoblack · 8 years ago[Renamed from src/core/SkGpuBlurUtils.cpp]
  43. e426bab Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago[Renamed from src/effects/SkGpuBlurUtils.cpp]
  44. 2ec4172 Revert of Moving SkBlurImageFilter into core (patchset #6 id:100001 of https://codereview.chromium.org/2255803003/ ) by mtklein · 8 years ago[Renamed from src/core/SkGpuBlurUtils.cpp]
  45. dd3259e Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago[Renamed from src/effects/SkGpuBlurUtils.cpp]
  46. 02fa32c Move GrFixedClip into src directory by csmartdalton · 8 years ago
  47. f5a83e8 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  48. 3f0e694 Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchset #5 id:80001 of https://codereview.chromium.org/2222083004/ ) by robertphillips · 8 years ago
  49. 94b5c5a Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  50. 69cfa9c Revert of Create blurred RRect mask on GPU (rather than uploading it) (patchset #4 id:60001 of https://codereview.chromium.org/2222083004/ ) by robertphillips · 8 years ago
  51. 75ccdc7 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  52. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  53. 9dc935f Remove all usage of SkSurfaceProps::isGammaCorrect() by brianosman · 8 years ago
  54. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  55. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  56. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  57. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  58. f054b17 Swap SkGpuBlurUtils over to using SkIRects by robertphillips · 8 years ago
  59. 04c84af Make SkGpuBlurUtils::GaussianBlur more drawContext centric by robertphillips · 8 years ago
  60. f823778 Revert of Make SkGpuBlurUtils::GaussianBlur more drawContext centric (patchset #2 id:20001 of https://codereview.chromium.org/1962903003/ ) by robertphillips · 8 years ago
  61. d38d92f Make SkGpuBlurUtils::GaussianBlur more drawContext centric by robertphillips · 8 years ago
  62. 6a51491 Revert of Make SkGpuBlurUtils::GaussianBlur more drawContext centric (patchset #2 id:20001 of https://codereview.chromium.org/1962903003/ ) by scroggo · 8 years ago
  63. e7ef01d Make SkGpuBlurUtils::GaussianBlur more drawContext centric by robertphillips · 8 years ago
  64. a8966a8 Reland of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #1 id:1 of https://codereview.chromium.org/1956023002/ ) by robertphillips · 8 years ago
  65. 67a58dc Revert of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #2 id:20001 of https://codereview.chromium.org/1958603002/ ) by jvanverth · 8 years ago
  66. 56a85e6 Simplify SkGpuBlurUtils::GaussianBlur method by robertphillips · 8 years ago
  67. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  68. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  69. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 8 years ago
  70. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  71. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  72. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  73. c834ab1 Fix gaussian blur for small sigma. by senorblanco · 9 years ago
  74. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  75. 07d56b1 Make SkBlurImageFilter capable of cropping during blur (GPU path). by senorblanco · 9 years ago
  76. 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
  77. c57e0de Make SkBlurImageFilter capable of cropping during blur (GPU path). by senorblanco · 9 years ago
  78. a2e69fc Rename non-aa rect methods on GrDrawContext in anticipation of making them support aa by bsalomon · 9 years ago
  79. 48343ee Simplify SkGpuBlurUtils. by senorblanco · 9 years ago
  80. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  81. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
  82. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  83. 0ba8c24 Insert clip fragment processor outside GrCMM by bsalomon · 9 years ago
  84. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  85. 77a53de Base SkAutoTUnref on skstd::unique_ptr. by bungeman · 9 years ago
  86. c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
  87. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  88. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  89. 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
  90. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  91. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  92. ff0ca5e Misc cleanup by robertphillips · 9 years ago
  93. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  94. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  95. 084d1b6 Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of https://codereview.chromium.org/1149773005/) by bsalomon · 9 years ago
  96. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  97. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  98. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  99. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  100. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago