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-02-17 10:30:31 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
CLK
/
Outputs
/
CRT
/
Internals
/
Shaders
History
Thomas Harte
c93bcf9f28
Discovered cause of clears: stale code. Tweaked persistence, again.
2016-05-01 22:28:33 -04:00
..
IntermediateShader.cpp
Minor adjustments to ensure sampling occurs as intended.
2016-04-30 20:48:09 -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
Discovered cause of clears: stale code. Tweaked persistence, again.
2016-05-01 22:28:33 -04:00
OutputShader.hpp
Updated documentation, taking the opportunity to improve a parameter name.
2016-04-27 22:57:40 -04:00
Shader.cpp
Fixed those issues breaking GL state, I hope.
2016-05-01 16:17:52 -04:00
Shader.hpp
Introduced bind-if-necessary/unbind semantics for shaders.
2016-05-01 11:07:49 -04:00