1. c524378 Don't require color type to make proxy copies. by Brian Salomon · 4 years, 6 months ago
  2. f5ecf51 Stop including SkVertices.h from so many places by Brian Osman · 4 years, 6 months ago
  3. bc074a6 Add SkBudgeted parameter to SkImage::makeTextureImage(). by Brian Salomon · 4 years, 7 months ago
  4. 71fe945 Prevent unbounded listener growth on SkPixelRefs. by Brian Salomon · 4 years, 7 months ago
  5. 99a813c Avoid unbounded listener growth on SkImage_Lazy when textures are purged by Brian Salomon · 4 years, 7 months ago
  6. d620532 SkImage_Lazy::lockTextureProxyView computes its own key by Brian Salomon · 4 years, 7 months ago
  7. ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 4 years, 7 months ago
  8. c8d092a Revert "Revert "Remove copies for wrap modes in GrTextureProducer."" by Brian Salomon · 4 years, 8 months ago
  9. bf5cb0f Revert "Remove copies for wrap modes in GrTextureProducer." by Robert Phillips · 4 years, 8 months ago
  10. 7fba244 Remove copies for wrap modes in GrTextureProducer. by Brian Salomon · 4 years, 8 months ago
  11. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 8 months ago
  12. cc21d0c Reland "Change refPinnedTextureProxy to return a view instead." by Greg Daniel · 4 years, 8 months ago
  13. ebc00f9 Revert "Change refPinnedTextureProxy to return a view instead." by Greg Daniel · 4 years, 8 months ago
  14. becd2fe Change refPinnedTextureProxy to return a view instead. by Greg Daniel · 4 years, 8 months ago
  15. cc104db Have GrTextureProducer return views instead of proxies. by Greg Daniel · 4 years, 8 months ago
  16. 40903af Update GrSurfaceProxy::Copy to return a view. by Greg Daniel · 4 years, 8 months ago
  17. c52db71 Store GrSurfaceProxyViews on SkSpecial*_Gpu. by Greg Daniel · 4 years, 8 months ago
  18. 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 4 years, 8 months ago
  19. 4cb2933 GrPixelConfig is DEAD!!!!! by Greg Daniel · 4 years, 9 months ago
  20. ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 4 years, 9 months ago
  21. 4dea72a Reland x3 "Remove most of GrConfig.h" by Brian Salomon · 4 years, 10 months ago
  22. 3f1a98b Reland "Revert "Remove most of GrConfig.h"" by Greg Daniel · 4 years, 10 months ago
  23. 5b9c7ba Revert "Revert "Remove most of GrConfig.h"" by Brian Salomon · 4 years, 10 months ago
  24. 1a372c3 Add SurfaceView for SkImage_GpuYUVA's flattened proxy. by Greg Daniel · 4 years, 10 months ago
  25. 2715bf5 Switch to float vertex colors for wide color vertex attribs by Brian Osman · 4 years, 10 months ago
  26. b0047b5 Revert "Remove most of GrConfig.h" by Brian Salomon · 4 years, 10 months ago
  27. 80e334d Remove most of GrConfig.h by Brian Salomon · 4 years, 10 months ago
  28. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 5 years ago
  29. 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 5 years ago
  30. 096b091 Make GrBlend.h private by Brian Salomon · 5 years ago
  31. 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago
  32. 309c6c0 Return kNearest from GrSkFilterQualityToGrFilterMode for 1x1 images by Chris Dalton · 5 years ago
  33. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  34. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  35. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  36. de49665 Fold together mippped and non-mippped bitmap to proxy functions by Brian Osman · 6 years ago
  37. 8fa7ab4 Delay half-float vertex color determination until Op::finalize by Brian Osman · 6 years ago
  38. 9338c60 Switch FP creation over to GrRecordingContext by Robert Phillips · 6 years ago
  39. a41c685 Move proxyProvider and singleOwner to GrImageContext by Robert Phillips · 6 years ago
  40. 5c8a6b3 Add helpers to deal with byte vs. half-float vertex colors by Brian Osman · 6 years ago
  41. cb3d087 Remove all remaining GrColor4f (other than gradients) by Brian Osman · 6 years ago
  42. 080e77f Use SkPMColor4f in OverrideInput, remove some kruft from SkGr by Brian Osman · 6 years ago
  43. f28e55d Add SkPMColor4f support to SkSL by Brian Osman · 6 years ago
  44. 81cbd03 Work toward removing SkPM4f by Brian Osman · 6 years ago
  45. b0f4d0a Reland "Switch SkPaint's color to SkColor4f" by Brian Osman · 6 years ago
  46. cacf496 Revert "Switch SkPaint's color to SkColor4f" by Brian Osman · 6 years ago
  47. ee87c86 Switch SkPaint's color to SkColor4f by Brian Osman · 6 years ago
  48. 78aceb2 converted overdraw effect to new FP system by Ethan Nicholas · 6 years ago
  49. 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 6 years ago
  50. 6c48e4d Reland "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  51. 97ae0c8 Revert "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  52. 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  53. 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  54. f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 6 years ago
  55. a50205f Add color type to the image filter DAG's OutputProperties by Brian Osman · 6 years ago
  56. f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 6 years ago
  57. dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago
  58. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  59. cccafe8 Rewrite SkVertices specified with triangle fans as indexed triangles by Brian Salomon · 6 years ago
  60. db78cba Avoid creating MIPs until necessary when MIP bias is active by Brian Osman · 7 years ago
  61. bc54fad Refactor GrUploadPixmap logic into MakeCrossContextFromPixmap by Greg Daniel · 7 years ago
  62. 3081508 Remove unused code resulted from deleting DeferredTextureImage by Greg Daniel · 7 years ago
  63. 7e1912a Move GrMakeCachedBitmapProxy work in lazy mode by Greg Daniel · 7 years ago
  64. a4ead65 Add function to GrProxyProvider to lazily upload mip map data by Greg Daniel · 7 years ago
  65. 490695b Add param to GrMakeCachedImageProxy to specify the SkBackingFit by Greg Daniel · 7 years ago
  66. 7a92639 Disable texture strip atlasing for DDL by Robert Phillips · 7 years ago
  67. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  68. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  69. 4cbb6e6 Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter. by Brian Salomon · 7 years ago
  70. f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago
  71. e1da1d9 Add option to create a deferred render target context with mips by Greg Daniel · 7 years ago
  72. 55afd6d Revert "Revert "Update GrBitmapTextureMaker for handling mipped requests"" by Greg Daniel · 7 years ago
  73. 8b059bd Revert "Update GrBitmapTextureMaker for handling mipped requests" by Greg Daniel · 7 years ago
  74. d1935c1 Update GrBitmapTextureMaker for handling mipped requests by Greg Daniel · 7 years ago
  75. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  76. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  77. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  78. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  79. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  80. 590533f Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu by Robert Phillips · 7 years ago
  81. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  82. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
  83. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  84. 6b3542a move Coeff into blendmode by Mike Reed · 7 years ago
  85. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  86. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  87. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  88. dedac85 Allow numerical color spaces with legacy rendering by Matt Sarett · 7 years ago
  89. 91b43e4 remove unused etc logic by Mike Reed · 7 years ago
  90. 185ba21 change drawAtlas to behave like drawVertices by Mike Reed · 7 years ago
  91. 84c9cb7 getDeferredTextureImageData(): preserve color space in legacy mode by Matt Sarett · 7 years ago
  92. 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 8 years ago
  93. 7807580 Make SkGr.h GrTexture-free by Robert Phillips · 8 years ago
  94. 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 8 years ago
  95. bbd7a3b Make experimental Perlin noise shader take texture proxies by Robert Phillips · 8 years ago
  96. eaa78c4 Revert "Make SkImage_Gpu be deferred" by Robert Phillips · 8 years ago
  97. 0db235b Make SkImage_Gpu be deferred by Robert Phillips · 8 years ago
  98. 0c984a0 More pre-emptive proxification by Robert Phillips · 8 years ago
  99. a4c41b3 Push setMipColorMode calls further down-stack & add to GrTextureProxy by Robert Phillips · 8 years ago
  100. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 8 years ago