1. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  2. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  3. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  4. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  5. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  6. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  7. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  8. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  9. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  10. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  11. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  12. 5192475 Two changes: by brianosman · 8 years ago
  13. 77320db Add color gamut xform helpers to GrGLSLShaderBuilder by brianosman · 8 years ago
  14. 48fde9c Add a makeDrawContextWithFallback that handles config fallback by robertphillips · 8 years ago
  15. 5814b8a Add alpha type to texture producer by brianosman · 8 years ago
  16. c687448 simplify GrTextureAdjuster given there is only one subclass by reed · 8 years ago
  17. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  18. 500bb3e Connect dst color space in a few places (removing TODOs) by brianosman · 8 years ago
  19. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  20. 916e02a Start from DC rather than texture in GrTexutreParamsAdjuster copy code. by bsalomon · 8 years ago
  21. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  22. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  23. 352f345 Check for abandoned texture in GrTextureAdjuster::refTextureSafeForParams by bsalomon · 8 years ago
  24. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  25. 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
  26. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  27. 97fc930 Fix sRGB textures that must be copied (for NPOT tiling, etc...) by brianosman · 8 years ago
  28. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  29. 18300a3 detach -> release by mtklein · 8 years ago
  30. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 8 years ago
  31. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  32. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  33. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  34. e179a91 Texturing support for RECTANGLE textures. by bsalomon · 9 years ago
  35. f1ecd21 Make "alpha only" be a property of GrTextureProducer by bsalomon · 9 years ago
  36. 0a0605d Appeasing the compilers by egdaniel · 9 years ago
  37. 813351f Fix for recent SrcOver XP Change by egdaniel · 9 years ago
  38. b1b0199 Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducer by bsalomon · 9 years ago
  39. 3aa5fce API changes to GrTextureAdjuster. by bsalomon · 9 years ago
  40. 5fb56f1 Fix reversion to bilerp on clipped mipmap draws by bsalomon · 9 years ago
  41. c55271f Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws by bsalomon · 9 years ago
  42. a2e69fc Rename non-aa rect methods on GrDrawContext in anticipation of making them support aa by bsalomon · 9 years ago
  43. c75be34 Clarify subrect semantics for GrTextureAdjuster and handle mip maps correctly. by bsalomon · 9 years ago
  44. 89fe56b Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into its own class. by bsalomon · 9 years ago
  45. 100b8f8 Remove min texture size support by bsalomon · 9 years ago
  46. 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
  47. bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
  48. 386f2d3 Upload stretched bmp rather than original after doing CPU stretch for min texture size by Brian Salomon · 9 years ago
  49. 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
  50. 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
  51. 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