1. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  2. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  3. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  4. dedac85 Allow numerical color spaces with legacy rendering by Matt Sarett · 7 years ago
  5. 91b43e4 remove unused etc logic by Mike Reed · 7 years ago
  6. 185ba21 change drawAtlas to behave like drawVertices by Mike Reed · 7 years ago
  7. 84c9cb7 getDeferredTextureImageData(): preserve color space in legacy mode by Matt Sarett · 7 years ago
  8. 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 7 years ago
  9. 7807580 Make SkGr.h GrTexture-free by Robert Phillips · 7 years ago
  10. 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 7 years ago
  11. bbd7a3b Make experimental Perlin noise shader take texture proxies by Robert Phillips · 7 years ago
  12. eaa78c4 Revert "Make SkImage_Gpu be deferred" by Robert Phillips · 7 years ago
  13. 0db235b Make SkImage_Gpu be deferred by Robert Phillips · 7 years ago
  14. 0c984a0 More pre-emptive proxification by Robert Phillips · 7 years ago
  15. a4c41b3 Push setMipColorMode calls further down-stack & add to GrTextureProxy by Robert Phillips · 7 years ago
  16. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  17. d374948 Consolidate Proxy caching code in GrResourceProvider by Robert Phillips · 7 years ago
  18. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 7 years ago[Renamed (74%) from src/gpu/SkGrPriv.h]
  19. e14d305 Add GrMakeCachedBitmapProxy by Robert Phillips · 7 years ago
  20. 199fb87 Add refcnt'ed immutable vertices class for SkCanvas::drawVertices. by Brian Salomon · 8 years ago
  21. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  22. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  23. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  24. 6f1d36c Delay SkPaint->GrPaint conversion in text rendering. by Brian Salomon · 8 years ago
  25. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  26. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  27. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  28. d470673 make SkXfermode.h go away by Mike Reed · 8 years ago
  29. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  30. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  31. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  32. 27a3aa5 Make GrRenderableConfigForColorSpace argument const by brianosman · 8 years ago
  33. 2695eaa Fix some GPU image filter code to preserve precision and color space by brianosman · 8 years ago
  34. 8fe485b Just pass the draw context to paint conversion by brianosman · 8 years ago
  35. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  36. 396fcdb Cleanup of code that converts from GPU-backed resources to SkImageInfo by brianosman · 8 years ago
  37. f292a0c Remove SkGrPixelRef by robertphillips · 8 years ago
  38. 614d8f9 Remove GrWrapTextureInBitmap from public API by bsalomon · 8 years ago
  39. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  40. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  41. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  42. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  43. 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
  44. 186d2d4 Plumbing mipmaps to the point of creation. by cblume · 8 years ago
  45. 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
  46. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  47. 8bea890 Propogate SkBudgeted for NewFromDeferredTextureImageData by ericrk · 8 years ago
  48. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 8 years ago
  49. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  50. 0d99686 Restore SkImage::NewTextureFromPixmap changes. by bsalomon · 8 years ago
  51. 2366408 TBR=robertphillips@google.com by bsalomon · 8 years ago
  52. 045afea Add SkImage::NewTextureFromPixmap by bsalomon · 8 years ago
  53. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 8 years ago
  54. 33a5fce Initial implementation of GPU no filter NinePatch by joshualitt · 9 years ago
  55. c55271f Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws by bsalomon · 9 years ago
  56. 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
  57. bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
  58. 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
  59. 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
  60. 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
  61. 1a1d0b8 Remove check for whole image in the cache in SkGpuDevice::shouldTileImage by bsalomon · 9 years ago
  62. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  63. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  64. aa48d36 Fix drawVertices when there is a paint alpha by bsalomon · 9 years ago
  65. 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  66. b5d3263 try texture-maker to generalize stretching for npot and min-tex-size by reed · 9 years ago
  67. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  68. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  69. 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