[wesnoth-commits] [wesnoth/wesnoth] 02858f: GUI2/Canvas: discard individual canvas texture in ...
GitHub
noreply at github.com
Tue May 22 08:38:23 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 02858f225933ba56c088ab39fd3231424803b5ba
https://github.com/wesnoth/wesnoth/commit/02858f225933ba56c088ab39fd3231424803b5ba
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-05-22 (Tue, 22 May 2018)
Changed paths:
M src/gui/core/canvas.cpp
M src/gui/core/canvas.hpp
M src/gui/dialogs/story_viewer.cpp
M src/gui/widgets/minimap.cpp
M src/gui/widgets/minimap.hpp
M src/minimap.cpp
M src/minimap.hpp
Log Message:
-----------
GUI2/Canvas: discard individual canvas texture in favor of direct-to-screen rendering
This is a lot more efficient since it allows the GPU to parallelize draws AND it magically
fixes the bad alpha rendering we've been having!
Fixes #1568
Fixes #1744
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the Commits
mailing list