1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 06:29:33 +00:00
CLK/Outputs/OpenGL
Thomas Harte 6b4f6971de Disables upper limit on frame buffer size.
Filtering is sufficiently imperfect as to make this justifiable only when performance requires it. So I need a test for that. Marked as TODO.
2019-02-26 22:39:07 -05:00
..
Primitives Ensures texture targets are initially clear. 2019-02-25 21:55:14 -05:00
OpenGL.hpp Tidies up marginally. 2019-02-18 21:37:07 -05:00
ScanTarget.cpp Disables upper limit on frame buffer size. 2019-02-26 22:39:07 -05:00
ScanTarget.hpp Reintroduces basic filtering for RGB mode (and introduces it for monochrome composite). 2019-02-26 22:21:49 -05:00
ScanTargetGLSLFragments.cpp Improves filtering slightly, and ensures coefficients are always set when needed. 2019-02-26 22:35:55 -05:00