1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-17 13:29:02 +00:00
CLK/Outputs/CRT/Internals
2016-12-06 19:08:55 -05:00
..
Shaders Switched to suffix underscores. 2016-11-21 11:57:45 +08:00
ArrayBuilder.cpp Sought to shift locking back up to the CRT. And to be a bit more RAII-ish. 2016-12-06 18:48:30 -05:00
ArrayBuilder.hpp Sought to shift locking back up to the CRT. And to be a bit more RAII-ish. 2016-12-06 18:48:30 -05:00
CRTConstants.hpp Reduced buffer size. 2016-11-21 11:21:14 +08:00
CRTOpenGL.cpp Moved underscores, removed indirections where they're not necessary, converted those names that were still looking very Objective-C and moved the GL fence variable into the private area, where it should always have been. 2016-11-21 12:14:52 +08:00
CRTOpenGL.hpp Sought to shift locking back up to the CRT. And to be a bit more RAII-ish. 2016-12-06 18:48:30 -05:00
Flywheel.hpp Switched the flywheel to suffix underscores. 2016-11-21 11:48:31 +08:00
OpenGL.hpp Wrapped this up as explicitly only the Mac thing to do. 2016-03-08 22:53:29 -05:00
TextureBuilder.cpp Ensured no over-moving. 2016-12-06 19:02:18 -05:00
TextureBuilder.hpp Added some brief extra exposition to the texture builder, cut all internal tex_x/y and source_divider stuff from the CRT. 2016-12-06 19:08:55 -05:00
TextureTarget.cpp .reset is the more normal way to reassign a unique_ptr. 2016-06-23 20:52:44 -04:00
TextureTarget.hpp Fixed those issues breaking GL state, I hope. 2016-05-01 16:17:52 -04:00