1. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  2. a6a8400 Support domain clamping and transform matrices in YUVToRGB effects by Michael Ludwig · 5 years ago
  3. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 5 years ago
  4. 31ba718 Support strict constraints for bulk texture sets by Michael Ludwig · 5 years ago
  5. d9958f8 Use YUV effect in drawEdgeAAImageSet by Michael Ludwig · 5 years ago
  6. 4da3f3d Respect strict constraint in drawEdgeAAImageSet by Michael Ludwig · 5 years ago
  7. 390f0cc Reland "Reland "Update SkCanvas' experimental SkiaRenderer API"" by Michael Ludwig · 5 years ago
  8. 8fa7ab4 Delay half-float vertex color determination until Op::finalize by Brian Osman · 5 years ago
  9. 138a06d Revert "Reland "Update SkCanvas' experimental SkiaRenderer API"" by Brian Salomon · 5 years ago
  10. bd9d88a Reland "Update SkCanvas' experimental SkiaRenderer API" by Michael Ludwig · 5 years ago
  11. 90791c2 Revert "Update SkCanvas' experimental SkiaRenderer API" by Michael Ludwig · 5 years ago
  12. 4bf9646 Update SkCanvas' experimental SkiaRenderer API by Michael Ludwig · 6 years ago
  13. 7ae2ab5 Support per-entry transforms in image-set API by Michael Ludwig · 6 years ago
  14. 6603a17 Make SkImage_Base::asTextureProxyRef take a GrRecordingContext parameter by Robert Phillips · 6 years ago
  15. 1433cfd Reland "Add general quad API to SkGpuDevice" by Michael Ludwig · 6 years ago
  16. 24adb3a Revert "Add general quad API to SkGpuDevice" by Michael Ludwig · 6 years ago
  17. 339e1cc Add general quad API to SkGpuDevice by Michael Ludwig · 6 years ago
  18. 3e2cc06 Only perform matrix concat when actually logging histograms by Michael Ludwig · 6 years ago
  19. 136f45a Formalize edge-aa interaction with GrAA by Michael Ludwig · 6 years ago
  20. d54ca8f Add blendmode to GrRTC::drawTexture by Michael Ludwig · 6 years ago
  21. b7d64b9 Implement drawImage in terms of drawImageRect by Michael Ludwig · 6 years ago
  22. e956049 Fix makeColorSpace on YUV images by Brian Osman · 6 years ago
  23. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  24. c1541ae Move GrContextOptions to GrContext_Base and make GrContextThreadSafeProxy be derived from GrContext_Base by Robert Phillips · 6 years ago
  25. 3e4c2f3 Reland "Add target SkColorSpace to SkImage_GpuYUVA." by Jim Van Verth · 6 years ago
  26. 4938323 Revert "Add target SkColorSpace to SkImage_GpuYUVA." by Jim Van Verth · 6 years ago
  27. 2232b9e Add target SkColorSpace to SkImage_GpuYUVA. by Jim Van Verth · 6 years ago
  28. 3d139a4 Use half floats for non-normalized color in GrTextureOp by Brian Osman · 6 years ago
  29. 30e0d7f Draw YUVA images with multitexture by Jim Van Verth · 6 years ago
  30. 05c8f46 Hoist color space xform creation out of GrTextureProducer by Brian Osman · 6 years ago
  31. 6064e1c Remove texColorSpace output param from various producer APIs by Brian Osman · 6 years ago
  32. e7fd8c3 Un-plumb dstColorSpace through GrTextureProducer by Brian Osman · 6 years ago
  33. 2213ee9 Add support for per-edge AA to GrTextureOp. by Brian Salomon · 6 years ago
  34. b0f4d0a Reland "Switch SkPaint's color to SkColor4f" by Brian Osman · 6 years ago
  35. cacf496 Revert "Switch SkPaint's color to SkColor4f" by Brian Osman · 6 years ago
  36. ee87c86 Switch SkPaint's color to SkColor4f by Brian Osman · 6 years ago
  37. 21fc5ce Reland "Add support for unpremul image sources in the GPU backend" by Brian Osman · 6 years ago
  38. 793324c Always render GPU masks with AA rendering by Robert Phillips · 6 years ago
  39. a522d66 Fold directFilterRRectMaskGPU into directFilterMaskGPU by Robert Phillips · 6 years ago
  40. cbf64e3 Revert "Add support for unpremul image sources in the GPU backend" by Brian Osman · 6 years ago
  41. f06240d Add support for unpremul image sources in the GPU backend by Brian Osman · 6 years ago
  42. e03a176 streamline interface to GrColorSpaceXform::Make() by Mike Klein · 6 years ago
  43. 27927a5 Change drawPathWithMaskFilter to drawShapeWithMaskFilter by Robert Phillips · 6 years ago
  44. 3ebd354 For TextureOp + Alpha texture, xform paint color to dest color space by Brian Osman · 6 years ago
  45. 653f34d Remove GrPixelConfig argument to GrColorSpaceXform[Effect]::Make by Brian Osman · 6 years ago
  46. b80ffee Reland "Add support for SkCanvas::kStrict_SrcRectConstraint to GrTextureOp." by Brian Salomon · 6 years ago
  47. 633f20e Revert "Add support for SkCanvas::kStrict_SrcRectConstraint to GrTextureOp." by Stephen White · 6 years ago
  48. a0047bc Add support for SkCanvas::kStrict_SrcRectConstraint to GrTextureOp. by Brian Salomon · 6 years ago
  49. be3c1d2 Add perspective support to GrTextureOp. by Brian Salomon · 6 years ago
  50. 65daa20 Remove SK_DISABLE_TEXTURE_OP_AA by Brian Salomon · 6 years ago
  51. db78cba Avoid creating MIPs until necessary when MIP bias is active by Brian Osman · 7 years ago
  52. 547c859 gpu impl for compose and combine maskfilters by Mike Reed · 7 years ago
  53. 80747ef move the guts of SkMaskFilter.h into SkMaskFilterBase.h by Mike Reed · 7 years ago
  54. 4e6cf91 Add macro to disable using GrTextureOp for AA in Chrome by Brian Salomon · 7 years ago
  55. b5ef1f9 Make GrTextureOp capable of edge antialiasing. by Brian Salomon · 7 years ago
  56. 3b51df1 Cleanup yes/no enums in Ganesh by Chris Dalton · 7 years ago
  57. c77085d Remove content area from GrTextureAdjuster. by Greg Daniel · 7 years ago
  58. f06ead9 Add support for transfer functions to GrColorSpaceXform by Brian Osman · 7 years ago
  59. f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago
  60. 1cb4171 Remove color space xform support from SkSL by Brian Osman · 7 years ago
  61. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  62. 4df0092 Revert "Remove "content" rect from GrTextureAdjuster." by Brian Salomon · 7 years ago
  63. 6e4bbbe Remove "content" rect from GrTextureAdjuster. by Brian Salomon · 7 years ago
  64. 3416969 Revert "Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"""" by Brian Salomon · 7 years ago
  65. a184ac7 Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible""" by Brian Salomon · 7 years ago
  66. 20af6d1 Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"" by Brian Salomon · 7 years ago
  67. ceef4fb Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible" by Brian Salomon · 7 years ago
  68. 3fd2955 Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible by Brian Salomon · 7 years ago
  69. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  70. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  71. 0166cfd Remove GrClipsStackClip member from SkGpuDevice by Brian Salomon · 7 years ago
  72. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 8 years ago
  73. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  74. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  75. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  76. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  77. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  78. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  79. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  80. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  81. e8e5458 GrTextureProducer cleanup, phase two: Producer, Adjuster, Maker by Brian Osman · 8 years ago
  82. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  83. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  84. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  85. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  86. 6cfb106 Fix Ganesh analytic blurred rect draws by robertphillips · 8 years ago
  87. 27cdd94 Implement GPU occluded blur mask filter by robertphillips · 8 years ago
  88. f5a83e8 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  89. 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
  90. 94b5c5a Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  91. 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
  92. 75ccdc7 Create blurred RRect mask on GPU (rather than uploading it) by robertphillips · 8 years ago
  93. 9aff85a Minor clean up related to blur mask filters by robertphillips · 8 years ago
  94. 8fe485b Just pass the draw context to paint conversion by brianosman · 8 years ago
  95. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  96. 500bb3e Connect dst color space in a few places (removing TODOs) by brianosman · 8 years ago
  97. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  98. 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 8 years ago
  99. 071457b Add isUnifiedMultisampled entry point to GrDrawContext by robertphillips · 8 years ago
  100. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago