1. 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 4 years, 9 months ago
  2. 6694440 Make SkPixmap-variant of createBackendTexture public by Robert Phillips · 4 years, 10 months ago
  3. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 4 years, 10 months ago
  4. 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 4 years, 10 months ago
  5. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  6. 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 5 years ago
  7. d344284 More SkAutoPixmapStorage by Robert Phillips · 5 years ago
  8. 4d87b2b Address TODO in testing code (i.e., cleanup create_backend_texture) by Robert Phillips · 5 years ago
  9. effee20 Use mixed samples internally for default coverage AA by Chris Dalton · 5 years ago
  10. da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 5 years ago
  11. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  12. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  13. d8f79a2 Reduce GrCaps' reliance on GrPixelConfig by Robert Phillips · 5 years ago
  14. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  15. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  16. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 5 years ago
  17. 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 5 years ago
  18. aad8315 Reland "Allow swapping out of GrBackendTexture used by SkSurface" by Brian Salomon · 5 years ago
  19. f73b8db Revert "Allow swapping out of GrBackendTexture used by SkSurface" by Brian Salomon · 5 years ago
  20. 9456f7a Allow swapping out of GrBackendTexture used by SkSurface by Brian Salomon · 5 years ago
  21. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 5 years ago
  22. 9b16f81 Switch over to using new direct allocation API in our tests (as much as possible at least) by Robert Phillips · 5 years ago
  23. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  24. ee5fd13 Add test for DDLs and SkSurface::flush by Robert Phillips · 5 years ago
  25. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  26. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  27. 6603a17 Make SkImage_Base::asTextureProxyRef take a GrRecordingContext parameter by Robert Phillips · 5 years ago
  28. 8ce7991 Add release proc apis to SkSurface::MakeFromBackend* calls. by Greg Daniel · 5 years ago
  29. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  30. 89a644b sed s/drawSimpleText/drawString/ by Hal Canary · 6 years ago
  31. 212e906 don't use drawPosText by Mike Reed · 6 years ago
  32. 72ab346 Consolidate stroke-rect ops and use GrFillRectOp instead of GrNonAA/AARectOp by Michael Ludwig · 6 years ago
  33. e978ca2 limit range of surface sizes in surface_image_unity by Mike Klein · 6 years ago
  34. ff0e840 clean up some odd SkRefCnt features by Mike Klein · 6 years ago
  35. 38a62bd Remove obsolete checks about colorType and colorSpace by Brian Osman · 6 years ago
  36. f421685 Revert "Stop using color space xform canvas in picture image generator" by Greg Daniel · 6 years ago
  37. 031ca21 Stop using color space xform canvas in picture image generator by Brian Osman · 6 years ago
  38. 4429a4f re-precate SkMatrix44::SkMatrix44() by Mike Klein · 6 years ago
  39. ae5e864 remove internal uses of SkColorSpace::toXYZD50() by Mike Klein · 6 years ago
  40. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  41. 8a00144 test,tools: whitespace changes for clang-format by Hal Canary · 6 years ago
  42. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
  43. 93348dd Fix GrGLGpu::createTestingOnlyBackendRenderTarget() by Brian Salomon · 6 years ago
  44. a62d036 textonpath no longer in canvas by Mike Reed · 6 years ago
  45. 3785471 basic first pass at RGBA F32 support by Mike Klein · 6 years ago
  46. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  47. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  48. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  49. ce4cf72 non-linear blending first steps by Mike Klein · 6 years ago
  50. 57bf4a3 When creating testing backendTexture take colorspace into account. by Greg Daniel · 6 years ago
  51. 2fbbd03 Remove extra Vulkan submitCommandBuffer from deleteTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  52. 8caf85f Add GrBackendTexture/RenderTarget accessors to SkSurface by Robert Phillips · 6 years ago
  53. c550995 Add GrBackendTexture accessor to SkImage (take 2) by Robert Phillips · 6 years ago
  54. 99501b7 Fix leak of backend texture in GrContext_maxSurfaceSamplesForColorType test by Brian Salomon · 6 years ago
  55. 8a3f55c Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors" by Greg Daniel · 6 years ago
  56. 7d2b16a Improve handling of GrPixelConfig in GrBackendTex/RT ctors by Greg Daniel · 6 years ago
  57. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 6 years ago
  58. 10fc6fd Revert "Revert "Add 1010102 support to Ganesh"" by Brian Osman · 6 years ago
  59. ded47a5 Revert "Add 1010102 support to Ganesh" by Brian Osman · 6 years ago
  60. 44b6120 Add 1010102 support to Ganesh by Brian Osman · 6 years ago
  61. 955b3d5 tweak surface_image_unity on 32-bit bots by Mike Klein · 6 years ago
  62. 0a7aa14 Add checks for failed SkImageInfo2GrPixelConfig calls by Greg Daniel · 6 years ago
  63. 30dc8f9 loop over all color and alpha types by Mike Klein · 6 years ago
  64. d474698 ensure that what is valid for a surface is also valid for an image by Mike Reed · 6 years ago
  65. 4f5a79c remove kRW_LegacyBitmapMode by Cary Clark · 6 years ago
  66. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 6 years ago
  67. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 6 years ago
  68. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 6 years ago
  69. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 6 years ago
  70. 85ae715 Add new GrContext queries for imagability, surfacability, and max sample count of color types by Brian Salomon · 6 years ago
  71. d653cac More sample count cleanup: by Brian Salomon · 6 years ago
  72. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 6 years ago
  73. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 6 years ago
  74. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 6 years ago
  75. 1c80e99 Allow printf style var args for messages in REPORTER_ASSERT. by Brian Salomon · 6 years ago
  76. 3338482 remove SkColorSpace_Base by Mike Klein · 6 years ago
  77. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 6 years ago
  78. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  79. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  80. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  81. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  82. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  83. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  84. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  85. 5366e59 Add valid checks in places we query isTestingOnlyBackendTexture by Greg Daniel · 7 years ago
  86. faa095e Update SkSurface MakeFromBackend* factories to take an SkColorType. by Greg Daniel · 7 years ago
  87. 10b8142 Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB by Brian Osman · 7 years ago
  88. 63789cc Revert "Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB" by Mike Klein · 7 years ago
  89. 411b8ea Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB by Brian Osman · 7 years ago
  90. 36703d9 Push much of the SkColorSpace_Base interface up to SkColorSpace by Brian Osman · 7 years ago
  91. d21b2a5 Remove GrBackendObject from tests (except image_from_yuv_textures) by Robert Phillips · 7 years ago
  92. 177e695 Add flag on GrBackendTexture to say whether texture is mipped or not by Greg Daniel · 7 years ago
  93. f0ffb89 Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Mike Reed · 7 years ago
  94. 5a2e50e Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap""" by Mike Reed · 7 years ago
  95. cd284c5 Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"" by Mike Reed · 7 years ago
  96. 809cbed Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Jim Van Verth · 7 years ago
  97. 88757da guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  98. f46633f Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Greg Daniel · 7 years ago
  99. 98a6216 guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  100. 4ed9ae4 Improve GrGLNonlinearColorSpaceXformEffect to support scRGB by Stan Iliev · 7 years ago