[mythtv-commits] [MythTV/mythtv] 89f594: Vulkan: Fix worst painter error
Mark Kendall
noreply at github.com
Mon Jun 1 17:29:11 UTC 2020
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 89f594b611b0f85071b7a71b003b67590a5a47ae
https://github.com/MythTV/mythtv/commit/89f594b611b0f85071b7a71b003b67590a5a47ae
Author: Mark Kendall <mark.kendall at gmail.com>
Date: 2020-06-01 (Mon, 01 Jun 2020)
Changed paths:
M mythtv/libs/libmythui/vulkan/mythcombobuffervulkan.cpp
M mythtv/libs/libmythui/vulkan/mythcombobuffervulkan.h
M mythtv/libs/libmythui/vulkan/mythpaintervulkan.cpp
M mythtv/libs/libmythui/vulkan/mythrendervulkan.cpp
M mythtv/libs/libmythui/vulkan/mythtexturevulkan.cpp
M mythtv/libs/libmythui/vulkan/mythtexturevulkan.h
Log Message:
-----------
Vulkan: Fix worst painter error
- proper handling of MythImages that are displayed multiple times in the
same frame
- still a couple of smaller rendering oddities - text is not displaying
as cleanly as OpenGL (no idea why) and there are some odd alpha blending
(I think) issues in some menus
Commit: 907841a119d94edc4c66c1f1af1114c5ff012258
https://github.com/MythTV/mythtv/commit/907841a119d94edc4c66c1f1af1114c5ff012258
Author: Mark Kendall <mark.kendall at gmail.com>
Date: 2020-06-01 (Mon, 01 Jun 2020)
Changed paths:
M mythtv/libs/libmythui/mythdisplay.cpp
M mythtv/libs/libmythui/mythdisplay.h
Log Message:
-----------
MythDisplay: Track device pixel ratio
Compare: https://github.com/MythTV/mythtv/compare/016dbd53f421...907841a119d9
More information about the mythtv-commits
mailing list