1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-15 17:54:49 +00:00
CLK/Outputs/CRT/Internals
2016-11-16 10:59:12 +08:00
..
Shaders .reset is the more normal way to reassign a unique_ptr. 2016-06-23 20:52:44 -04:00
CRTConstants.hpp Demonstrated that issue is coloured borders, made a guess as to buffer exhaustion, upped limits as a temporary fix. 2016-06-29 21:16:34 -04:00
CRTInputBufferBuilder.cpp
CRTInputBufferBuilder.hpp
CRTOpenGL.cpp Eliminated zoned clearing, in favour of a complete buffer clear on each load and attempted to reduce locking. But imperfectly. 2016-11-16 10:59:12 +08:00
CRTOpenGL.hpp Introduced an intermediate buffer that collects lines before flushing them to the output buffer. 2016-11-16 10:49:18 +08:00
Flywheel.hpp
OpenGL.hpp
TextureTarget.cpp .reset is the more normal way to reassign a unique_ptr. 2016-06-23 20:52:44 -04:00
TextureTarget.hpp