1. 9f2b86c More SkISizification in GPU code. by Brian Salomon · 5 years ago
  2. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  3. 96b383a Remove GrRenderable param from GrProxyProvider::createTextureProxy() by Brian Salomon · 5 years ago
  4. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  5. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  6. a3e2996 Rework how initial clearing of texture works. by Brian Salomon · 5 years ago
  7. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  8. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  9. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  10. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  11. f58e49f Initialize unfilled textures based on GrCaps by Kevin Lubick · 6 years ago
  12. 9338c60 Switch FP creation over to GrRecordingContext by Robert Phillips · 6 years ago
  13. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  14. c337a63 Add SkEncodedOrigin to SkYUVASizeInfo, fix JPEG orientation in GPU decode path by Brian Osman · 6 years ago
  15. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  16. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  17. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  18. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  19. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  20. 30e0d7f Draw YUVA images with multitexture by Jim Van Verth · 6 years ago
  21. e24b587 Replace use of SkYUVSizeInfo with SkYUVASizeInfo by Jim Van Verth · 6 years ago
  22. b7f0b9c Remove use of colorTypes from SkYUVSizeInfo by Jim Van Verth · 6 years ago
  23. 8f11e43 Reland: Widen internal API to support more complex YUV formats by Jim Van Verth · 6 years ago
  24. f99a674 Revert "Widen internal API to support more complex YUV formats" by Jim Van Verth · 6 years ago
  25. 0c583af Widen internal API to support more complex YUV formats by Jim Van Verth · 6 years ago
  26. 94ade75 Make GrYUVtoRGBEffect more flexible by Robert Phillips · 6 years ago
  27. 15f0f29 Reland "Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace""" by Brian Osman · 6 years ago
  28. 7f3ceba Revert "Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace""" by Mike Klein · 6 years ago
  29. 4157687 Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"" by Brian Osman · 6 years ago
  30. 11f4994 Revert "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"" by Brian Osman · 6 years ago
  31. 893052e Reland "Preserve colorType and alphaType in SkImage::makeColorSpace" by Brian Osman · 6 years ago
  32. 0d08b3e Revert "Preserve colorType and alphaType in SkImage::makeColorSpace" by Brian Osman · 6 years ago
  33. d842557 Preserve colorType and alphaType in SkImage::makeColorSpace by Brian Osman · 6 years ago
  34. b4a8eac Add SkImage_Base API to access planar data by Robert Phillips · 6 years ago
  35. 21fc5ce Reland "Add support for unpremul image sources in the GPU backend" by Brian Osman · 6 years ago
  36. cbf64e3 Revert "Add support for unpremul image sources in the GPU backend" by Brian Osman · 6 years ago
  37. f06240d Add support for unpremul image sources in the GPU backend by Brian Osman · 6 years ago
  38. 3e95e57 Use TextureProxy size directly in GrYUVToRGBEffect FragmentProcessor by Weiliang Chen · 6 years ago
  39. 9aa30c6 Remove sRGB config checks based on color space by Brian Osman · 6 years ago
  40. c1b6066 Fix instantiation of partially lazy proxies by Robert Phillips · 6 years ago
  41. 47c2751 Remove GrNonlinearColorSpaceXformEffect by Brian Osman · 6 years ago
  42. 861ea5b Remove const from (immutable) SkColorSpace args to some functions by Brian Osman · 6 years ago
  43. 9363ac4 Remove most of the remaining conflation of colorSpace and sRGB in Ganesh by Brian Osman · 6 years ago
  44. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  45. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 7 years ago
  46. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  47. 366093f Make it so that GrSurfaceContext with a sRGB GrPixelConfig must have a by Brian Salomon · 7 years ago
  48. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  49. fb3abcd Update GrYUVGenerator to upload to texture vs use writePixels by Greg Daniel · 7 years ago
  50. 1445da6 Removed unused useCache param in GrYUVProvider by Greg Daniel · 7 years ago
  51. 7461a4a converted YUVEffect to SkSL by Ethan Nicholas · 7 years ago
  52. 45d6303 Have mip status match surface when snapping image from wrapped object by Greg Daniel · 7 years ago
  53. 65c7f66 Add mip support to GrAHardwareBufferImageGenerator by Greg Daniel · 7 years ago
  54. e1da1d9 Add option to create a deferred render target context with mips by Greg Daniel · 7 years ago
  55. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  56. e44ef10 Second small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  57. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  58. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  59. 77e9666 Make SkImage_Lazy::onMakeColorSpace return a SkImage_Lazy by Christopher Cameron · 7 years ago
  60. 98308fb Plumb through need for unpremul/premul by Mike Reed · 7 years ago
  61. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  62. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  63. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 8 years ago
  64. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 8 years ago
  65. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 8 years ago
  66. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 8 years ago
  67. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 8 years ago
  68. c65aec9 Make GrClip.h private by Brian Salomon · 8 years ago
  69. 538f1a3 Switch GrYUVProvider over to GrTextureProxies by Robert Phillips · 8 years ago
  70. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
  71. 964dec3 Move SkGammaColorFilter to tools, limit to sRGB by Brian Osman · 8 years ago
  72. bc7a4fb Make GrYUVEffect take GrTextureProxies by Robert Phillips · 8 years ago
  73. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  74. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  75. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  76. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  77. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  78. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  79. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  80. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  81. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  82. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  83. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  84. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  85. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  86. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  87. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  88. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  89. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  90. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  91. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  92. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  93. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  94. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  95. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  96. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  97. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  98. b445a57 Add NV12 texture conversion support. by jbauman · 8 years ago
  99. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  100. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago