1. 5c8a6b3 Add helpers to deal with byte vs. half-float vertex colors by Brian Osman · 6 years ago
  2. cb3d087 Remove all remaining GrColor4f (other than gradients) by Brian Osman · 6 years ago
  3. 080e77f Use SkPMColor4f in OverrideInput, remove some kruft from SkGr by Brian Osman · 6 years ago
  4. f28e55d Add SkPMColor4f support to SkSL by Brian Osman · 6 years ago
  5. 81cbd03 Work toward removing SkPM4f by Brian Osman · 6 years ago
  6. b0f4d0a Reland "Switch SkPaint's color to SkColor4f" by Brian Osman · 6 years ago
  7. cacf496 Revert "Switch SkPaint's color to SkColor4f" by Brian Osman · 6 years ago
  8. ee87c86 Switch SkPaint's color to SkColor4f by Brian Osman · 6 years ago
  9. 78aceb2 converted overdraw effect to new FP system by Ethan Nicholas · 6 years ago
  10. 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 6 years ago
  11. 6c48e4d Reland "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  12. 97ae0c8 Revert "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  13. 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  14. 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  15. f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 6 years ago
  16. a50205f Add color type to the image filter DAG's OutputProperties by Brian Osman · 6 years ago
  17. f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 6 years ago
  18. dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago
  19. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  20. cccafe8 Rewrite SkVertices specified with triangle fans as indexed triangles by Brian Salomon · 6 years ago
  21. db78cba Avoid creating MIPs until necessary when MIP bias is active by Brian Osman · 7 years ago
  22. bc54fad Refactor GrUploadPixmap logic into MakeCrossContextFromPixmap by Greg Daniel · 7 years ago
  23. 3081508 Remove unused code resulted from deleting DeferredTextureImage by Greg Daniel · 7 years ago
  24. 7e1912a Move GrMakeCachedBitmapProxy work in lazy mode by Greg Daniel · 7 years ago
  25. a4ead65 Add function to GrProxyProvider to lazily upload mip map data by Greg Daniel · 7 years ago
  26. 490695b Add param to GrMakeCachedImageProxy to specify the SkBackingFit by Greg Daniel · 7 years ago
  27. 7a92639 Disable texture strip atlasing for DDL by Robert Phillips · 7 years ago
  28. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  29. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  30. 4cbb6e6 Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter. by Brian Salomon · 7 years ago
  31. f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago
  32. e1da1d9 Add option to create a deferred render target context with mips by Greg Daniel · 7 years ago
  33. 55afd6d Revert "Revert "Update GrBitmapTextureMaker for handling mipped requests"" by Greg Daniel · 7 years ago
  34. 8b059bd Revert "Update GrBitmapTextureMaker for handling mipped requests" by Greg Daniel · 7 years ago
  35. d1935c1 Update GrBitmapTextureMaker for handling mipped requests by Greg Daniel · 7 years ago
  36. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  37. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  38. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  39. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  40. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  41. 590533f Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu by Robert Phillips · 7 years ago
  42. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  43. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
  44. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  45. 6b3542a move Coeff into blendmode by Mike Reed · 7 years ago
  46. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  47. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  48. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  49. dedac85 Allow numerical color spaces with legacy rendering by Matt Sarett · 7 years ago
  50. 91b43e4 remove unused etc logic by Mike Reed · 7 years ago
  51. 185ba21 change drawAtlas to behave like drawVertices by Mike Reed · 7 years ago
  52. 84c9cb7 getDeferredTextureImageData(): preserve color space in legacy mode by Matt Sarett · 7 years ago
  53. 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 7 years ago
  54. 7807580 Make SkGr.h GrTexture-free by Robert Phillips · 7 years ago
  55. 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 7 years ago
  56. bbd7a3b Make experimental Perlin noise shader take texture proxies by Robert Phillips · 7 years ago
  57. eaa78c4 Revert "Make SkImage_Gpu be deferred" by Robert Phillips · 7 years ago
  58. 0db235b Make SkImage_Gpu be deferred by Robert Phillips · 7 years ago
  59. 0c984a0 More pre-emptive proxification by Robert Phillips · 7 years ago
  60. a4c41b3 Push setMipColorMode calls further down-stack & add to GrTextureProxy by Robert Phillips · 7 years ago
  61. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  62. d374948 Consolidate Proxy caching code in GrResourceProvider by Robert Phillips · 7 years ago
  63. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 7 years ago[Renamed (74%) from src/gpu/SkGrPriv.h]
  64. e14d305 Add GrMakeCachedBitmapProxy by Robert Phillips · 8 years ago
  65. 199fb87 Add refcnt'ed immutable vertices class for SkCanvas::drawVertices. by Brian Salomon · 8 years ago
  66. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  67. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  68. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  69. 6f1d36c Delay SkPaint->GrPaint conversion in text rendering. by Brian Salomon · 8 years ago
  70. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  71. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  72. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  73. d470673 make SkXfermode.h go away by Mike Reed · 8 years ago
  74. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  75. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  76. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  77. 27a3aa5 Make GrRenderableConfigForColorSpace argument const by brianosman · 8 years ago
  78. 2695eaa Fix some GPU image filter code to preserve precision and color space by brianosman · 8 years ago
  79. 8fe485b Just pass the draw context to paint conversion by brianosman · 8 years ago
  80. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  81. 396fcdb Cleanup of code that converts from GPU-backed resources to SkImageInfo by brianosman · 8 years ago
  82. f292a0c Remove SkGrPixelRef by robertphillips · 8 years ago
  83. 614d8f9 Remove GrWrapTextureInBitmap from public API by bsalomon · 8 years ago
  84. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  85. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  86. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  87. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  88. 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
  89. 186d2d4 Plumbing mipmaps to the point of creation. by cblume · 8 years ago
  90. 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
  91. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  92. 8bea890 Propogate SkBudgeted for NewFromDeferredTextureImageData by ericrk · 8 years ago
  93. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 8 years ago
  94. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  95. 0d99686 Restore SkImage::NewTextureFromPixmap changes. by bsalomon · 8 years ago
  96. 2366408 TBR=robertphillips@google.com by bsalomon · 8 years ago
  97. 045afea Add SkImage::NewTextureFromPixmap by bsalomon · 8 years ago
  98. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 8 years ago
  99. 33a5fce Initial implementation of GPU no filter NinePatch by joshualitt · 9 years ago
  100. c55271f Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws by bsalomon · 9 years ago