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-16 03:31:41 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
a74f081aa9
Branches
Tags
View all branches
CLK
/
Outputs
/
CRT
/
Internals
/
Shaders
History
Thomas Harte
a74f081aa9
Put lateral lookup table directly into the shader.
2016-05-05 21:21:27 -04:00
..
IntermediateShader.cpp
Withdrew the pixel unpack buffer in order to avoid the potential for a paused machine to be undrawable. The cost is at least an extra memcpy per frame; I'm letting the driver worry about the whole process for now.
2016-05-04 21:27:10 -04:00
IntermediateShader.hpp
Introduced a separate stage for luminance filtering.
2016-05-03 07:46:40 -04:00
OutputShader.cpp
Put lateral lookup table directly into the shader.
2016-05-05 21:21:27 -04:00
OutputShader.hpp
…
Shader.cpp
Fixed those issues breaking GL state, I hope.
2016-05-01 16:17:52 -04:00
Shader.hpp
…