1. 1cec69a Remove GrCaps::SupportedRead::fSwizzle and supporting code by Brian Salomon · 5 years ago
  2. 6980c4e Remove isConfigCopyable from GrCaps. by Greg Daniel · 5 years ago
  3. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  4. 009ad25 Remove RG32F color type and pixel config. by Greg Daniel · 5 years ago
  5. 8c31f2b use same signature for shader/colorfilters in sksl by Mike Reed · 5 years ago
  6. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  7. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  8. bd3d8d3 Remove GrPixelConfig from GrColorSpaceInfo. by Brian Salomon · 5 years ago
  9. e706735 Reland "Removed made-up kSBGRA pixel config." by Greg Daniel · 5 years ago
  10. 70aae53 Revert "Removed made-up kSBGRA pixel config." by Brian Salomon · 5 years ago
  11. ff95f6c Removed made-up kSBGRA pixel config. by Greg Daniel · 5 years ago
  12. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  13. 66a4603 Add Ganesh support for RGBA_16161616 and RG_half (take 2) by Robert Phillips · 5 years ago
  14. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  15. f83c468 Revert "Add Ganesh support for RGBA_16161616 and RG_half" by Robert Phillips · 5 years ago
  16. 1566225 Add Ganesh support for RGBA_16161616 and RG_half by Robert Phillips · 5 years ago
  17. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  18. fe18de5 Experimental: Add R_16 and RG_1616 to Ganesh (take 2) by Robert Phillips · 5 years ago
  19. 992df57 Revert "Experimental: Add R_16 and RG_1616 to Ganesh" by Greg Daniel · 5 years ago
  20. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  21. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  22. 93d0146 Experimental: Add R_16 and RG_1616 to Ganesh by Robert Phillips · 5 years ago
  23. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  24. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 5 years ago
  25. 21bca28 Move SkMessageBus.h into src/core by Ben Wagner · 5 years ago
  26. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  27. c0d79e5 Avoid multiplication by alpha in fragment shader when known to be 1. by Brian Salomon · 6 years ago
  28. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 6 years ago
  29. de49665 Fold together mippped and non-mippped bitmap to proxy functions by Brian Osman · 6 years ago
  30. 8fa7ab4 Delay half-float vertex color determination until Op::finalize by Brian Osman · 6 years ago
  31. d0626aa Add clamped half-float pixel config to Ganesh by Brian Osman · 6 years ago
  32. b70990e add kRGBA_F16Norm_SkColorType by Mike Klein · 6 years ago
  33. 9338c60 Switch FP creation over to GrRecordingContext by Robert Phillips · 6 years ago
  34. f259b8b Add kRGB_888X_GrPixelConfig by Greg Daniel · 6 years ago
  35. a41c685 Move proxyProvider and singleOwner to GrImageContext by Robert Phillips · 6 years ago
  36. e1f5502 Reland "SkSL is now pickier about type conversions" by Ethan Nicholas · 6 years ago
  37. c83da98 Revert "SkSL is now pickier about type conversions" by Ethan Nicholas · 6 years ago
  38. 91c1d08 SkSL is now pickier about type conversions by Ethan Nicholas · 6 years ago
  39. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  40. 1676cb9 Restore ETC1 compressed texture support. by Jim Van Verth · 6 years ago
  41. 69e5785 Add RG_88 texture format by Jim Van Verth · 6 years ago
  42. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  43. 5c8a6b3 Add helpers to deal with byte vs. half-float vertex colors by Brian Osman · 6 years ago
  44. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  45. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  46. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  47. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  48. 00b2939 Remove some more GrColor references by Brian Osman · 6 years ago
  49. 6064e1c Remove texColorSpace output param from various producer APIs by Brian Osman · 6 years ago
  50. e7fd8c3 Un-plumb dstColorSpace through GrTextureProducer by Brian Osman · 6 years ago
  51. cb3d087 Remove all remaining GrColor4f (other than gradients) by Brian Osman · 6 years ago
  52. eace935 Revert "converted AARectEffect to new FP system" by Ethan Nicholas · 6 years ago
  53. 222e275 converted AARectEffect to new FP system by Ethan Nicholas · 6 years ago
  54. 080e77f Use SkPMColor4f in OverrideInput, remove some kruft from SkGr by Brian Osman · 6 years ago
  55. f28e55d Add SkPMColor4f support to SkSL by Brian Osman · 6 years ago
  56. 87311c6 Remove SkPM4fPriv.h includes, then IWYU by Brian Osman · 6 years ago
  57. d25b7c1 Introduce SkRGBA4f, templated on SkAlphaType by Brian Osman · 6 years ago
  58. b0f4d0a Reland "Switch SkPaint's color to SkColor4f" by Brian Osman · 6 years ago
  59. cacf496 Revert "Switch SkPaint's color to SkColor4f" by Brian Osman · 6 years ago
  60. ee87c86 Switch SkPaint's color to SkColor4f by Brian Osman · 6 years ago
  61. 78aceb2 converted overdraw effect to new FP system by Ethan Nicholas · 6 years ago
  62. 04ae8ee Add color space to SkColorFilter::filterColor4f by Brian Osman · 6 years ago
  63. 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 6 years ago
  64. 6c48e4d Reland "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  65. 97ae0c8 Revert "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  66. 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  67. 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  68. f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 6 years ago
  69. a50205f Add color type to the image filter DAG's OutputProperties by Brian Osman · 6 years ago
  70. 34ec374 Replace isGammaCorrect with isLinearlyBlended by Brian Osman · 6 years ago
  71. 3785471 basic first pass at RGBA F32 support by Mike Klein · 6 years ago
  72. f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 6 years ago
  73. dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago
  74. 3567c14 Implement nonlinear (as-encoded) blending in GrColorSpaceXform by Brian Osman · 6 years ago
  75. 08a50e0 Include sRGB -> Linear in the cached "from sRGB" xform by Brian Osman · 6 years ago
  76. 8f9c325 Always use filterColor4f to filter paint colors by Brian Osman · 6 years ago
  77. 9363ac4 Remove most of the remaining conflation of colorSpace and sRGB in Ganesh by Brian Osman · 6 years ago
  78. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  79. 22f673d Move SkColorTable to src/codec by Leon Scroggins III · 6 years ago
  80. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  81. ce4cf72 non-linear blending first steps by Mike Klein · 6 years ago
  82. c6c5ead Reland "Fix handling of MaskFilter matrices" by Florin Malita · 7 years ago
  83. c64ee20 Revert "Fix handling of MaskFilter matrices" by Robert Phillips · 7 years ago
  84. 2097fd0 Fix handling of MaskFilter matrices by Florin Malita · 7 years ago
  85. cf6da8c Dump additional details about the gpu resources. by Derek Sollenberger · 7 years ago
  86. d3b37a1 Fix TSAN race in SkPaintToGrPaintNoShader by Robert Phillips · 7 years ago
  87. 5fba7ad Support GL_RGB textures and render targets. by Brian Salomon · 7 years ago
  88. 5c4b33b Don't add change listeners to pixelRefs in DDL mode by Robert Phillips · 7 years ago
  89. a421112 Reland "Add back missing unique key checks when creating CachedBitmap/Image Proxies" by Greg Daniel · 7 years ago
  90. 4f57eb8 Revert "Add back missing unique key checks when creating CachedBitmap/Image Proxies" by Greg Daniel · 7 years ago
  91. b78dd5d Add back missing unique key checks when creating CachedBitmap/Image Proxies by Greg Daniel · 7 years ago
  92. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 7 years ago
  93. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  94. 10fc6fd Revert "Revert "Add 1010102 support to Ganesh"" by Brian Osman · 7 years ago
  95. ded47a5 Revert "Add 1010102 support to Ganesh" by Brian Osman · 7 years ago
  96. 44b6120 Add 1010102 support to Ganesh by Brian Osman · 7 years ago
  97. aad2ec6 Revert "Do not return null paint if shaderFP is null" by Yuqian Li · 7 years ago
  98. db78cba Avoid creating MIPs until necessary when MIP bias is active by Brian Osman · 7 years ago
  99. 366093f Make it so that GrSurfaceContext with a sRGB GrPixelConfig must have a by Brian Salomon · 7 years ago
  100. bc54fad Refactor GrUploadPixmap logic into MakeCrossContextFromPixmap by Greg Daniel · 7 years ago