summaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
author ImJezze <jezze@gmx.net>2016-03-25 16:40:32 +0100
committer ImJezze <jezze@gmx.net>2016-03-25 16:40:32 +0100
commitc731b59cbe74f9e2eebf64dea62d72cc387b586d (patch)
treeb03b5b0369439bdf056f7a82a4cf59fc9bb60332 /docs
parent6c95a274901c935bb57cdde5b0edd4cf772091ed (diff)
Added oversampling option
- and some cleanup
Diffstat (limited to 'docs')
-rw-r--r--docs/hlsl.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/hlsl.txt b/docs/hlsl.txt
index a679748e233..c57f65973ad 100644
--- a/docs/hlsl.txt
+++ b/docs/hlsl.txt
@@ -3,6 +3,7 @@ HLSL-Related Enable Switches
Name Values Description
hlsl_enable 0/1 Enables HLSL post-processing in Direct3D 9 modes.
+hlsl_oversampling 0/1 Enables HLSL oversampling.
yiq_enable 0/1 Enables YIQ-colorspace post-processing. Causes a
performance drop but gives a much more authentic
NTSC TV appearance on TV-based systems when configured
@@ -103,7 +104,7 @@ Bloom Post-Processing Options
-----------------------------
Name Default Values Description
bloom_blend_mode 0 or 1 0 for brighten blend mode or 1 for darken blend mode.
-bloom_scale 0.0 Bloom intensity factor. (0.000-2.000)
+bloom_scale 0.0 Bloom intensity factor. (0.000-4.000)
bloom_overdrive 0.0,0.0,0.0 Bloom overdrive factor to bright full saturated colors. (0.000-2.000)
bloom_lvl0_weight 1.00 Bloom level 0 (full-size target) weight. (0.00-1.00)
bloom_lvl1_weight 0.64 Bloom level 1 (1/2-size target) weight. (0.00-1.00)