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