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
fccdce65b9
Switched to lock guards.
2017-02-19 21:45:28 -05:00
..
IntermediateShader.cpp
Switched to using quads for intermediate draws. The specific concern is the flexibility offered in the GL spec as to line drawing algorithms. And even if a driver implements exactly to spec then it should omit the final pixel.
2017-01-11 21:18:41 -05:00
IntermediateShader.hpp
Eliminated phaseCyclesPerTick as implied.
2017-01-08 16:48:02 -05:00
OutputShader.cpp
Made further efforts to support throughput via memory barrier.
2017-01-08 14:47:16 -05:00
OutputShader.hpp
Made further efforts to support throughput via memory barrier.
2017-01-08 14:47:16 -05:00
Shader.cpp
Switched to lock guards.
2017-02-19 21:45:28 -05:00
Shader.hpp
Switched to suffix underscores.
2016-11-21 11:57:45 +08:00