1. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  2. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  3. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  4. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  5. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  6. c68d4aa Helper functions to do SkColor -> GrColor4f by Brian Osman · 8 years ago
  7. 27a3aa5 Make GrRenderableConfigForColorSpace argument const by brianosman · 8 years ago
  8. 2695eaa Fix some GPU image filter code to preserve precision and color space by brianosman · 8 years ago
  9. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  10. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  11. 5a7ae7e Gamut transformation of the paint color in Ganesh by brianosman · 8 years ago
  12. 4cea3b9 Push usage of GrColor4f into OverrideInput by brianosman · 8 years ago
  13. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  14. efded51 Always supply a color space (sRGB for now) with F16 by brianosman · 8 years ago
  15. 8fe485b Just pass the draw context to paint conversion by brianosman · 8 years ago
  16. c7ec7c9 remove/deprecate SkBitmap::getTexture, as it now always returns false by reed · 8 years ago
  17. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  18. 839345d Bundle SkShader::asFragmentProcessor arguments in a struct by brianosman · 8 years ago
  19. 396fcdb Cleanup of code that converts from GPU-backed resources to SkImageInfo by brianosman · 8 years ago
  20. f292a0c Remove SkGrPixelRef by robertphillips · 8 years ago
  21. dddbe38 Adding an SkColorSpace to SkImage_Gpu by brianosman · 8 years ago
  22. 0e1161d Never allow dither for non-legacy (sRGB or F16) targets. by brianosman · 8 years ago
  23. a4535a3 GrColor4f is yet another 4f color type, unfortunately. by brianosman · 8 years ago
  24. 7e5e594 Never use CPU-built mips for Gray_8. by brianosman · 8 years ago
  25. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  26. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  27. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  28. 7d2f607 Don't try to set gamma treatment if texture creation fails. by brianosman · 8 years ago
  29. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  30. ab82418 Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ ) by brianosman · 8 years ago
  31. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  32. fe19987 Better (?) interface for controlling sRGB-ness of mipmaps on GrTexture by brianosman · 8 years ago
  33. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  34. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  35. 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
  36. 186d2d4 Plumbing mipmaps to the point of creation. by cblume · 8 years ago
  37. 9837740 Simplify GrSWMaskHelper by robertphillips · 8 years ago
  38. 677da9d Minor GrRenderTarget retraction by robertphillips · 8 years ago
  39. 9ac5b91 Add missing F16 case to reverse pixel config conversion by brianosman · 8 years ago
  40. b8e0960 Make is_ktx safer by scroggo · 8 years ago
  41. 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
  42. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  43. eb3429c Re-enable CPU mipmap generation for Ganesh. Aniso mips were landed a while ago. However, the CPU builder fails when it sees Index8 (among other things), so change the code to fallback to GPU in that case. Additionally, if we're going to be mipping an sRGB image, don't use the CPU code (which is not yet gamma correct). Unfortunately, this means that we will often be using the GPU path, still - with recent codec changes, most images are coming in tagged as sRGB. by brianosman · 9 years ago
  44. b3c9e4f Revert of Re-enable CPU mipmap generation for Ganesh. Aniso mips were landed a while ago. However, the CPU bu… (patchset #1 id:1 of https://codereview.chromium.org/1835003002/ ) by brianosman · 9 years ago
  45. b0ac1af Re-enable CPU mipmap generation for Ganesh. Aniso mips were landed a while ago. However, the CPU builder fails when it sees Index8 (among other things), so change the code to fallback to GPU in that case. Additionally, if we're going to be mipping an sRGB image, don't use the CPU code (which is not yet gamma correct). Unfortunately, this means that we will often be using the GPU path, still - with recent codec changes, most images are coming in tagged as sRGB. by brianosman · 9 years ago
  46. 85f9269 Convert Gray8 images to N32 before uploading. Previously, we were by brianosman · 9 years ago
  47. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  48. 8bea890 Propogate SkBudgeted for NewFromDeferredTextureImageData by ericrk · 9 years ago
  49. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 9 years ago
  50. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  51. 4984c3c Update Skia's YUV API by msarett · 9 years ago
  52. 0d99686 Restore SkImage::NewTextureFromPixmap changes. by bsalomon · 9 years ago
  53. 2366408 TBR=robertphillips@google.com by bsalomon · 9 years ago
  54. 6ceeebd unify peekPixels around pixmap parameter by reed · 9 years ago
  55. 045afea Add SkImage::NewTextureFromPixmap by bsalomon · 9 years ago
  56. 1590f3b Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview.chromium.org/1716523002/ ) by msarett · 9 years ago
  57. 095d31c Update Skia's YUV API by msarett · 9 years ago
  58. e79586b Revert of respect sRGB when converting from sk to gr configs (patchset #1 id:1 of https://codereview.chromium.org/1756913003/ ) by brianosman · 9 years ago
  59. c6663dc respect sRGB when converting from sk to gr configs by reed · 9 years ago
  60. 744898a Revert of Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pix… (patchset #1 id:1 of https://codereview.chromium.org/1750383002/ ) by brianosman · 9 years ago
  61. a6f5819 Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pixel config, which makes many things "just work". by brianosman · 9 years ago
  62. e9c8442 Revert of Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pix… (patchset #3 id:40001 of https://codereview.chromium.org/1746253002/ ) by brianosman · 9 years ago
  63. eef9802 Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pixel config, which makes many things "just work". by brianosman · 9 years ago
  64. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  65. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  66. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  67. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  68. 4f03794 Alter SkXfermode's asFragmentProcessor & asXPFactory contracts by robertphillips · 9 years ago
  69. 3601f28 add kRGBA_F16_SkColorType by reed · 9 years ago
  70. f267c1e Add ability to extract YUV planes from SkImage by bsalomon · 9 years ago
  71. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  72. f234272 Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ ) by egdaniel · 9 years ago
  73. a7006d4 Make specialized SrcOver XPFactory by egdaniel · 9 years ago
  74. 33a5fce Initial implementation of GPU no filter NinePatch by joshualitt · 9 years ago
  75. b1b0199 Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducer by bsalomon · 9 years ago
  76. c55271f Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws by bsalomon · 9 years ago
  77. c75be34 Clarify subrect semantics for GrTextureAdjuster and handle mip maps correctly. by bsalomon · 9 years ago
  78. 89fe56b Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into its own class. by bsalomon · 9 years ago
  79. 100b8f8 Remove min texture size support by bsalomon · 9 years ago
  80. 045802d Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  81. bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
  82. 9f8904d Add override to Bitmap_GrTextureParamsAdjuster::refOriginalTexture by Brian Salomon · 9 years ago
  83. 1a197ea Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  84. 9195794 Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what… (patchset #4 id:60001 of https://codereview.chromium.org/1409163002/ ) by egdaniel · 9 years ago
  85. fcffaf2 Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  86. 466c2c4 Move some code around to make another diff cleaner by bsalomon · 9 years ago
  87. 1a1d0b8 Remove check for whole image in the cache in SkGpuDevice::shouldTileImage by bsalomon · 9 years ago
  88. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  89. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  90. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  91. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  92. aa48d36 Fix drawVertices when there is a paint alpha by bsalomon · 9 years ago
  93. 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  94. b39abc4 remove unused helper function by reed · 9 years ago
  95. b5d3263 try texture-maker to generalize stretching for npot and min-tex-size by reed · 9 years ago
  96. e25eea4 Use child processors to implement compose color filter. by bsalomon · 9 years ago
  97. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  98. aca31fe Stop supporting HW dither by bsalomon · 9 years ago
  99. 3322a81 share code between SkGr and Cacherator by reed · 9 years ago
  100. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago