~i30817/dosbox/+git/dosbox-shaders:master

Last commit made on 2022-01-12
Get this branch:
git clone -b master https://git.launchpad.net/~i30817/dosbox/+git/dosbox-shaders

Branch merges

Branch information

Name:
master
Repository:
lp:~i30817/dosbox/+git/dosbox-shaders

Recent commits

8f27f98... by Tyrell Sassen <email address hidden>

Updated shader to the latest available version

bcb2ee7... by Tyrell Sassen <email address hidden>

Comment out #pragma lines
The quotes in the #pragma lines are causing issues in DOSBox Staging on
Windows. They are included in these shaders as information on how the
shader parameters can be adjusted, but aren't actually used in the code.
The fallback #defines are the values that are used in the shaders, and
any changes should be made there.

e8973b1... by Tyrell Sassen <email address hidden>

added lottes-fast CRT tuned for subtlety + added luminance gain

7b0609b... by Tyrell Sassen <email address hidden>

Added pixel perfect shader with scanlines

This shader is a simple combination of the pixel perfect shader
and the scanline shader.

5c201b2... by Tyrell Sassen <email address hidden>

updated README references from pp to pixel_perfect

06c7aa5... by Tyrell Sassen <email address hidden>

renamed pixel perfect shader

a6af4f8... by Tyrell Sassen <email address hidden>

Added recommendations to README

baf9cd3... by Tyrell Sassen <email address hidden>

Updated README

85fa4e0... by Tyrell Sassen <email address hidden>

Changing file permissions to remove execute bit

dc9a4b4... by Tyrell Sassen <email address hidden>

Added additional CRT shaders

The additional shaders ported/tweaked by Delfino Furioso have been added
to the repo. I edited most of these new shaders to remove unnecessary
uniforms / variables. I also added some additional code to ensure the
correct filtering method is used, where the shader does not take this
into account automatically.

The original shader sources can be found here:
https://www.vogons.org/viewtopic.php?f=32&t=72697