skia2/tools/viewer
Greg Daniel e897b97471 Fix Vulkan orientation during screne rotations
This will fix the Vulkan orientation when the screen is rotated by having
the compositor do the corrections for us. However, it is suggested in the
Android Vulkan docs that for power reasons it may be better for the app
to get the needed rotation off of the VkAndroidSurface and then manually
adjust for this rotation in the rendering without the compositor doing any
corrections. This is something we can look into a later date as it would
require sending some info back from the VulkanWindowContext back to Skia
about what Matrix should be applied.

BUG=skia:

GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3052

Change-Id: I4d3d620ffcc77e607fce8d06b869c2912a61400c
Reviewed-on: https://skia-review.googlesource.com/3052
Reviewed-by: Jim Van Verth <jvanverth@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
2016-10-06 18:57:23 +00:00
..
sk_app Fix Vulkan orientation during screne rotations 2016-10-06 18:57:23 +00:00
GMSlide.cpp More refactoring for Viewer 2016-05-05 12:32:03 -07:00
GMSlide.h More refactoring for Viewer 2016-05-05 12:32:03 -07:00
ImageSlide.cpp change SkStreams to work with sk_sp<SkData> instead of SkData* 2016-09-12 12:01:44 -07:00
ImageSlide.h Add samples to Viewer. 2016-06-16 09:52:35 -07:00
SampleSlide.cpp Add samples to Viewer. 2016-06-16 09:52:35 -07:00
SampleSlide.h Add samples to Viewer. 2016-06-16 09:52:35 -07:00
SKPSlide.cpp SkFontData to use smart pointers. 2016-09-16 06:24:20 -07:00
SKPSlide.h Add samples to Viewer. 2016-06-16 09:52:35 -07:00
Slide.h Add samples to Viewer. 2016-06-16 09:52:35 -07:00
Viewer.cpp Clean up Xlib viewer 2016-08-11 07:03:04 -07:00
Viewer.h More accurate render time and continuous fresh 2016-07-06 14:11:32 -07:00