1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-15 17:54:49 +00:00
CLK/Outputs/CRT/Internals
2016-05-05 20:00:28 -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 Picked appropriate new-world values for various buffers. 2016-05-05 20:00:28 -04:00
CRTInputBufferBuilder.cpp Attempted to implement end-of-buffer tests for all stages. 2016-05-05 19:52:05 -04:00
CRTInputBufferBuilder.hpp Fixed off-by-one error on texture upload. 2016-05-05 07:22:49 -04:00
CRTOpenGL.cpp Picked appropriate new-world values for various buffers. 2016-05-05 20:00:28 -04:00
CRTOpenGL.hpp Attempted to implement end-of-buffer tests for all stages. 2016-05-05 19:52:05 -04:00
Flywheel.hpp
OpenGL.hpp
TextureTarget.cpp
TextureTarget.hpp