1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-24 12:29:06 +00:00
CLK/Outputs/CRT/Internals
2017-10-21 21:00:40 -04:00
..
Shaders Switches all unsigned int and double casts to functional style. 2017-10-21 19:49:04 -04:00
ArrayBuilder.cpp Various undefined behaviour fixes. 2017-10-17 21:29:19 -04:00
ArrayBuilder.hpp Various undefined behaviour fixes. 2017-10-17 21:29:19 -04:00
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 Built in gamma conversion for all machines, assuming an output of 2.8 for PAL, 2.2 for NTSC. 2017-08-10 15:17:08 -04:00
Flywheel.hpp Commutes int and unsigned casts to the functional style. 2017-10-21 21:00:40 -04:00
OpenGL.hpp Started taking steps towards using a texture barrier where possible to reduce all of my framebuffer binds. Some output appears, but it's not correct. 2017-01-08 11:13:20 -05:00
TextureBuilder.cpp Slightly simplifies TextureBuilder arithmetic. 2017-10-19 22:02:00 -04:00
TextureBuilder.hpp Introduces buffer alignment when writing to textures. 2017-10-17 22:09:48 -04:00
TextureTarget.cpp Switches all unsigned int and double casts to functional style. 2017-10-21 19:49:04 -04:00
TextureTarget.hpp Completed curly bracket movement. 2017-03-26 14:34:47 -04:00