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