1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-16 22:28:57 +00:00
CLK/Outputs/CRT/Internals
2016-05-05 07:22:49 -04:00
..
Shaders Withdrew the pixel unpack buffer in order to avoid the potential for a paused machine to be undrawable. The cost is at least an extra memcpy per frame; I'm letting the driver worry about the whole process for now. 2016-05-04 21:27:10 -04:00
CRTConstants.hpp Fixed off-by-one error on texture upload. 2016-05-05 07:22:49 -04:00
CRTInputBufferBuilder.cpp Fixed off-by-one error on texture upload. 2016-05-05 07:22:49 -04:00
CRTInputBufferBuilder.hpp Fixed off-by-one error on texture upload. 2016-05-05 07:22:49 -04:00
CRTOpenGL.cpp Withdrew the pixel unpack buffer in order to avoid the potential for a paused machine to be undrawable. The cost is at least an extra memcpy per frame; I'm letting the driver worry about the whole process for now. 2016-05-04 21:27:10 -04:00
CRTOpenGL.hpp Withdrew the pixel unpack buffer in order to avoid the potential for a paused machine to be undrawable. The cost is at least an extra memcpy per frame; I'm letting the driver worry about the whole process for now. 2016-05-04 21:27:10 -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 attempts (i) to flush buffers before unmapping them; and (ii) to bring texture uploads within the new orthodoxy. 2016-05-03 20:56:47 -04:00
TextureTarget.hpp Fixed those issues breaking GL state, I hope. 2016-05-01 16:17:52 -04:00