1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-07 06:57:15 +00:00
CLK/Outputs/CRT/Internals
2017-10-21 22:30:15 -04:00
..
Shaders Commutes uint8_t *, uint16_t *, uint32_t *, size_t, off_t and long to functional-style casts. 2017-10-21 22:30:15 -04:00
ArrayBuilder.cpp Commutes uint8_t *, uint16_t *, uint32_t *, size_t, off_t and long to functional-style casts. 2017-10-21 22:30:15 -04:00
ArrayBuilder.hpp
CRTConstants.hpp Restored proper colour separation, but somewhere a massive hit in horizontal resolution is happening — much greater than one would expect from the sample size picked. So investigation to come. 2017-01-03 22:32:07 -05:00
CRTOpenGL.cpp Switches all unsigned int and double casts to functional style. 2017-10-21 19:49:04 -04:00
CRTOpenGL.hpp Converts all uint8_t and uint16_t casts to the functional style. 2017-10-21 21:50:53 -04:00
Flywheel.hpp Commutes int and unsigned casts to the functional style. 2017-10-21 21:00:40 -04:00
OpenGL.hpp
TextureBuilder.cpp Converts all uint8_t and uint16_t casts to the functional style. 2017-10-21 21:50:53 -04:00
TextureBuilder.hpp
TextureTarget.cpp Commutes uint8_t *, uint16_t *, uint32_t *, size_t, off_t and long to functional-style casts. 2017-10-21 22:30:15 -04:00
TextureTarget.hpp