1. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
  2. 74b1c01 Fix freeing of vulkan feature structs is test context. by Greg Daniel · 6 years ago
  3. ac616c8 Fix vulkan validation layer ordering. by Greg Daniel · 6 years ago
  4. a0651ac Update vulkan features (again) to support extension features. by Greg Daniel · 6 years ago
  5. 92aef4b Support using vulkan 1.1. by Greg Daniel · 6 years ago
  6. 3644360 Have GrVkBackendContext take a VkPhysicalDeviceFeatures struct. by Greg Daniel · 6 years ago
  7. a31f4e5 Make sure we check the version number of Vulkan Extensions. by Greg Daniel · 6 years ago
  8. 98bffae Reland "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  9. da16cce Use our own checked in Vulkan header to build skia source code. by Greg Daniel · 6 years ago
  10. d3e65aa Move GrVkInterface out of public API. by Greg Daniel · 6 years ago
  11. d5148e3 Move SkNoncopyable to include/private. by Ben Wagner · 6 years ago
  12. 1e04b36 Reland: Check for ANGLE's implementation of texture_rectangle by Weiliang Chen · 6 years ago
  13. 9ec70c6 Remove SkSafeSetNull. by Ben Wagner · 6 years ago
  14. c8cd45a Generate GrVkInterface when we make the GrVkGpu. by Greg Daniel · 6 years ago
  15. f666cbc remove debug gl interface, grcontextfactory context type, and config. by Brian Salomon · 6 years ago
  16. 97c6a0e Remove interal use of SkRefCnt_SafeAssign. by Ben Wagner · 6 years ago
  17. 00a5eb8 Add gltestpersistentcache config that tests GrContextOption's cache. by Brian Salomon · 6 years ago
  18. 37329b3 Reland "Reland "Move Vulkan DebugCallback code into tools."" by Greg Daniel · 6 years ago
  19. f730c18 Reland "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 6 years ago
  20. 108bb23 Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Greg Daniel · 6 years ago
  21. 34aa059 Revert "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Ethan Nicholas · 6 years ago
  22. ff2181e Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors. by Greg Daniel · 6 years ago
  23. 007267b Revert "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 6 years ago
  24. 3148f80 Revert "Reland "Move Vulkan DebugCallback code into tools."" by Greg Daniel · 6 years ago
  25. dc13c21 Revert "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  26. a782dcb Reland "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 6 years ago
  27. be0ab88 Reland "Move Vulkan DebugCallback code into tools." by Greg Daniel · 6 years ago
  28. 0db3a88 Reland "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 6 years ago
  29. 059a9ab Revert "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 6 years ago
  30. 05d3fe3 Revert "Move Vulkan DebugCallback code into tools." by Greg Daniel · 6 years ago
  31. cb92b26 Revert "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 6 years ago
  32. 45c9dab Let client pass in full extension to GrVkBackendContext. by Greg Daniel · 6 years ago
  33. c421ca1 gpu: Expose GrContextPriv::abandoned in the public API. by Khushal · 6 years ago
  34. d4b2ade Move Vulkan DebugCallback code into tools. by Greg Daniel · 6 years ago
  35. 6d36370 Add bullet proofing for preAbandonContext by Robert Phillips · 6 years ago
  36. 93ae233 Make GrVkBackendContext no longer derive from SkRefCnt. by Greg Daniel · 6 years ago
  37. 752e08b Fix abandonment of programs by Robert Phillips · 6 years ago
  38. a2b5b64 ccpr: Enable ccpr by default by Chris Dalton · 6 years ago
  39. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 6 years ago
  40. 4da7019 ccpr: Implement path mask caching by Chris Dalton · 6 years ago
  41. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  42. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  43. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  44. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  45. 35b40ce Revert "Check for ANGLE's implementation of texture_rectangle" by Ravi Mistry · 6 years ago
  46. 00f8866 Check for ANGLE's implementation of texture_rectangle by Weiliang Chen · 6 years ago
  47. 8a8dd33 Make SkImage own its GrContext. by Brian Salomon · 6 years ago
  48. 91dfa3b Reland "Move gn setup for vulkan library/headers into their own third_party directory." by Greg Daniel · 6 years ago
  49. d90cd3b Revert "Revert "IWYU for tests starting with 'D'."" by Ben Wagner · 6 years ago
  50. edf8449 Revert "IWYU for tests starting with 'D'." by Mike Klein · 6 years ago
  51. b5f2897 IWYU for tests starting with 'D'. by Ben Wagner · 6 years ago
  52. cbeae03 Fix check for valid proxies returned by AtlasManager. by Jim Van Verth · 6 years ago
  53. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  54. 3a67b8e Add support for building with MoltenVK by Chris Dalton · 6 years ago
  55. 57bf4a3 When creating testing backendTexture take colorspace into account. by Greg Daniel · 6 years ago
  56. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 6 years ago
  57. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 6 years ago
  58. 22e6e21 Reland "CreatePlatformGLTestContext_egl: Try GLES 3, then GLES 2." by Hal Canary · 6 years ago
  59. d4dac9c Revert "CreatePlatformGLTestContext_egl: Try GLES 3, then GLES 2." by Hal Canary · 6 years ago
  60. 0593a84 CreatePlatformGLTestContext_egl: Try GLES 3, then GLES 2. by Hal Canary · 6 years ago
  61. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 6 years ago
  62. 7f44196 Make CreateBackendFormatFromTexture shared code by Robert Phillips · 6 years ago
  63. 8a3f55c Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors" by Greg Daniel · 6 years ago
  64. 7d2b16a Improve handling of GrPixelConfig in GrBackendTex/RT ctors by Greg Daniel · 6 years ago
  65. 52e943a Add testing-only backend render target support to GrVkGpu. by Brian Salomon · 6 years ago
  66. 0c51eea Add GrMockRenderTarget and mock backend render targets by Brian Salomon · 6 years ago
  67. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 6 years ago
  68. a8d9211 Add promise images for deferred instantiation of wrapped gpu textures by Greg Daniel · 6 years ago
  69. 5a66efb Remove GrRestrictedAtlasManager by Robert Phillips · 6 years ago
  70. 02bd295 Make ProxyUtils::MakeTextureProxyFromData use wrapped textures when origin is kBottomLeft by Brian Salomon · 6 years ago
  71. d2e9f76 Revise Text & Small Path Atlas so instantiation failure is handled at flush time by Robert Phillips · 6 years ago
  72. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 6 years ago
  73. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  74. 1056eb8 Move atlas manager creation to GrContext derived classes (take 2) by Robert Phillips · 6 years ago
  75. c4039ea Fission GrAtlasGlyphCache in two (take 2) by Robert Phillips · 6 years ago
  76. 5c56af1 Revert "Fission GrAtlasGlyphCache in two" by Robert Phillips · 6 years ago
  77. 0551818 Revert "Move atlas manager creation to GrContext derived classes" by Robert Phillips · 6 years ago
  78. e5b7cee Move atlas manager creation to GrContext derived classes by Robert Phillips · 6 years ago
  79. acf1790 Fission GrAtlasGlyphCache in two by Robert Phillips · 6 years ago
  80. 0a7aa14 Add checks for failed SkImageInfo2GrPixelConfig calls by Greg Daniel · 6 years ago
  81. f3690dd Change signature of GrAtlasGlyphCache::getProxies by Robert Phillips · 6 years ago
  82. 2a30390 Update createWrappedRenderTargetProxy with BackendRT to work with lazy proxies. by Greg Daniel · 6 years ago
  83. e8fabb2 Update LazyProxy creation to allow for a non-textureable result by Robert Phillips · 6 years ago
  84. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 6 years ago
  85. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 6 years ago
  86. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 6 years ago
  87. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 6 years ago
  88. 85ae715 Add new GrContext queries for imagability, surfacability, and max sample count of color types by Brian Salomon · 6 years ago
  89. 8f11d4d eliminate SK_BUILD_FOR_WIN32 by Mike Klein · 6 years ago
  90. de9cef2 rm spurious std::move from getFontAtlasImage_ForTesting by Robert Phillips · 6 years ago
  91. 87d18ce Add Chinese zoom Sample. by Jim Van Verth · 6 years ago
  92. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 6 years ago
  93. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 6 years ago
  94. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 6 years ago
  95. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 6 years ago
  96. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  97. f0fe02f Delete Gr testing contexts in reverse order by Greg Daniel · 6 years ago
  98. b508696 Add matrix stack to SkAtlasTextTarget. by Brian Salomon · 7 years ago
  99. f5d8758 Add new SkImage factory to create from GrBackendTexture with SkColorType by Greg Daniel · 7 years ago
  100. b67821d Add GrBackendTexture & GrBackendRenderTarget access methods to GrTexture and GrRenderTarget by Robert Phillips · 7 years ago