1. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  2. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  3. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  4. 6f1d36c Delay SkPaint->GrPaint conversion in text rendering. by Brian Salomon · 8 years ago
  5. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  6. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  7. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  8. d470673 make SkXfermode.h go away by Mike Reed · 8 years ago
  9. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  10. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  11. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  12. 27a3aa5 Make GrRenderableConfigForColorSpace argument const by brianosman · 8 years ago
  13. 2695eaa Fix some GPU image filter code to preserve precision and color space by brianosman · 8 years ago
  14. 8fe485b Just pass the draw context to paint conversion by brianosman · 8 years ago
  15. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  16. 396fcdb Cleanup of code that converts from GPU-backed resources to SkImageInfo by brianosman · 8 years ago
  17. f292a0c Remove SkGrPixelRef by robertphillips · 8 years ago
  18. 614d8f9 Remove GrWrapTextureInBitmap from public API by bsalomon · 8 years ago
  19. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  20. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  21. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  22. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  23. 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
  24. 186d2d4 Plumbing mipmaps to the point of creation. by cblume · 8 years ago
  25. 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
  26. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  27. 8bea890 Propogate SkBudgeted for NewFromDeferredTextureImageData by ericrk · 8 years ago
  28. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 8 years ago
  29. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  30. 0d99686 Restore SkImage::NewTextureFromPixmap changes. by bsalomon · 8 years ago
  31. 2366408 TBR=robertphillips@google.com by bsalomon · 8 years ago
  32. 045afea Add SkImage::NewTextureFromPixmap by bsalomon · 8 years ago
  33. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  34. 33a5fce Initial implementation of GPU no filter NinePatch by joshualitt · 9 years ago
  35. c55271f Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws by bsalomon · 9 years ago
  36. 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
  37. bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
  38. 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
  39. 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
  40. 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
  41. 1a1d0b8 Remove check for whole image in the cache in SkGpuDevice::shouldTileImage by bsalomon · 9 years ago
  42. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  43. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  44. aa48d36 Fix drawVertices when there is a paint alpha by bsalomon · 9 years ago
  45. 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  46. b5d3263 try texture-maker to generalize stretching for npot and min-tex-size by reed · 9 years ago
  47. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  48. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  49. 8f34372 Extend SkImageGenerator to support natively generated GrTextures. As part of this, added uniqueID() to the generator, and made it be in the same namespace is bitmaps, pixelrefs, images. by reed · 9 years ago