1. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  2. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  3. ddeed37 Support decal mode in GrTextureProducer by Michael Ludwig · 6 years ago
  4. 9338c60 Switch FP creation over to GrRecordingContext by Robert Phillips · 6 years ago
  5. a41c685 Move proxyProvider and singleOwner to GrImageContext by Robert Phillips · 6 years ago
  6. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  7. 2de13dd Allow aliasing in GrProxyProvider::processInvalidUniqueKey by Chris Dalton · 6 years ago
  8. 05c8f46 Hoist color space xform creation out of GrTextureProducer by Brian Osman · 6 years ago
  9. 6064e1c Remove texColorSpace output param from various producer APIs by Brian Osman · 6 years ago
  10. e7fd8c3 Un-plumb dstColorSpace through GrTextureProducer by Brian Osman · 6 years ago
  11. b3f3830 Add support for gray + colorspace to SkCodec by Brian Osman · 6 years ago
  12. 21fc5ce Reland "Add support for unpremul image sources in the GPU backend" by Brian Osman · 6 years ago
  13. cbf64e3 Revert "Add support for unpremul image sources in the GPU backend" by Brian Osman · 6 years ago
  14. f06240d Add support for unpremul image sources in the GPU backend by Brian Osman · 6 years ago
  15. 8e9b4c4 Reland "Don't require mips in GrTextureProducer if texture is 1x1." by Greg Daniel · 6 years ago
  16. c861eee Revert "Don't require mips in GrTextureProducer if texture is 1x1." by Greg Daniel · 6 years ago
  17. 5191fd7 Don't require mips in GrTextureProducer if texture is 1x1. by Greg Daniel · 6 years ago
  18. 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  19. 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  20. f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 6 years ago
  21. d614d42 Remove unused generateTextureProxyForParams by Brian Osman · 6 years ago
  22. 653f34d Remove GrPixelConfig argument to GrColorSpaceXform[Effect]::Make by Brian Osman · 6 years ago
  23. 8f5bbda Fall back to bilerp if we are undable to do a copy for mips. by Greg Daniel · 6 years ago
  24. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  25. 2a943df Make GPU lattice/nine patch not bleed across cells. by Brian Salomon · 6 years ago
  26. 875f785 Fail fast when trying to make a texture that's too large by Brian Osman · 6 years ago
  27. abf7b76 Add texture-specific flags for External & Rectangle textures by Robert Phillips · 7 years ago
  28. c7c2baf Additional DDL playback cleanup by Robert Phillips · 7 years ago
  29. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  30. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  31. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  32. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  33. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  34. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  35. 4284613 Enable conditional-uninitialized flag by Kevin Lubick · 7 years ago
  36. c77085d Remove content area from GrTextureAdjuster. by Greg Daniel · 7 years ago
  37. 2d59d2f Update GrTextureMaker to handle mips when copying for npot by Greg Daniel · 7 years ago
  38. f06ead9 Add support for transfer functions to GrColorSpaceXform by Brian Osman · 7 years ago
  39. 1cb4171 Remove color space xform support from SkSL by Brian Osman · 7 years ago
  40. 5e34167 Convert more code to use color space xform FP by Brian Osman · 7 years ago
  41. e1da1d9 Add option to create a deferred render target context with mips by Greg Daniel · 7 years ago
  42. cd87140 Add ability to remove unique key from proxy and underlying surface. by Greg Daniel · 7 years ago
  43. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  44. 4df0092 Revert "Remove "content" rect from GrTextureAdjuster." by Brian Salomon · 7 years ago
  45. 6e4bbbe Remove "content" rect from GrTextureAdjuster. by Brian Salomon · 7 years ago
  46. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  47. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 7 years ago
  48. 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 7 years ago
  49. 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 7 years ago
  50. d3e247f Sixth small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  51. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  52. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  53. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  54. ba81af2 Add support for SkImageGenerator creating external textures by Stan Iliev · 7 years ago
  55. 3798c86 Remove GrFragmentProcessor-derived class' GrTexture-based ctors by Robert Phillips · 7 years ago
  56. 7807580 Make SkGr.h GrTexture-free by Robert Phillips · 7 years ago
  57. 4f358be Make SkImageCacherator be deferred (take 2) by Robert Phillips · 7 years ago
  58. e3060ba Revert "Make SkImageCacherator be deferred" by Robert Phillips · 7 years ago
  59. 801f8b8 Make SkImageCacherator be deferred by Robert Phillips · 7 years ago
  60. 81444fb rename makeCopyForTextureParams to isACopyNeededForTextureParams by Robert Phillips · 8 years ago
  61. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  62. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 8 years ago
  63. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 8 years ago
  64. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 8 years ago
  65. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 8 years ago
  66. 24429c6 Move GrTextureProvider to src by Brian Osman · 8 years ago
  67. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  68. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  69. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  70. e98234f Start making texture coordinates be absolute by Robert Phillips · 8 years ago
  71. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  72. e8e5458 GrTextureProducer cleanup, phase two: Producer, Adjuster, Maker by Brian Osman · 8 years ago