1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-17 13:29:02 +00:00
CLK/Outputs/CRT/Internals
2016-04-12 22:48:47 -04:00
..
CRTConstants.hpp Corrections back towards composite output: fixed misnamed constant, ensured the CRT doesn't write nonsense to the output buffer, ensured it grows three vertices at a time rather than six when desired. Net effect should be that the output stage is working again, with the input processing remaining to fill in. 2016-04-10 22:56:52 -04:00
CRTInputBufferBuilder.cpp Attempted to simplify threading, thereby allowing machines to be constructed within a valid GL context, and started adding appropriate GL syncs. Which all oddly drops everything to a negligible FPS. Investigation will follow. 2016-03-19 22:46:17 -04:00
CRTInputBufferBuilder.hpp Commented out sync; it can probably be implicit. 2016-03-20 21:42:05 -04:00
CRTOpenGL.cpp Reinstated texture target creation, cut them down to merely RGB. 2016-04-12 22:48:47 -04:00
CRTOpenGL.hpp Tidied up a little, mostly bumping things out of just-in-time creation that I can just do well in advance. 2016-04-12 22:31:13 -04:00
CRTRunBuilder.cpp Keeping a buffer permanently bound is apparently illegal. So back to copying in on demand. Which I think still improves on synchronisation, but not much. 2016-03-18 21:11:09 -04:00
CRTRunBuilder.hpp Keeping a buffer permanently bound is apparently illegal. So back to copying in on demand. Which I think still improves on synchronisation, but not much. 2016-03-18 21:11:09 -04:00
Flywheel.hpp Made further attempts to tidy up; trying to demarcate between public interface and private. 2016-03-08 20:59:16 -05:00
OpenGL.hpp Wrapped this up as explicitly only the Mac thing to do. 2016-03-08 22:53:29 -05:00
Shader.cpp Made further attempts to tidy up; trying to demarcate between public interface and private. 2016-03-08 20:59:16 -05:00
Shader.hpp Made further attempts to tidy up; trying to demarcate between public interface and private. 2016-03-08 20:59:16 -05:00
TextureTarget.cpp Reinstated texture target creation, cut them down to merely RGB. 2016-04-12 22:48:47 -04:00
TextureTarget.hpp Made further attempts to tidy up; trying to demarcate between public interface and private. 2016-03-08 20:59:16 -05:00