1. f932a63 Add maxTextureSize()/maxRenderTargetSize() to GrContext by Brian Salomon · 7 years ago
  2. be77a02 Hide GrPixelConfig in SkSurfaceCharacterization by Robert Phillips · 7 years ago
  3. 64ecdce Turn on rendertarget sorting by Robert Phillips · 7 years ago
  4. 6b6fcc7 Add SkSurface factory that takes an SkSurfaceCharacterization by Robert Phillips · 7 years ago
  5. 6eba063 Add new GrResourceCache::purgeUnlockedResources variant by Robert Phillips · 7 years ago
  6. 5fba7ad Support GL_RGB textures and render targets. by Brian Salomon · 7 years ago
  7. 19eaf2d Revert "Revert "New read pixels implementation that is simpler but does all conversions on CPU."" by Brian Salomon · 7 years ago
  8. be5947c Revert "New read pixels implementation that is simpler but does all conversions on CPU." by Brian Salomon · 7 years ago
  9. c9a642e New read pixels implementation that is simpler but does all conversions on CPU. by Brian Salomon · 7 years ago
  10. 55fa647 Correctly discard or load RT when doing copies as draws in Vulkan by Greg Daniel · 7 years ago
  11. f733a72 Disable CCPR path rendering in DDL mode by Robert Phillips · 7 years ago
  12. 41a3b87 Make GrTextureStripAtlas DDL friendly by Robert Phillips · 7 years ago
  13. a3457b8 Split GrDDL- & GrDirect- Contexts into their own files by Robert Phillips · 7 years ago
  14. 5a66efb Remove GrRestrictedAtlasManager by Robert Phillips · 7 years ago
  15. 7578f3e Rename wrap backend tex/rt methods on GrProxyProvider by Brian Salomon · 7 years ago
  16. af4adef Have GrGlyphCache and GrAtlasManager compute the atlas limits independently by Robert Phillips · 7 years ago
  17. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  18. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  19. 10fc6fd Revert "Revert "Add 1010102 support to Ganesh"" by Brian Osman · 7 years ago
  20. fde6fa0 Fix creation of extra GrContextThreadSafeProxies in DDL world by Robert Phillips · 7 years ago
  21. ded47a5 Revert "Add 1010102 support to Ganesh" by Brian Osman · 7 years ago
  22. 1056eb8 Move atlas manager creation to GrContext derived classes (take 2) by Robert Phillips · 7 years ago
  23. c4039ea Fission GrAtlasGlyphCache in two (take 2) by Robert Phillips · 7 years ago
  24. 44b6120 Add 1010102 support to Ganesh by Brian Osman · 7 years ago
  25. 4bc7011 Separate creation time & flush time behavior in GrDrawOpAtlas (take 3) by Robert Phillips · 7 years ago
  26. ba7a165 Revert "Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)""" by Robert Phillips · 7 years ago
  27. 5c56af1 Revert "Fission GrAtlasGlyphCache in two" by Robert Phillips · 7 years ago
  28. 0551818 Revert "Move atlas manager creation to GrContext derived classes" by Robert Phillips · 7 years ago
  29. 3d86a19 Refactor GrCaps::renderTargetWritePixelsSupported to support for some GL workarounds by Brian Salomon · 7 years ago
  30. e5b7cee Move atlas manager creation to GrContext derived classes by Robert Phillips · 7 years ago
  31. acf1790 Fission GrAtlasGlyphCache in two by Robert Phillips · 7 years ago
  32. f44cb48 Fix unit tests that were causes vulkan unitialized memory warnings in validation by Greg Daniel · 7 years ago
  33. 5f33a8c Start on new GPU pixel ops implementation. by Brian Salomon · 7 years ago
  34. 934c3d0 Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)"" by Robert Phillips · 7 years ago
  35. 84d823a Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)" by Robert Phillips · 7 years ago
  36. 96165eb Separate creation time & flush time behavior in GrDrawOpAtlas (take 2) by Robert Phillips · 7 years ago
  37. 59ddc6d Revert "Separate creation time & flush time behavior in GrDrawOpAtlas" by Robert Phillips · 7 years ago
  38. 056c1a8 Separate creation time & flush time behavior in GrDrawOpAtlas by Robert Phillips · 7 years ago
  39. c320b15 Introduce GrColorType by Brian Salomon · 7 years ago
  40. 303cd58 Update GrTextBlobCache for DDL by Robert Phillips · 7 years ago
  41. 9b009bb Prepare sRGB encoding conversion for the removal of GrPixelConfig by Brian Salomon · 7 years ago
  42. fc711a2 Add SkCharacterization creation helper to GrContextThreadSafeProxy (take 2) by Robert Phillips · 7 years ago
  43. 559823d Revert "Add SkCharacterization creation helper to GrContextThreadSafeProxy" by Cary Clark · 7 years ago
  44. 8a83ca4 Add "sharpen" option to SkSL, to LOD bias all textures by Brian Osman · 7 years ago
  45. d76e56d Add SkCharacterization creation helper to GrContextThreadSafeProxy by Robert Phillips · 7 years ago
  46. 366093f Make it so that GrSurfaceContext with a sRGB GrPixelConfig must have a by Brian Salomon · 7 years ago
  47. 7fcfb62 move a bunch of helpers from SkImageInfo.h into priv by Mike Reed · 7 years ago
  48. db9ee2d Remove unused class GrDDLGpu by Brian Salomon · 7 years ago
  49. 4150eea Move control of explicit GPU resource allocation to GrContextOptions by Robert Phillips · 7 years ago
  50. 5711133 Remove integer texture support by Brian Salomon · 7 years ago
  51. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  52. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  53. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  54. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  55. 85ae715 Add new GrContext queries for imagability, surfacability, and max sample count of color types by Brian Salomon · 7 years ago
  56. d653cac More sample count cleanup: by Brian Salomon · 7 years ago
  57. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  58. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  59. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  60. 6200036 Implement GPU/OpList DDLs by Robert Phillips · 7 years ago
  61. d5f9cdd Add SkSurface_Gpu::MakeWrappedRenderTarget method by Robert Phillips · 7 years ago
  62. 33bf56d Remove GrContext::getRecommendedSampleCount and SkPictureContentInfo::suitableForGpuRasterization by Brian Salomon · 7 years ago
  63. fc4f768 Use int when possible to calculate atlas indices in shaders. by Jim Van Verth · 7 years ago
  64. 2e6feed Fix crash in ~GrContext by Robert Phillips · 7 years ago
  65. 88260b5 Split GrContext into Normal/DDL flavors by Robert Phillips · 7 years ago
  66. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  67. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  68. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  69. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  70. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  71. b508696 Add matrix stack to SkAtlasTextTarget. by Brian Salomon · 7 years ago
  72. 474d687 Send TextBlobCache purge messages only to owning cache. by Jim Van Verth · 7 years ago
  73. e42edcc Add stubbed out GrContext by Robert Phillips · 7 years ago
  74. 76d917c Ensure we flush TextBlobCache message queue. by Jim Van Verth · 7 years ago
  75. eace8cd Use sk_sp to own GrCaps in GrContext. by Brian Salomon · 7 years ago
  76. 990014d Temporarily readd old signature of GrContext::MakeGL by Brian Salomon · 7 years ago
  77. 384fab4 sk_spification of GrGpu creation. by Brian Salomon · 7 years ago
  78. 8d1e67e Add resource cache limits to SkSurfaceCharacterization by Robert Phillips · 7 years ago
  79. c02cb8a Revert "Use int when possible to calculate atlas indices in shaders." by Jim Van Verth · 7 years ago
  80. 999ec57 Use int when possible to calculate atlas indices in shaders. by Jim Van Verth · 7 years ago
  81. 09b8c91 Temporarily disable multitexturing for iOS by Jim Van Verth · 7 years ago
  82. aae47c8 sksl enum support by Ethan Nicholas · 7 years ago
  83. af59748 Add GrContextOptions to control distance field thresholds for small sizes and fallback to paths. by Brian Salomon · 7 years ago
  84. 9f545bc Modify fontcache GM to actually spill atlas. by Brian Salomon · 7 years ago
  85. d1b2eec API to cache shader binaries between runs of Skia. by Ethan Nicholas · 7 years ago
  86. 45d6303 Have mip status match surface when snapping image from wrapped object by Greg Daniel · 7 years ago
  87. 65c7f66 Add mip support to GrAHardwareBufferImageGenerator by Greg Daniel · 7 years ago
  88. f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago
  89. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  90. 7bbbf62 Fix GrContext::writePixels bug by Robert Phillips · 7 years ago
  91. e1da1d9 Add option to create a deferred render target context with mips by Greg Daniel · 7 years ago
  92. 106b5c4 Shrink GrDrawOpAtlases when no longer needed, take 2. by Jim Van Verth · 7 years ago
  93. 4935a01 Revert "Shrink GrDrawOpAtlases when no longer needed" by Jim Van Verth · 7 years ago
  94. 7cf5952 Shrink GrDrawOpAtlases when no longer needed by Jim Van Verth · 7 years ago
  95. 09dfc47 Pull non-substantive changes out of explicit GPU resource allocation CL by Robert Phillips · 7 years ago
  96. 195c05b Move several GrContextOptions fields behind GR_TEST_UTILS by Brian Osman · 7 years ago
  97. fb4a20c Remove kDefault_GrSurfaceOrigin by Robert Phillips · 7 years ago
  98. b350ae2 Add GrContextOption to disable distance field path renderer by Brian Osman · 7 years ago
  99. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  100. 5127998 Add an (optional) SkTaskGroup to GrContext by Brian Osman · 7 years ago