1. 18ab203 Make GrGLSLFragmentProcessors be created as std::unique_ptr. by Brian Salomon · 3 years, 7 months ago
  2. bacbb92 Revert "Revert "Reland "asyncRescaleAndRead supports unpremul results on GPU""" by Brian Salomon · 3 years, 8 months ago
  3. 7f296c4 Revert "Reland "asyncRescaleAndRead supports unpremul results on GPU"" by Brian Salomon · 3 years, 8 months ago
  4. 0d7de6b Reland "asyncRescaleAndRead supports unpremul results on GPU" by Brian Salomon · 3 years, 8 months ago
  5. b0d2b09 Revert "asyncRescaleAndRead supports unpremul results on GPU" by Brian Salomon · 3 years, 8 months ago
  6. 70fa84a asyncRescaleAndRead supports unpremul results on GPU by Brian Salomon · 3 years, 8 months ago
  7. b5aa3ef Update DeviceSpaceEffect and ColorSpaceXform to return half4s. by John Stiles · 3 years, 10 months ago
  8. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 1 month ago
  9. 6b5dbb4 Make invokeChild default to fInputColor, rather than half4(1) by Brian Osman · 4 years, 2 months ago
  10. 12c5d29 In FPs, store pointers for all child slots, even nullptr by Brian Osman · 4 years, 2 months ago
  11. 54867de Make GrFP::registerChild just return -1 for null children by Brian Osman · 4 years, 2 months ago
  12. 3e62762 Clean up GrColorSpaceXformEffect to allow a null child FP. by John Stiles · 4 years, 3 months ago
  13. 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 3 months ago
  14. 5d92ae2 Implement constantOutputForConstantInput in GrColorSpaceXformEffect by Brian Osman · 4 years, 8 months ago
  15. 978693c Make invokeChild just return a string containing the child function call by Brian Osman · 4 years, 8 months ago
  16. c6dce5a Child fragment processors are now written as separate functions by Ethan Nicholas · 5 years ago
  17. 6ad5289 Revert "Child fragment processors are now written as separate functions" by Ethan Nicholas · 5 years ago
  18. 0364bde Child fragment processors are now written as separate functions by Ethan Nicholas · 5 years ago
  19. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  20. a3c45c7 Add non-srcover fallback for drawImageSet by Michael Ludwig · 6 years ago
  21. 82ebe04 Reland "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
  22. d4c7458 Revert "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
  23. a9549ab Add SkColorSpace factory from 3x3 row-major gamut and transfer function by Brian Osman · 6 years ago
  24. 495993a Remove GrColor4f by Brian Osman · 6 years ago
  25. f28e55d Add SkPMColor4f support to SkSL by Brian Osman · 6 years ago
  26. 15f0f29 Reland "Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace""" by Brian Osman · 6 years ago
  27. 7f3ceba Revert "Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace""" by Mike Klein · 6 years ago
  28. 4157687 Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"" by Brian Osman · 6 years ago
  29. 11f4994 Revert "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"" by Brian Osman · 6 years ago
  30. 893052e Reland "Preserve colorType and alphaType in SkImage::makeColorSpace" by Brian Osman · 6 years ago
  31. 0d08b3e Revert "Preserve colorType and alphaType in SkImage::makeColorSpace" by Brian Osman · 6 years ago
  32. d842557 Preserve colorType and alphaType in SkImage::makeColorSpace by Brian Osman · 6 years ago
  33. 231de03 Improve inputColor handling in fragment processor implementations. by Michael Ludwig · 6 years ago
  34. 21fc5ce Reland "Add support for unpremul image sources in the GPU backend" by Brian Osman · 6 years ago
  35. 0b0e0b8 centralize default src/dst colorspace policy by Mike Klein · 6 years ago
  36. cbf64e3 Revert "Add support for unpremul image sources in the GPU backend" by Brian Osman · 6 years ago
  37. f06240d Add support for unpremul image sources in the GPU backend by Brian Osman · 6 years ago
  38. e03a176 streamline interface to GrColorSpaceXform::Make() by Mike Klein · 6 years ago
  39. 8f3d36c add dstAT param to xform steps by Mike Klein · 6 years ago
  40. e28a6b5 add explicit accessor for sRGB singleton colorspaces by Mike Klein · 6 years ago
  41. 3567c14 Implement nonlinear (as-encoded) blending in GrColorSpaceXform by Brian Osman · 6 years ago
  42. c891b10 Simplify usage of GrGLSLColorSpaceXformHelper by Brian Osman · 6 years ago
  43. 653f34d Remove GrPixelConfig argument to GrColorSpaceXform[Effect]::Make by Brian Osman · 6 years ago
  44. 861ea5b Remove const from (immutable) SkColorSpace args to some functions by Brian Osman · 6 years ago
  45. 2fa912a Fix a logical test in GrColorSpaceXform::Equals by Brian Osman · 7 years ago
  46. 3338482 remove SkColorSpace_Base by Mike Klein · 7 years ago
  47. 36703d9 Push much of the SkColorSpace_Base interface up to SkColorSpace by Brian Osman · 7 years ago
  48. f06ead9 Add support for transfer functions to GrColorSpaceXform by Brian Osman · 7 years ago
  49. fe3e858 Add clamped/unclamped xform to GrColorSpaceXform by Brian Osman · 7 years ago
  50. c4f93ca Add GrColorSpaceXformEffect by Brian Osman · 7 years ago
  51. e411a07 Add const to GrColorSpaceXform member arguments by Brian Osman · 8 years ago
  52. 0bd783f Clamp premul colors correctly after a gamut change by Brian Osman · 8 years ago
  53. 0164896 Clamp colors after gamut xform in Ganesh by Brian Osman · 8 years ago
  54. 7c2114f Cache GrColorSpaceXforms by Brian Osman · 8 years ago
  55. bbf251b Hash the gamut of XYZ color spaces, to speed up comparison by Brian Osman · 8 years ago
  56. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  57. 7802c3d Move toXYZD50() to SkColorSpace_Base by msarett · 8 years ago
  58. b9c5137 Add storage and computation of SkColor4f version of gradient stops. by brianosman · 8 years ago
  59. 5a7ae7e Gamut transformation of the paint color in Ganesh by brianosman · 8 years ago
  60. 5192475 Two changes: by brianosman · 8 years ago
  61. 8d91490 Fix color gamut xform matrices in GPU code by brianosman · 8 years ago
  62. de68d6c Fix storage of gamut transform matrices in SkColorSpace by brianosman · 8 years ago
  63. 971cd49 Cache the inverse matrix on SkColorSpace. Rename xyz() to toXYZ(). by brianosman · 8 years ago
  64. 77320db Add color gamut xform helpers to GrGLSLShaderBuilder by brianosman · 8 years ago
  65. 9f97882 Simplify color space xform storage and usage (float[] vs. SkMatrix44) by brianosman · 8 years ago
  66. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago