1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-06 20:54:31 +00:00
CLK/Outputs/CRT/Internals
2016-05-01 11:07:49 -04:00
..
Shaders Introduced bind-if-necessary/unbind semantics for shaders. 2016-05-01 11:07:49 -04:00
CRTConstants.hpp I guess NumberOfFields is done for. 2016-04-27 22:48:37 -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 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 Made an attempt intelligently to use bilinear filtering to increase filtering quality with the same number of samples. 2016-04-29 18:37:35 -04:00
CRTOpenGL.hpp Increased brightness in television mode, added a clear if screen resolution changes. 2016-04-28 22:04:47 -04:00
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 Wrapped this up as explicitly only the Mac thing to do. 2016-03-08 22:53:29 -05:00
TextureTarget.cpp Made an attempt intelligently to use bilinear filtering to increase filtering quality with the same number of samples. 2016-04-29 18:37:35 -04:00
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