1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-27 16:31:31 +00:00
CLK/Outputs/CRT/Internals
2016-12-10 14:17:46 -05:00
..
Shaders
ArrayBuilder.cpp Reduced Oric video to single nibble constants. Removed attempt at asynchronous flush as no longer required. 2016-12-10 14:17:46 -05:00
ArrayBuilder.hpp Reduced Oric video to single nibble constants. Removed attempt at asynchronous flush as no longer required. 2016-12-10 14:17:46 -05:00
CRTConstants.hpp
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
OpenGL.hpp
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
TextureTarget.hpp