1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-11 04:28:58 +00:00
CLK/Outputs
Thomas Harte 35f1a7ab10 Resolves a potential out-of-bounds array access.
Risk was: allocation exactly joins end of buffer. In which case the next get_data won't wrap the texture y coordinate since it won't spot an x overage.
2019-11-05 21:47:40 -05:00
..
CRT Attempts also to spot data writes without allocations. 2019-10-19 18:26:56 -04:00
OpenGL Resolves a potential out-of-bounds array access. 2019-11-05 21:47:40 -05:00
Speaker Improves const usage. 2019-07-16 22:13:47 -04:00
DisplayMetrics.cpp Makes effort to round out draft 1 of Outputs::Display::Metrics. 2019-03-05 22:01:58 -05:00
DisplayMetrics.hpp Makes effort to round out draft 1 of Outputs::Display::Metrics. 2019-03-05 22:01:58 -05:00
Log.hpp Finally gets setw usage correct. 2019-04-15 12:41:56 -04:00
ScanTarget.cpp Kills setup_output definitively, saving some indirection. set_scan_target takes its place. 2018-11-14 21:52:57 -05:00
ScanTarget.hpp Corrects Macintosh aspect ratio (and framing). 2019-06-13 18:41:38 -04:00