1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-29 00:29:34 +00:00
CLK/Outputs
Icecream95 0499dbd4cf Align Scan to be a multiple of four bytes
Some GPUs (e.g. r600) require the stride of vertex attributes to be a
multiple of four bytes, add two bytes of padding to the Scan struct to
meet this alignment requirement and reduce driver CPU overhead.
2022-08-29 16:32:25 +12:00
..
CRT Corrected: PAL machines can now be overt in terms of odd/even colour burst. 2021-03-20 23:45:49 -04:00
OpenGL Align Scan to be a multiple of four bytes 2022-08-29 16:32:25 +12:00
ScanTargets Reduce modal-related thread hopping. 2022-07-09 13:03:45 -04:00
Speaker Switch name back to emphasise _async_. 2022-07-16 14:41:04 -04:00
DisplayMetrics.cpp Uses DisplayMetrics to disable supersampling when too slow. 2020-09-13 21:07:59 -04:00
DisplayMetrics.hpp Resolves potential data races. 2020-09-14 21:07:50 -04:00
Log.hpp Adds the option to affix a standard prefix to log messages. 2019-10-20 20:38:55 -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 Align Scan to be a multiple of four bytes 2022-08-29 16:32:25 +12:00