1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-28 07:29:45 +00:00
CLK/Outputs/CRT/Internals
2016-04-23 14:16:49 -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 Fixed run extension, temporarily forced colour amplitude. 2016-04-23 14:16:49 -04:00
CRTOpenGL.hpp Made attempt to introduce final filtering stage and output. 2016-04-22 19:15:59 -04:00
CRTRunBuilder.cpp
CRTRunBuilder.hpp
Flywheel.hpp
OpenGL.hpp
Shader.cpp
Shader.hpp Standardised indentation and added one extra piece of documentation. 2016-04-19 20:53:55 -04:00
TextureTarget.cpp
TextureTarget.hpp Attempted to deal with the precision issues causing 'television' output currently to differ from 'monitor' output. Documented TextureTarget while I'm here. 2016-04-19 20:51:34 -04:00