1. e643da6 Add new macro for checking device lost when making Vulkan calls. by Greg Daniel · 4 years, 9 months ago
  2. a718a61 Enable preferring using primary CB over secondary CB. by Greg Daniel · 4 years, 10 months ago
  3. 00fb724 Move read swizzle from GL ConfigInfo to FormatInfo. by Greg Daniel · 5 years ago
  4. 658d499 New approach to fixing Vulkan MSAA. by Jim Van Verth · 5 years ago
  5. 778ba8a Re-enable Vulkan MSAA support in Viewer by Jim Van Verth · 5 years ago
  6. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  7. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 5 years ago
  8. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 5 years ago
  9. bb792aa Add option to disable vsync on viewer unix. by Greg Daniel · 5 years ago
  10. bae7121 Add flush call to take access type, flags, and semaphore. by Greg Daniel · 5 years ago
  11. cb32415 Add support for VK_IMAGE_LAYOUT_PRESENT_SRC_KHR in skia vulkan. by Greg Daniel · 5 years ago
  12. 54bfb18 Privately include our version of vulkan header file in all our src files. by Greg Daniel · 6 years ago
  13. f7828d0 Better optimize our use of memory barriers in vulkan. by Greg Daniel · 6 years ago
  14. a0651ac Update vulkan features (again) to support extension features. by Greg Daniel · 6 years ago
  15. c0b03d8 Start adding support for some base extensions which others build on. by Greg Daniel · 6 years ago
  16. a31f4e5 Make sure we check the version number of Vulkan Extensions. by Greg Daniel · 6 years ago
  17. 98bffae Reland "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  18. d3e65aa Move GrVkInterface out of public API. by Greg Daniel · 6 years ago
  19. c8cd45a Generate GrVkInterface when we make the GrVkGpu. by Greg Daniel · 6 years ago
  20. 37329b3 Reland "Reland "Move Vulkan DebugCallback code into tools."" by Greg Daniel · 6 years ago
  21. f730c18 Reland "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 6 years ago
  22. 294fe29 Remove some linear-blending sRGB logic from sk_app by Brian Osman · 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. d4b2ade Move Vulkan DebugCallback code into tools. by Greg Daniel · 6 years ago
  34. 93ae233 Make GrVkBackendContext no longer derive from SkRefCnt. by Greg Daniel · 6 years ago
  35. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  36. 6ddbafc Move vulkan layout helpers from GrVkMemory to GrVkImage. by Greg Daniel · 6 years ago
  37. 37c5403 Add pixel geometry and dft selection to viewer app. by Ben Wagner · 6 years ago
  38. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 6 years ago
  39. afdc6b1 Vulkan backend render targets don't allow client to specify stencil bits by Brian Salomon · 6 years ago
  40. 8385a8a Revert "Revert "Fixes to alignment issues with regards to mapped vulkan memory."" by Greg Daniel · 6 years ago
  41. 88fdee9 Revert "Fixes to alignment issues with regards to mapped vulkan memory." by Greg Daniel · 6 years ago
  42. 9fb6cf4 Fixes to alignment issues with regards to mapped vulkan memory. by Greg Daniel · 6 years ago
  43. faa095e Update SkSurface MakeFromBackend* factories to take an SkColorType. by Greg Daniel · 7 years ago
  44. 81b8059 Start removing uses of VkFormatToPixelConfig in vulkan backend by Greg Daniel · 7 years ago
  45. 384fab4 sk_spification of GrGpu creation. by Brian Salomon · 7 years ago
  46. eff04b5 Remove SampleApp and convert HelloWorld to sk_app by Brian Osman · 7 years ago[Renamed from tools/viewer/sk_app/VulkanWindowContext.cpp]
  47. 35970ec Revert "Revert "Dynamically load the vulkan library in our test tools"" by Greg Daniel · 7 years ago
  48. c8dd283 Revert "Dynamically load the vulkan library in our test tools" by Greg Daniel · 7 years ago
  49. 77d6fea Dynamically load the vulkan library in our test tools by Greg Daniel · 7 years ago
  50. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  51. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  52. fbdc080 Add wireframe mode to Viewer. by Jim Van Verth · 7 years ago
  53. 207282e Make GrBackendTexture take Gr*Info refs in ctor, and copy them. by Greg Daniel · 7 years ago
  54. c188982 Add new GrVkBackendContext::Create explicitly requiring vk proc getters by Brian Salomon · 7 years ago
  55. e79b473 Disable use of directly wrapping msaa RTs on Vulkan by Greg Daniel · 7 years ago
  56. 9440345 Add backend safe classes for passing in external texture and render targets into gpu by Greg Daniel · 7 years ago
  57. 61cd31a viewer: Add a "Path renderer" dropdown menu by csmartdalton · 7 years ago
  58. 578f064 Add msaa flag and UI to viewer by csmartdalton · 7 years ago
  59. 008b9d8 Add the ability to enable/disable GPU path renderers by csmartdalton · 7 years ago
  60. f750fbc Simplify viewer's handling of backbuffer surface and color space by Brian Osman · 7 years ago
  61. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  62. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 7 years ago
  63. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  64. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  65. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  66. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  67. d63c102 Minor fixes for the Linux viewer by Jim Van Verth · 8 years ago
  68. 1f05f44 Various fixes in VulkanWindowContext by Greg Daniel · 8 years ago
  69. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  70. e897b97 Fix Vulkan orientation during screne rotations by Greg Daniel · 8 years ago
  71. 804af7d Revert of Fix bufferIndex check in VulkanWindowContext (patchset #1 id:1 of https://codereview.chromium.org/2363353003/ ) by egdaniel · 8 years ago
  72. e6bd20e Fix bufferIndex check in VulkanWindowContext by egdaniel · 8 years ago
  73. 9d54afc Support use of non-coherent memory allocations in Vulkan. by jvanverth · 8 years ago
  74. 580fa59 In VulkanWindowContext add check to see if ganesh changed the layout of the image. by egdaniel · 8 years ago
  75. 8c67ebe Clean up Xlib viewer by jvanverth · 8 years ago
  76. 4484d6a Remove unused render target members from GL and VK sk_app::WindowContext classes by bsalomon · 8 years ago
  77. 1c58696 Remove unused sk_app::WindowContext::presentRenderSurface by bsalomon · 8 years ago
  78. ccde4ab SW backend for viewer on Windows by bsalomon · 8 years ago
  79. d1bdd1f Use Windowing system-specific WindowContext factories. by bsalomon · 8 years ago
  80. c7b4b28 Make sk_app::WindowContext directly create a SkSurface without an intermediate GrRenderTarget by bsalomon · 8 years ago
  81. 7ec9241 Add resource tracking output and command buffer recycling by jvanverth · 8 years ago
  82. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  83. ab82418 Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ ) by brianosman · 8 years ago
  84. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  85. 6b6ffc4 Create free list heap for suballocation by jvanverth · 8 years ago
  86. 1e305ba Add offset to memory allocations by jvanverth · 8 years ago
  87. 85f758c Add OpenGL support to Linux viewer by jvanverth · 8 years ago
  88. 0248bfd Revert of Add OpenGL support to Linux viewer (patchset #5 id:80001 of https://codereview.chromium.org/2011473003/ ) by kjlubick · 8 years ago
  89. 10b3815 Add OpenGL support to Linux viewer by jvanverth · 8 years ago
  90. 1d15596 Add Xlib support to viewer by jvanverth · 8 years ago
  91. af236b5 Add OpenGL context to Viewer. by jvanverth · 8 years ago
  92. 2884e9c Revert of Add OpenGL context to Viewer. (patchset #7 id:120001 of https://codereview.chromium.org/1978573003/ ) by jvanverth · 8 years ago
  93. 56a11e4 Add OpenGL context to Viewer. by jvanverth · 8 years ago
  94. b2df0c2 Refactor Vulkan image, texture, RTs so that create and getter handles match. by egdaniel · 8 years ago
  95. 3622a17 Set level count for wrapped backbuffer by jvanverth · 8 years ago
  96. 05de216 Add sRGB mode toggle to Viewer. by brianosman · 8 years ago
  97. a8d0d6c More refactoring for Viewer by jvanverth · 8 years ago[Renamed (92%) from tools/viewer/VulkanTestContext.cpp]
  98. 3452426 Rename VulkanViewer to Viewer, take 2. by jvanverth · 8 years ago[Renamed from tools/vulkan/VulkanTestContext.cpp]
  99. 419ca64 Fix type conversion compile errors by brianosman · 8 years ago
  100. a4b0fed Remove AttachmentInfo from VulkanViewer setup by jvanverth · 8 years ago