1. a4c8098 Remove gendered language by Leon Scroggins III · 4 years, 7 months ago
  2. df07800 Include the SkTSort header only where it is used. by John Stiles · 4 years, 7 months ago
  3. f4f8011 Add Context factories to GrDirectContext by Robert Phillips · 4 years, 7 months ago
  4. 6e9ead9 Revert "Remove custom SkSort algorithms." by John Stiles · 4 years, 7 months ago
  5. 70474c1 Remove custom SkSort algorithms. by John Stiles · 4 years, 7 months ago
  6. 3b5a4fa Use stable sort for Viewer's help screen by Brian Osman · 4 years, 7 months ago
  7. ed65339 Update the sk_app WindowContext to hold a GrDirectContext by Robert Phillips · 4 years, 7 months ago
  8. 77482cb add Sk- prefix to SkOSLibrary functions by Mike Klein · 4 years, 7 months ago
  9. 2a4acf3 Remove all internal uses of (and deprecate) SkSurface::getContext by Robert Phillips · 4 years, 7 months ago
  10. 275f419 Add D3D support for MSAA by Jim Van Verth · 4 years, 7 months ago
  11. 6fc05d8 Allow system key equivalents to work again. by John Stiles · 4 years, 7 months ago
  12. d2f870c Fix modifier key handling in OS X to allow command-keys to work. by John Stiles · 4 years, 7 months ago
  13. e381036 Fix D3D debug clang build. by Jim Van Verth · 4 years, 7 months ago
  14. b29a1a6 Fix D3D dynamic buffer reuse. by Jim Van Verth · 4 years, 8 months ago
  15. 9efe386 Add SkSurface flush call that takes a GrBackendSurfaceMutableState. by Greg Daniel · 4 years, 8 months ago
  16. aa9d99f Add support for vk image sharing mode and handle queues xfers correctly. by Greg Daniel · 4 years, 8 months ago
  17. f83baf2 Fix D3d window context after submit change. by Greg Daniel · 4 years, 9 months ago
  18. 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 9 months ago
  19. 682a2f4 Add Direct3D swapchain support by Jim Van Verth · 4 years, 9 months ago
  20. 28d920a Fix OpenGL MSAA on Catalina. by Jim Van Verth · 4 years, 9 months ago
  21. 517af96 Fix colorspace in Viewer for Metal by Jim Van Verth · 4 years, 9 months ago
  22. e1d9b10 Add missing NSOpenGLPFAMultisample attribute to the OpenGL pixel format. by John Stiles · 4 years, 9 months ago
  23. a1c140a Remove linear filter from Metal layer. by Jim Van Verth · 4 years, 9 months ago
  24. f61ee1e Fix assertion in ImGui::NewFrame if getBackbufferSurface returns null. by John Stiles · 4 years, 10 months ago
  25. e2c5bcf Remove the dependency on Dawn's SwapChainUtils. by Corentin Wallez · 4 years, 10 months ago
  26. 01e6d17 Stop including SkCanvas.h from GrTypesPriv.h by Brian Osman · 4 years, 11 months ago
  27. 695f57d Roll Dawn and add dependencies by Sean Gilhuly · 4 years, 11 months ago
  28. f4ba4ec Revert "Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"""" by Brian Salomon · 5 years ago
  29. 1171d31 Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots""" by Brian Salomon · 5 years ago
  30. fb27c9a Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"" by Brian Salomon · 5 years ago
  31. 00ba5ef Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots" by Brian Salomon · 5 years ago
  32. f6784a8 Don't build GL on Metal, Vulkan, Dawn, Direct3D bots by Brian Salomon · 5 years ago
  33. cff6396 begin refactoring SkTDynamicHash and SkTMultiMap by Mike Klein · 5 years ago
  34. 788b916 Remove SkTMin and SkTMax by Brian Osman · 5 years ago
  35. 3a17a32 Reset current context on Mac GLContext destruction. by Jim Van Verth · 5 years ago
  36. 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 5 years ago
  37. f03c116 Roll dawn and adjust for new SwapChain API. by Stephen White · 5 years ago
  38. a521c96 Update dawn.h -> webgpu.h, dawn_cpp.h -> webgpu_cpp.h. by Stephen White · 5 years ago
  39. fcaae48 Use GrProgramInfo's primitiveType field by Robert Phillips · 5 years ago
  40. e643da6 Add new macro for checking device lost when making Vulkan calls. by Greg Daniel · 5 years ago
  41. 923dad7 Fix memory leak in iOS viewer. by Jim Van Verth · 5 years ago
  42. 3cc8d4f Dawn: s/dawn::/wgpu::/g. by Stephen White · 5 years ago
  43. cbf59e0 Use LazyProxy to set up Metal swapchain. by Jim Van Verth · 5 years ago
  44. 7b86d4e Dawn: allow CopySrc usage of swapchain texture. by Stephen White · 5 years ago
  45. 1e2adcf Roll Dawn to ToT. by Stephen White · 5 years ago
  46. 20c626a Update Dawn backend to ToT. This is about 3 months of changes. by Stephen White · 5 years ago
  47. b7c5bac Remove some more MoltenVK support by Jim Van Verth · 5 years ago
  48. a718a61 Enable preferring using primary CB over secondary CB. by Greg Daniel · 5 years ago
  49. 598903f Guard some more Metal code to support older versions. by Jim Van Verth · 5 years ago
  50. b2f5553 Set up prototype interface for MakeFromCAMetalLayer by Jim Van Verth · 5 years ago
  51. d0cf5da Hook up pinch-zoom and swipe gestures. by Jim Van Verth · 5 years ago
  52. dfda49e Add touch support to viewer by Jim Van Verth · 5 years ago
  53. e58d532 Get Metal running on iOS viewer. by Jim Van Verth · 5 years ago
  54. 68cb8b0 Switch to new IOS windowing system. by Jim Van Verth · 5 years ago
  55. b1f411a tools/skui: put all enums in a common namespace by Hal Canary · 5 years ago
  56. a800ec9 Dawn: implement sk_app window contexts for all backends. by Stephen White · 6 years ago
  57. 149f3f1 tools/sk_app: fWindowContext is unique_ptr<> by Hal Canary · 6 years ago
  58. 3f4a2b3 sk_app, editor: cursor blink by Hal Canary · 6 years ago
  59. c876404 tools/sk_app/macos: support command key by Hal Canary · 6 years ago
  60. 00fb724 Move read swizzle from GL ConfigInfo to FormatInfo. by Greg Daniel · 6 years ago
  61. 985741a First draft of Dawn backend: clears are working. by Stephen White · 6 years ago
  62. fad9fbc Revert "First draft of Dawn backend: clears are working." by Greg Daniel · 6 years ago
  63. 6cebea4 First draft of Dawn backend: clears are working. by Stephen White · 6 years ago
  64. ff2e8fe sk_app, Sample: Unify InputState enum. by Hal Canary · 6 years ago
  65. af545d7 Fix GL MSAA support in Mac Viewer. by Jim Van Verth · 6 years ago
  66. d361e64 Enable MSAA for Metal. by Jim Van Verth · 6 years ago
  67. 658d499 New approach to fixing Vulkan MSAA. by Jim Van Verth · 6 years ago
  68. 3a85ed1 ModifierKey unifies sk_app::Window::ModifierKey & Sample::Click::ModifierKey by Hal Canary · 6 years ago
  69. 778ba8a Re-enable Vulkan MSAA support in Viewer by Jim Van Verth · 6 years ago
  70. 87bda3d Fix Mac viewer on command line launch. by Jim Van Verth · 6 years ago
  71. d6199ec Use new retain() method to set up window context. by Jim Van Verth · 6 years ago
  72. 8429422 Change GrCFResource to sk_cf_obj and move to include/ports. by Jim Van Verth · 6 years ago
  73. 6e4fee8 Fix MetalWindowContext setup. by Jim Van Verth · 6 years ago
  74. 57b177d Fix resize and vsync issues in Mac Viewer by Jim Van Verth · 6 years ago
  75. d063e8b Revise Mac windowing and context creation. by Jim Van Verth · 6 years ago
  76. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 6 years ago
  77. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  78. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 6 years ago
  79. 7a7a97d Make Metal render loop more stable by Jim Van Verth · 6 years ago
  80. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 6 years ago
  81. 5e2c98d Add support to disable vsync on mac viewer. by Greg Daniel · 6 years ago
  82. d0794cc Add support for vsync on android viewer. by Greg Daniel · 6 years ago
  83. a8cee7a Add vsync toggle for windows viewer. by Greg Daniel · 6 years ago
  84. bb792aa Add option to disable vsync on viewer unix. by Greg Daniel · 6 years ago
  85. 655002b In viewer measure and show full frame times. by Greg Daniel · 6 years ago
  86. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 6 years ago
  87. 9882dae Reduce usage of SkCanvas::flush by Robert Phillips · 6 years ago
  88. bae7121 Add flush call to take access type, flags, and semaphore. by Greg Daniel · 6 years ago
  89. e94af49 Fix a couple of Mac windowing issues. by Jim Van Verth · 6 years ago
  90. cb32415 Add support for VK_IMAGE_LAYOUT_PRESENT_SRC_KHR in skia vulkan. by Greg Daniel · 6 years ago
  91. ce51c14 Add MoltenVK support to Viewer. by Jim Van Verth · 6 years ago
  92. 2782b28 Fix drag events in Mac viewer. by Jim Van Verth · 6 years ago
  93. be39f71 Add Metal context to Viewer. by Jim Van Verth · 6 years ago
  94. 3e8392e Manage Mac paint events more directly. by Jim Van Verth · 6 years ago
  95. 98385ba Switch back to non-Retina display resolution. by Jim Van Verth · 6 years ago
  96. d426dd0 Fix screen invalidation on MacOS by Jim Van Verth · 6 years ago
  97. d24cb80 Fix up some event handling in MacOS by Jim Van Verth · 6 years ago
  98. 1f086ca Switch sk_app to use native window creation on MacOS. by Jim Van Verth · 6 years ago
  99. 89a644b sed s/drawSimpleText/drawString/ by Hal Canary · 6 years ago
  100. 13486cb more extra semis by Kevin Lubick · 6 years ago