1. a521c96 Update dawn.h -> webgpu.h, dawn_cpp.h -> webgpu_cpp.h. by Stephen White · 4 years, 7 months ago
  2. fcaae48 Use GrProgramInfo's primitiveType field by Robert Phillips · 4 years, 8 months ago
  3. e643da6 Add new macro for checking device lost when making Vulkan calls. by Greg Daniel · 4 years, 8 months ago
  4. 923dad7 Fix memory leak in iOS viewer. by Jim Van Verth · 4 years, 8 months ago
  5. 3cc8d4f Dawn: s/dawn::/wgpu::/g. by Stephen White · 4 years, 9 months ago
  6. cbf59e0 Use LazyProxy to set up Metal swapchain. by Jim Van Verth · 4 years, 9 months ago
  7. 7b86d4e Dawn: allow CopySrc usage of swapchain texture. by Stephen White · 4 years, 9 months ago
  8. 1e2adcf Roll Dawn to ToT. by Stephen White · 4 years, 9 months ago
  9. 20c626a Update Dawn backend to ToT. This is about 3 months of changes. by Stephen White · 4 years, 9 months ago
  10. b7c5bac Remove some more MoltenVK support by Jim Van Verth · 4 years, 9 months ago
  11. a718a61 Enable preferring using primary CB over secondary CB. by Greg Daniel · 4 years, 9 months ago
  12. 598903f Guard some more Metal code to support older versions. by Jim Van Verth · 4 years, 9 months ago
  13. b2f5553 Set up prototype interface for MakeFromCAMetalLayer by Jim Van Verth · 4 years, 10 months ago
  14. d0cf5da Hook up pinch-zoom and swipe gestures. by Jim Van Verth · 4 years, 10 months ago
  15. dfda49e Add touch support to viewer by Jim Van Verth · 4 years, 10 months ago
  16. e58d532 Get Metal running on iOS viewer. by Jim Van Verth · 4 years, 10 months ago
  17. 68cb8b0 Switch to new IOS windowing system. by Jim Van Verth · 4 years, 11 months ago
  18. b1f411a tools/skui: put all enums in a common namespace by Hal Canary · 4 years, 11 months ago
  19. a800ec9 Dawn: implement sk_app window contexts for all backends. by Stephen White · 5 years ago
  20. 149f3f1 tools/sk_app: fWindowContext is unique_ptr<> by Hal Canary · 5 years ago
  21. 3f4a2b3 sk_app, editor: cursor blink by Hal Canary · 5 years ago
  22. c876404 tools/sk_app/macos: support command key by Hal Canary · 5 years ago
  23. 00fb724 Move read swizzle from GL ConfigInfo to FormatInfo. by Greg Daniel · 5 years ago
  24. 985741a First draft of Dawn backend: clears are working. by Stephen White · 5 years ago
  25. fad9fbc Revert "First draft of Dawn backend: clears are working." by Greg Daniel · 5 years ago
  26. 6cebea4 First draft of Dawn backend: clears are working. by Stephen White · 5 years ago
  27. ff2e8fe sk_app, Sample: Unify InputState enum. by Hal Canary · 5 years ago
  28. af545d7 Fix GL MSAA support in Mac Viewer. by Jim Van Verth · 5 years ago
  29. d361e64 Enable MSAA for Metal. by Jim Van Verth · 5 years ago
  30. 658d499 New approach to fixing Vulkan MSAA. by Jim Van Verth · 5 years ago
  31. 3a85ed1 ModifierKey unifies sk_app::Window::ModifierKey & Sample::Click::ModifierKey by Hal Canary · 5 years ago
  32. 778ba8a Re-enable Vulkan MSAA support in Viewer by Jim Van Verth · 5 years ago
  33. 87bda3d Fix Mac viewer on command line launch. by Jim Van Verth · 5 years ago
  34. d6199ec Use new retain() method to set up window context. by Jim Van Verth · 5 years ago
  35. 8429422 Change GrCFResource to sk_cf_obj and move to include/ports. by Jim Van Verth · 5 years ago
  36. 6e4fee8 Fix MetalWindowContext setup. by Jim Van Verth · 5 years ago
  37. 57b177d Fix resize and vsync issues in Mac Viewer by Jim Van Verth · 5 years ago
  38. d063e8b Revise Mac windowing and context creation. by Jim Van Verth · 5 years ago
  39. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  40. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  41. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 5 years ago
  42. 7a7a97d Make Metal render loop more stable by Jim Van Verth · 5 years ago
  43. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 5 years ago
  44. 5e2c98d Add support to disable vsync on mac viewer. by Greg Daniel · 5 years ago
  45. d0794cc Add support for vsync on android viewer. by Greg Daniel · 5 years ago
  46. a8cee7a Add vsync toggle for windows viewer. by Greg Daniel · 5 years ago
  47. bb792aa Add option to disable vsync on viewer unix. by Greg Daniel · 5 years ago
  48. 655002b In viewer measure and show full frame times. by Greg Daniel · 5 years ago
  49. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  50. 9882dae Reduce usage of SkCanvas::flush by Robert Phillips · 5 years ago
  51. bae7121 Add flush call to take access type, flags, and semaphore. by Greg Daniel · 5 years ago
  52. e94af49 Fix a couple of Mac windowing issues. by Jim Van Verth · 5 years ago
  53. cb32415 Add support for VK_IMAGE_LAYOUT_PRESENT_SRC_KHR in skia vulkan. by Greg Daniel · 5 years ago
  54. ce51c14 Add MoltenVK support to Viewer. by Jim Van Verth · 5 years ago
  55. 2782b28 Fix drag events in Mac viewer. by Jim Van Verth · 5 years ago
  56. be39f71 Add Metal context to Viewer. by Jim Van Verth · 5 years ago
  57. 3e8392e Manage Mac paint events more directly. by Jim Van Verth · 5 years ago
  58. 98385ba Switch back to non-Retina display resolution. by Jim Van Verth · 5 years ago
  59. d426dd0 Fix screen invalidation on MacOS by Jim Van Verth · 5 years ago
  60. d24cb80 Fix up some event handling in MacOS by Jim Van Verth · 5 years ago
  61. 1f086ca Switch sk_app to use native window creation on MacOS. by Jim Van Verth · 5 years ago
  62. 89a644b sed s/drawSimpleText/drawString/ by Hal Canary · 6 years ago
  63. 13486cb more extra semis by Kevin Lubick · 6 years ago
  64. 9191913 use font instead of paint for text by Mike Reed · 6 years ago
  65. 8d2abe9 Manual ANGLE roll to ffda3e2985f18f4ff6e3778af8b9715109b21ad0 by Brian Salomon · 6 years ago
  66. 0c75727 Disable OpenGL for Windows-on-ARM64 by Brian Osman · 6 years ago
  67. e6dfe8e Set mac windows to their current size. by Ben Wagner · 6 years ago
  68. 4eaf862 workaround black screen in viewer on Mac 10.14 by Mike Klein · 6 years ago
  69. 54bfb18 Privately include our version of vulkan header file in all our src files. by Greg Daniel · 6 years ago
  70. 8930575 Call GrContext::performDeferredCleanup from viewer by Chris Dalton · 6 years ago
  71. f7828d0 Better optimize our use of memory barriers in vulkan. by Greg Daniel · 6 years ago
  72. a17a6ab Call XInitThreads in sk_app startup by Brian Salomon · 6 years ago
  73. 7ca284b Set window dimensions with GetClientRect, not GetWindowRect by Brian Osman · 6 years ago
  74. 8a00144 test,tools: whitespace changes for clang-format by Hal Canary · 6 years ago
  75. 2e52460 Add error handling logic to viewer's GLX context creation by Brian Osman · 6 years ago
  76. ea60b95 IWYU: SkUtils.h by Hal Canary · 6 years ago
  77. a191597 Viewer to resize Samples with window resize. by Ben Wagner · 6 years ago
  78. b2c4ea6 Move Views into Sample and Viewer. by Ben Wagner · 6 years ago
  79. 5edcd31 migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  80. f9ecb4e Revert "migrating SkTDArray towards std::vector api" by Mike Reed · 6 years ago
  81. 79884be migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  82. a0651ac Update vulkan features (again) to support extension features. by Greg Daniel · 6 years ago
  83. 234e5a2 Improve touch support for iOS viewer by Jim Van Verth · 6 years ago
  84. c0b03d8 Start adding support for some base extensions which others build on. by Greg Daniel · 6 years ago
  85. a31f4e5 Make sure we check the version number of Vulkan Extensions. by Greg Daniel · 6 years ago
  86. 98bffae Reland "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  87. d3e65aa Move GrVkInterface out of public API. by Greg Daniel · 6 years ago
  88. c8cd45a Generate GrVkInterface when we make the GrVkGpu. by Greg Daniel · 6 years ago
  89. 37329b3 Reland "Reland "Move Vulkan DebugCallback code into tools."" by Greg Daniel · 6 years ago
  90. f730c18 Reland "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 6 years ago
  91. 294fe29 Remove some linear-blending sRGB logic from sk_app by Brian Osman · 6 years ago
  92. 007267b Revert "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 6 years ago
  93. 3148f80 Revert "Reland "Move Vulkan DebugCallback code into tools."" by Greg Daniel · 6 years ago
  94. dc13c21 Revert "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  95. a782dcb Reland "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 6 years ago
  96. be0ab88 Reland "Move Vulkan DebugCallback code into tools." by Greg Daniel · 6 years ago
  97. 0db3a88 Reland "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 6 years ago
  98. 059a9ab Revert "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 6 years ago
  99. 05d3fe3 Revert "Move Vulkan DebugCallback code into tools." by Greg Daniel · 6 years ago
  100. cb92b26 Revert "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 6 years ago