1. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  2. 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
  3. 071457b Add isUnifiedMultisampled entry point to GrDrawContext by robertphillips · 8 years ago
  4. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  5. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  6. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  7. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  8. 983294f Skia Filter Quality and Scaling Metrics by ericrk · 8 years ago
  9. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  10. 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 · 9 years ago
  11. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  12. 82e26bf Revert of Skia Filter Quality and Scaling Metrics (patchset #3 id:60001 of https://codereview.chromium.org/1686203002/ ) by ericrk · 9 years ago
  13. f57b3a6 Skia Filter Quality and Scaling Metrics by ericrk · 9 years ago
  14. 369e937 Add Histogram Macros to Skia by ericrk · 9 years ago
  15. f1ecd21 Make "alpha only" be a property of GrTextureProducer by bsalomon · 9 years ago
  16. 7bceedc Retract GrRenderTarget a bit by robertphillips · 9 years ago
  17. 0e7029e Clean up Ganesh path render a little bit by robertphillips · 9 years ago
  18. 33a5fce Initial implementation of GPU no filter NinePatch by joshualitt · 9 years ago
  19. a911f8f Fix has_aligned_samples helper for SkGpuDevice::drawTextureProducer by Brian Salomon · 9 years ago
  20. b1b0199 Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducer by bsalomon · 9 years ago
  21. 3aa5fce API changes to GrTextureAdjuster. by bsalomon · 9 years ago
  22. 3877ab8 In SkGpuDevice;drawTextureAdjuster perform texture w\h divide in texture matrix by bsalomon · 9 years ago
  23. c55271f Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws by bsalomon · 9 years ago