This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
CLK
Watch
1
Star
0
Fork
0
You've already forked CLK
mirror of
https://github.com/TomHarte/CLK.git
synced
2025-08-09 20:25:19 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
16ef09fc2bc5c204def3e685eb0b1458d1168e89
CLK
/
Outputs
/
CRT
/
Internals
/
Shaders
History
Thomas Harte
16ef09fc2b
Made an attempt intelligently to use bilinear filtering to increase filtering quality with the same number of samples.
2016-04-29 18:37:35 -04:00
..
IntermediateShader.cpp
Made an attempt intelligently to use bilinear filtering to increase filtering quality with the same number of samples.
2016-04-29 18:37:35 -04:00
IntermediateShader.hpp
Made an attempt intelligently to use bilinear filtering to increase filtering quality with the same number of samples.
2016-04-29 18:37:35 -04:00
OutputShader.cpp
Increased brightness in television mode, added a clear if screen resolution changes.
2016-04-28 22:04:47 -04:00
OutputShader.hpp
Updated documentation, taking the opportunity to improve a parameter name.
2016-04-27 22:57:40 -04:00
Shader.cpp
Made a decision to clean up by creating per-shader classes. Well, more or less. First thing to be factored out: the output shader.
2016-04-27 22:29:54 -04:00
Shader.hpp
Made a decision to clean up by creating per-shader classes. Well, more or less. First thing to be factored out: the output shader.
2016-04-27 22:29:54 -04:00