1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 06:29:33 +00:00
CLK/Outputs/CRT
2016-02-27 22:51:37 -05:00
..
CRT.cpp Added a note to future self, put the scan edge generator back to the way round it was before. 2016-02-27 22:51:37 -05:00
CRT.hpp With the provision of an extra hint to the CRT and, finally, the realisation about why my scans weren't exactly joining up, improved output precision. 2016-02-27 22:39:01 -05:00
CRTBuilders.cpp Simplified the run builder rather; put a double check of Electron timing in place. 2016-02-25 22:01:42 -05:00
CRTOpenGL.cpp Added a note to future self, put the scan edge generator back to the way round it was before. 2016-02-27 22:51:37 -05:00
CRTOpenGL.hpp Widened beam a little, moved to a linear approximation of age across scans, cut number of stored frames. 2016-02-16 21:48:09 -05:00
Flywheel.hpp With the provision of an extra hint to the CRT and, finally, the realisation about why my scans weren't exactly joining up, improved output precision. 2016-02-27 22:39:01 -05:00
OpenGL.hpp Certainly at least seriously considering a separate holder for the "compile a shader" logic. Otherwise taking steps back towards PAL/NTSC decoding. 2016-02-07 17:32:38 -05:00
Shader.cpp Reinstated clipped CRT output, with more appropriate ownership of the decision. 2016-02-07 22:18:55 -05:00
Shader.hpp Filled in shader class. 2016-02-07 19:21:22 -05:00
TextureTarget.cpp Sketched out a quick class for rendering to texture. 2016-02-07 15:42:02 -05:00
TextureTarget.hpp Certainly at least seriously considering a separate holder for the "compile a shader" logic. Otherwise taking steps back towards PAL/NTSC decoding. 2016-02-07 17:32:38 -05:00