1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-15 17:54:49 +00:00
CLK/Outputs/CRT/Internals
2016-04-24 22:32:24 -04:00
..
CRTConstants.hpp Started commuting alpha to direction. The incoming amplitude is now honoured. 2016-04-21 19:53:41 -04:00
CRTInputBufferBuilder.cpp
CRTInputBufferBuilder.hpp Factored out wraparound buffer addressing where it's otherwise going to get really repetitive; need to look at using the same approach for the glTexSubImage2D step at least but that probably means properly encapsulating the buffer builder's state. 2016-04-20 21:05:32 -04:00
CRTOpenGL.cpp Ensured the GL context is available when switching Atari 2600 output, and that it locks the output. 2016-04-24 20:56:21 -04:00
CRTOpenGL.hpp Ensured that colour space changes take effect. 2016-04-24 19:16:23 -04:00
CRTRunBuilder.cpp
CRTRunBuilder.hpp
Flywheel.hpp Reintroduced the CRT delegate and the 2600's automatic region switching. Albeit that the CRT itself doesn't adjust properly to new timings yet. 2016-04-24 18:36:22 -04:00
OpenGL.hpp
Shader.cpp Attempted to normalise some style decisions.` 2016-04-24 22:32:24 -04:00
Shader.hpp
TextureTarget.cpp
TextureTarget.hpp