1. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  2. 886cf53 Refactor bilerp a little. by Mike Klein · 8 years ago
  3. 13bf622 Remove dest surface color mode from bitmap controller by Brian Osman · 8 years ago
  4. f447dee support medium and high quality by Mike Klein · 8 years ago
  5. 7a14734d support a8 by Mike Klein · 8 years ago
  6. f7657e9 gather_i8 by Mike Klein · 8 years ago
  7. 729b582 Consistent naming. by Mike Klein · 8 years ago
  8. b04c352 Split srgb out of accum stages. by Mike Klein · 8 years ago
  9. d5de013 Some simple pipeline refactoring. by Mike Klein · 8 years ago
  10. 6b77f1c 4444 and gray 8 by Mike Klein · 8 years ago
  11. cb5338c Support sRGB 565. by Mike Klein · 8 years ago
  12. cb2c12b accum_565 and accum_f16 by Mike Klein · 8 years ago
  13. 46e66a2 bilerp by Mike Klein · 8 years ago
  14. f7f883b Rearrange NN sampling to more naturally support bilerp. by Mike Klein · 8 years ago
  15. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  16. 2e35e8a mirror tiling by Mike Klein · 8 years ago
  17. c01e7df perspective matrix by Mike Klein · 8 years ago
  18. b273fc4 repeat tiling by Mike Klein · 8 years ago
  19. bf178a7 Replace my confusion with a pointer to the explanation. by Mike Klein · 8 years ago
  20. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  21. 7776029 Strength reduce bilerp to nearest neighbor when the matrix is integer translate. by Mike Klein · 8 years ago
  22. 06a65e2 Support SkImageShader in SkRasterPipeline blitter by Mike Klein · 8 years ago
  23. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  24. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  25. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  26. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  27. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  28. dc87a7d Skip SkBitmapProvider instantiation in SkImageShader::onContextSize by fmalita · 8 years ago
  29. 627778d isABitmap is deprecated, use isAImage by Mike Reed · 8 years ago
  30. 5192475 Two changes: by brianosman · 8 years ago
  31. 77320db Add color gamut xform helpers to GrGLSLShaderBuilder by brianosman · 8 years ago
  32. 6b2d7ac fix memory leak, remake Imageshader to use sk_sp by reed · 8 years ago
  33. a9ca05c Deserialize pictures with custom image-deserializer by reed · 8 years ago
  34. 4c1abdc use tmp allocator for images in temp shaders by reed · 8 years ago
  35. 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
  36. 320a40d Always return ImageShader, even from SkShader::MakeBitmapShader by reed · 8 years ago
  37. f1ac182 implement isABitmap for imageshader, return localmatrix for bitmap's impl by reed · 8 years ago
  38. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  39. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  40. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  41. 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
  42. 60c9b58 change flattenable factory to return sk_sp by reed · 9 years ago
  43. 5671c5b SkImage now has makeShader to return sk_sp by reed · 9 years ago
  44. d882901 Add support for new bitmapshader context (patchset #5 id:80001 of https://codereview.chromium.org/1757993002/ )" by reed · 9 years ago
  45. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 9 years ago
  46. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 9 years ago
  47. d812fb4 enforce 16byte alignment in shader contexts by reed · 9 years ago
  48. cd660e1 Revert of add support for new bitmapshader context (patchset #5 id:80001 of https://codereview.chromium.org/1757993002/ ) by reed · 9 years ago
  49. 19cef56 add support for new bitmapshader context by reed · 9 years ago
  50. 05a5647 fission bitmapprocstate by reed · 9 years ago
  51. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 9 years ago
  52. 8515377 Make bicubic FP factories return const FPs by bsalomon · 9 years ago
  53. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  54. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  55. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  56. 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  57. 476506d Revert of Revert[2] of add ImageShader, sharing code with its Bitmap cousin (patchset #11 id:200001 of https://codereview.chromium.org/1352293002/ ) by reed · 9 years ago
  58. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  59. fe05707 Revert[2] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  60. f260851 Revert of add ImageShader, sharing code with its Bitmap cousin (patchset #10 id:180001 of https://codereview.chromium.org/1342113002/ ) by tomhudson · 9 years ago
  61. 0b93e31 add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago