skia2/tools/sk_app
Greg Daniel bb792aae8c Add option to disable vsync on viewer unix.
This also fixes an issue where vulkan would crash any time we change a
display param on unix.

Bug: skia:
Change-Id: Ic6c3843e04bc77c2e9c5301ee38fcc58a409495d
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/203380
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
2019-03-25 18:24:29 +00:00
..
android Privately include our version of vulkan header file in all our src files. 2018-11-26 15:15:44 +00:00
ios sk_tool_utils -> ToolUtils, and git clang-format 2019-03-20 18:05:42 +00:00
mac sk_tool_utils -> ToolUtils, and git clang-format 2019-03-20 18:05:42 +00:00
unix Add option to disable vsync on viewer unix. 2019-03-25 18:24:29 +00:00
win more extra semis 2019-01-04 15:35:14 +00:00
Application.h
CommandSet.cpp sed s/drawSimpleText/drawString/ 2019-01-08 19:50:09 +00:00
CommandSet.h
DisplayParams.h Add option to disable vsync on viewer unix. 2019-03-25 18:24:29 +00:00
GLWindowContext.cpp Remove some linear-blending sRGB logic from sk_app 2018-07-09 15:22:17 +00:00
GLWindowContext.h
MetalWindowContext.h Add Metal context to Viewer. 2019-02-08 21:26:52 +00:00
MetalWindowContext.mm Add Metal context to Viewer. 2019-02-08 21:26:52 +00:00
RasterWindowContext.h
VulkanWindowContext.cpp Add option to disable vsync on viewer unix. 2019-03-25 18:24:29 +00:00
VulkanWindowContext.h Add flush call to take access type, flags, and semaphore. 2019-03-02 03:45:36 +00:00
Window.cpp In viewer measure and show full frame times. 2019-03-21 19:30:06 +00:00
Window.h Reduce usage of SkCanvas::flush 2019-03-04 22:09:39 +00:00
WindowContext.h