1. b9f2088 convert SkVMBlitter over to floats by Mike Klein · 4 years, 9 months ago
  2. 1cc6067 friendly wrapper to allocate uniforms by Mike Klein · 4 years, 9 months ago
  3. 5625412 unify program() and uniforms() by Mike Klein · 4 years, 9 months ago
  4. cfa4f60 simpler uniforms() api by Mike Klein · 4 years, 9 months ago
  5. fb9146f merge key() and CanBuild() into CacheKey() by Mike Klein · 4 years, 9 months ago
  6. f3d4109 add (x,y) params to shader program() by Mike Klein · 4 years, 9 months ago
  7. 0393505 opaque shaders and srcover -> src by Mike Klein · 4 years, 9 months ago
  8. 9d0c67a paint color -> shader by Mike Klein · 4 years, 9 months ago
  9. e4522dc rough sketch of shaders in SkVMBlitter by Mike Klein · 4 years, 9 months ago
  10. 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 4 years, 10 months ago
  11. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 5 years ago
  12. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  13. bb85b8b remove dead code from old factories, enum by Mike Reed · 5 years ago
  14. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 5 years ago
  15. c8bea7d New factories for SkShaders by Mike Reed · 5 years ago
  16. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  17. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 5 years ago
  18. 1386b2d pass common SkStageRec to all effects using rasterpipeline by Mike Reed · 5 years ago
  19. 987e76c make SkColorShader RP-only by Mike Klein · 6 years ago
  20. a4eb936 remove old shader routines from SkColor4Shader by Mike Klein · 6 years ago
  21. 5d7b5a3 Remove SkPM4fPriv.h, inline the two functions at call-sites by Brian Osman · 6 years ago
  22. e92aae6 make legacy shadercontext optional by Mike Reed · 6 years ago
  23. f28e55d Add SkPMColor4f support to SkSL by Brian Osman · 6 years ago
  24. 781e350 Remove SkPM4f by Brian Osman · 6 years ago
  25. d25b7c1 Introduce SkRGBA4f, templated on SkAlphaType by Brian Osman · 6 years ago
  26. 81cbd03 Work toward removing SkPM4f by Brian Osman · 6 years ago
  27. 0b0e0b8 centralize default src/dst colorspace policy by Mike Klein · 6 years ago
  28. e03a176 streamline interface to GrColorSpaceXform::Make() by Mike Klein · 6 years ago
  29. 8f3d36c add dstAT param to xform steps by Mike Klein · 6 years ago
  30. 97d0970 Fix SkColor4Shader by Brian Osman · 6 years ago
  31. 5551a94 update color management for color shaders by Mike Klein · 6 years ago
  32. 3567c14 Implement nonlinear (as-encoded) blending in GrColorSpaceXform by Brian Osman · 6 years ago
  33. 653f34d Remove GrPixelConfig argument to GrColorSpaceXform[Effect]::Make by Brian Osman · 6 years ago
  34. 27dddae rebase by Cary Clark · 6 years ago
  35. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  36. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  37. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  38. 5191880 remove toString by Cary Clark · 6 years ago
  39. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  40. e3429e6 rename inner AsFPArgs to stand-alone GrFPArgs by Mike Reed · 7 years ago
  41. e9d172a converted ConstColorProcessor to SkSL by Ethan Nicholas · 7 years ago
  42. f06ead9 Add support for transfer functions to GrColorSpaceXform by Brian Osman · 7 years ago
  43. 4cbb6e6 Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter. by Brian Salomon · 7 years ago
  44. fe3e858 Add clamped/unclamped xform to GrColorSpaceXform by Brian Osman · 7 years ago
  45. 1d8c42e fold params into StageRec by Mike Reed · 7 years ago
  46. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  47. 1aa731a remove unused shadeSpanAlpha -- handled by rasterpipeline by Mike Reed · 7 years ago
  48. 073073e Rename append_uniform_color() to append_constant_color(). by Mike Klein · 7 years ago
  49. c91e387 add stages for black and white colors by Mike Reed · 7 years ago
  50. 5edba45 [Reland] Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/core/SkColorShader.cpp]
  51. eb9f278 Delete onChooseBlitProcs() and related code by Florin Malita · 7 years ago
  52. d8872be Revert "Relocate shaders to own dir" by Stan Iliev · 7 years ago[Renamed from src/shaders/SkColorShader.cpp]
  53. fabe0b2 Relocate shaders to own dir by Florin Malita · 7 years ago[Renamed from src/core/SkColorShader.cpp]
  54. 4aed138 Reland of SkShaderBase by Florin Malita · 7 years ago
  55. d93e11c Revert "SkShaderBase" by Florin Malita · 7 years ago
  56. 58a7564 SkShaderBase by Florin Malita · 7 years ago
  57. 8734566 Convert color to dst (once) in color shaders by Matt Sarett · 7 years ago
  58. 6cc6ae75 SkColorSpaceXformer: Add SkShader::makeColorSpace() by Matt Sarett · 7 years ago
  59. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  60. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  61. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 7 years ago
  62. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 7 years ago
  63. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  64. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  65. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 7 years ago
  66. 882ccaf Raster pipeline support for SkLocalMatrixShader composition by Florin Malita · 8 years ago
  67. ac04fef Remove SkFallbackAlloc and SkFixedAlloc. by Herb Derby · 8 years ago
  68. 7a14734d support a8 by Mike Klein · 8 years ago
  69. 987de5b Plumb filter quality into SkShader::appendStages(). by Mike Klein · 8 years ago
  70. fb191da More shader preliminaries / refactoring by Mike Klein · 8 years ago
  71. 526525a Revert "While we can, restrict SkFixedAlloc/SkFallbackAlloc to POD." by Mike Klein · 8 years ago
  72. 1ee7035 While we can, restrict SkFixedAlloc/SkFallbackAlloc to POD. by Mike Klein · 8 years ago
  73. 662c2ae Fill in gamut-transformation TODOs for software pipeline. by Mike Klein · 8 years ago
  74. b0d10e0 Start hooking shaders into SkRasterPipelineBlitter. by Mike Klein · 8 years ago
  75. 6a01554 remove use of xfermode* in procs by Mike Reed · 8 years ago
  76. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  77. 97bbf82 Add SkColor4f serialization by brianosman · 8 years ago
  78. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  79. e074d1f Change SkColor4f to RGBA channel order by brianosman · 8 years ago
  80. dabe5d3 update callers to not use SkColorProfileType by reed · 8 years ago
  81. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  82. 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
  83. 0ccc62d move colorshader into its own .cpp, add color4f variant by reed · 8 years ago