1. ff2181e Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors. by Greg Daniel · 6 years ago
  2. a2b5b64 ccpr: Enable ccpr by default by Chris Dalton · 6 years ago
  3. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 6 years ago
  4. 4da7019 ccpr: Implement path mask caching by Chris Dalton · 6 years ago
  5. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  6. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  7. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  8. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  9. 8a8dd33 Make SkImage own its GrContext. by Brian Salomon · 6 years ago
  10. cbeae03 Fix check for valid proxies returned by AtlasManager. by Jim Van Verth · 6 years ago
  11. 57bf4a3 When creating testing backendTexture take colorspace into account. by Greg Daniel · 6 years ago
  12. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 6 years ago
  13. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 6 years ago
  14. 7f44196 Make CreateBackendFormatFromTexture shared code by Robert Phillips · 6 years ago
  15. 8a3f55c Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors" by Greg Daniel · 6 years ago
  16. 7d2b16a Improve handling of GrPixelConfig in GrBackendTex/RT ctors by Greg Daniel · 6 years ago
  17. 52e943a Add testing-only backend render target support to GrVkGpu. by Brian Salomon · 6 years ago
  18. 0c51eea Add GrMockRenderTarget and mock backend render targets by Brian Salomon · 6 years ago
  19. a8d9211 Add promise images for deferred instantiation of wrapped gpu textures by Greg Daniel · 6 years ago
  20. 5a66efb Remove GrRestrictedAtlasManager by Robert Phillips · 6 years ago
  21. d2e9f76 Revise Text & Small Path Atlas so instantiation failure is handled at flush time by Robert Phillips · 6 years ago
  22. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  23. 1056eb8 Move atlas manager creation to GrContext derived classes (take 2) by Robert Phillips · 7 years ago
  24. c4039ea Fission GrAtlasGlyphCache in two (take 2) by Robert Phillips · 7 years ago
  25. 5c56af1 Revert "Fission GrAtlasGlyphCache in two" by Robert Phillips · 7 years ago
  26. 0551818 Revert "Move atlas manager creation to GrContext derived classes" by Robert Phillips · 7 years ago
  27. e5b7cee Move atlas manager creation to GrContext derived classes by Robert Phillips · 7 years ago
  28. acf1790 Fission GrAtlasGlyphCache in two by Robert Phillips · 7 years ago
  29. 0a7aa14 Add checks for failed SkImageInfo2GrPixelConfig calls by Greg Daniel · 7 years ago
  30. f3690dd Change signature of GrAtlasGlyphCache::getProxies by Robert Phillips · 7 years ago
  31. 2a30390 Update createWrappedRenderTargetProxy with BackendRT to work with lazy proxies. by Greg Daniel · 7 years ago
  32. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  33. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  34. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  35. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  36. 85ae715 Add new GrContext queries for imagability, surfacability, and max sample count of color types by Brian Salomon · 7 years ago
  37. de9cef2 rm spurious std::move from getFontAtlasImage_ForTesting by Robert Phillips · 7 years ago
  38. 87d18ce Add Chinese zoom Sample. by Jim Van Verth · 7 years ago
  39. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  40. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  41. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  42. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  43. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  44. f5d8758 Add new SkImage factory to create from GrBackendTexture with SkColorType by Greg Daniel · 7 years ago
  45. b67821d Add GrBackendTexture & GrBackendRenderTarget access methods to GrTexture and GrRenderTarget by Robert Phillips · 7 years ago
  46. a32a3c3 Add analytic clip FPs that read from the CCPR atlas by Chris Dalton · 7 years ago
  47. 706a6ff Add "lazy" texture proxies by Chris Dalton · 7 years ago
  48. 7f1b4f8 Fix issues related to backend texture/rendertarget creation by Robert Phillips · 7 years ago
  49. 57e0828 Add backend GPU objects to fiddle app by Robert Phillips · 7 years ago
  50. 177e695 Add flag on GrBackendTexture to say whether texture is mipped or not by Greg Daniel · 7 years ago
  51. a950b63 Add support for additional textures in GrDrawOpAtlas by Jim Van Verth · 7 years ago
  52. bdda0ba Cosmetic changes to GrDrawOpAtlas by Robert Phillips · 7 years ago
  53. 3416969 Revert "Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"""" by Brian Salomon · 7 years ago
  54. a184ac7 Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible""" by Brian Salomon · 7 years ago
  55. 20af6d1 Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"" by Brian Salomon · 7 years ago
  56. ceef4fb Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible" by Brian Salomon · 7 years ago
  57. 3fd2955 Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible by Brian Salomon · 7 years ago
  58. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  59. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  60. fc26f3c Remove GrAnalyticRectOp, the last legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  61. 44acb5b Revert "Revert "Make GrAtlasTextOp a non-legacy GrMeshDrawOp"" by Brian Salomon · 7 years ago
  62. e3e9628 Revert "Make GrAtlasTextOp a non-legacy GrMeshDrawOp" by Brian Salomon · 7 years ago
  63. 434a58a Make GrAtlasTextOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  64. b295573 Move GrAALinearizingConvexPathRenderer off GrLegacyMeshDrawOp by Brian Salomon · 7 years ago
  65. ee3e0ba Make DefaultPathOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  66. c2f4254 Make GrDrawVerticesOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  67. 0088f94 Make GrDrawAtlasOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  68. 0596909 Make ShadowRRectOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  69. f036632 Make RegionOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  70. 98222ac Revert "Revert "Make DashOp a non-legacy GrMeshDrawOp."" by Brian Salomon · 7 years ago
  71. beae8a9 Revert "Make DashOp a non-legacy GrMeshDrawOp." by Brian Salomon · 7 years ago
  72. ebb3825 Make DashOp a non-legacy GrMeshDrawOp. by Brian Salomon · 7 years ago
  73. febbd23 Make SmallPathOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  74. 9530f7e Revert "Revert "Make TessellatingPathOp be a non-legacy GrMeshDrawOp"" by Brian Salomon · 7 years ago
  75. 815486c Convert NonAALatticeOp to non-legacy GrMeshDrawOp. by Brian Salomon · 7 years ago
  76. 7343c19 Revert "Make TessellatingPathOp be a non-legacy GrMeshDrawOp" by Ethan Nicholas · 7 years ago
  77. 086ce11 Make TessellatingPathOp be a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  78. a531f25 Make AAHairlineOp a non-legacy GrDrawMeshOp by Brian Salomon · 7 years ago
  79. 91a3e52 Move mock gpu and caps, add Gr prefix, and create via GrContext::Create by Brian Salomon · 7 years ago
  80. 2e5eaf0 Revert "Revert "Clean up onTransferPixels"" by Jim Van Verth · 7 years ago
  81. ce57552 Revert "Clean up onTransferPixels" by Jim Van Verth · 7 years ago
  82. f7037d0 Clean up onTransferPixels by Jim Van Verth · 7 years ago
  83. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 7 years ago
  84. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 7 years ago
  85. 10978a6 Migrate AAConvexPathOp off of GrLegacyMeshDrawOp by Brian Salomon · 7 years ago
  86. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  87. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  88. baaf439 Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."" by Brian Salomon · 7 years ago
  89. a0485d9 Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses." by Brian Salomon · 7 years ago
  90. 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 7 years ago
  91. d20b5c4 use #ifdef instead of #if for SK_VULKAN by Mike Reed · 7 years ago
  92. fcd5fdd Revert "Revert "Update skia to use ifdefs for Vulkan code instead of dummy header"" by Robert Phillips · 7 years ago
  93. fad9e3f Revert "Update skia to use ifdefs for Vulkan code instead of dummy header" by Robert Phillips · 7 years ago
  94. c0f8e42 Update skia to use ifdefs for Vulkan code instead of dummy header by Greg Daniel · 7 years ago
  95. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  96. c4f0a82 Move Flags from GrRenderTarget to GrTypesPriv.h & rename by Robert Phillips · 7 years ago
  97. 31550db Revert "Revert "Workaround Adreno driver issue with stencil clears."" by Mike Klein · 7 years ago
  98. 8b06ed7 Revert "Workaround Adreno driver issue with stencil clears." by Mike Klein · 7 years ago
  99. 4e8c581 Workaround Adreno driver issue with stencil clears. by Brian Salomon · 7 years ago
  100. 67d52cf sk_sp-ify GrResourceProvider some more by Robert Phillips · 7 years ago