dxx-rebirth/similar
Kp ae46a5b3b0 Simplify SDL gr_flip: nullptr implies copy all
Per the header comments, passing nullptr for source or destination
copies the entire region.  Use that instead of explicitly requesting the
entire region.  This should be more efficient, since it bypasses the
source rectangle clipping code that SDL would otherwise run.
2022-11-06 18:18:57 +00:00
..
2d Fix MacOS clang build of similar/2d/font.cpp 2022-10-02 19:51:36 +00:00
3d Pass std::span to g3_validate_polygon_model 2022-09-24 17:47:52 +00:00
arch Simplify SDL gr_flip: nullptr implies copy all 2022-11-06 18:18:57 +00:00
editor Fix OS X clang build 2022-10-31 00:51:32 +00:00
main Fix OS X clang build 2022-10-31 00:51:32 +00:00
misc Fix OS X clang build 2022-10-31 00:51:32 +00:00