DXGL r744 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r743‎ | r744 | r745 >
Date:06:00, 10 September 2017
Author:admin
Status:new
Tags:
Comment:
Update help file.
Modified paths:
  • /Help/configuration.htm (modified) (history)
  • /Help/dxglcfg.png (modified) (history)

Diff [purge]

Index: Help/configuration.htm
@@ -16,12 +16,12 @@
1717 <area shape="rect" coords="452,66,589,79" alt="Adjust primary resolution" href="#adjustprimary" />
1818 <area shape="rect" coords="452,87,587,100" alt="Add Extra Display Modes" href="#extramodes" />
1919 <area shape="rect" coords="452,108,582,121" alt="Support All Color Depths" href="#alldepths" />
20 - <area shape="rect" coords="296,130,449,167" alt="Scaling method (first pass)" href="#scalerfirst" />
21 - <area shape="rect" coords="452,130,602,167" alt="1st pass scale size" href="#scalerfirstsize" />
22 - <area shape="rect" coords="296,170,449,207" alt="Scaling method (final pass)" href="#scalerfinal" />
 20+ <area shape="rect" coords="296,170,449,207" alt="Postprocess scaler" href="#postscale" />
 21+ <area shape="rect" coords="452,170,602,207" alt="Postprocess input multiplier" href="#postscalesize" />
 22+ <area shape="rect" coords="296,130,449,167" alt="Scaling method" href="#scaler" />
2323 <area shape="rect" coords="296,210,449,248" alt="Screen aspect ratio" href="#aspect" />
2424 <area shape="rect" coords="452,210,602,248" alt="DPI scaling mode" href="#dpiscale" />
25 - <area shape="rect" coords="452,170,602,207" alt="Fullscreen window mode" href="#fullmode" />
 25+ <area shape="rect" coords="452,130,602,167" alt="Fullscreen window mode" href="#fullmode" />
2626 </map>
2727 <h1>Configuration</h1>
2828 Configuration for DXGL can be accessed by opening the &quot;DXGL Config&quot; program in the DXGL program group. Configuration is as follows:
@@ -70,19 +70,20 @@
7171 &quot;Video mode&quot; is not set to &quot;Change desktop resolution.&quot;
7272 <h2><a name="alldepths" />Support All Color Depths</h2>
7373 If checked, adds 8, 16, 24, and 32-bit color modes if not listed by the system. Under Windows 8 or above, this will be enabled by default.
74 - <h2><a name="scalerfirst" />Scaling method (1st pass)</h2>
 74+ <h2><a name="postscale" />Postprocess scaler</h2>
7575 Scaling method for an optional image scaling pass. This can be used to create a pixelated effect while still preserving the ability to have filtered display scaling.
 76+ In addition, it can be used to set the scaling filter for a postprocess pass, to be implemented in the future.
7677 The following methods are available:
7778 <h3>Nearest</h3>
7879 Uses nearest-neighbor scaling.
7980 <h3>Bilinear</h3>
8081 Uses bilinear scaling. 8-bit display modes will always use nearest scaling for this pass.
81 - <h2><a name="scalerfirstsize" />1st pass scale size</h2>
 82+ <h2><a name="postscalesize" />Postprocess input multiplier</h2>
8283 Selects the amount to scale the display on the first pass. There is an Auto preset as well as presets for fixed 1x, 2x1, 2x, 3x, and 4x ratios. In addition, a ratio can manually be set anywhere from 0.25x0.25 to 16x16. The Auto preset will automatically double pixels horizontally if the horizontal resolution is 400 pixels or less, and will double pixels vertically if the vertical resolution is 300 or less.
8384 In addition, if Video mode is set to Change desktop resolution and Add extra display modes is enabled, a subset of low resolution pixel doubled modes will be added.<br />
8485 If "Adjust primary resolution" is checked, typing 0.5 in the box will enable 2x2 supersampling for Direct3D applications. This will also modify the behavior of "Change desktop resolution."
85 - <h2><a name="scalerfinal" />Scaling method (final pass)</h2>
86 - Selects the filter to use for scaling the output when the resolution is different than the desktop resolution, or when the optional 1st pass scaling is in effect, the scaled resolution is different from the desktop resolution,
 86+ <h2><a name="scaler" />Scaling method</h2>
 87+ Selects the filter to use for scaling the output when the resolution is different than the desktop resolution, or when the optional postprocess scaling is in effect, the scaled resolution is different from the desktop resolution,
8788 as well as for blitting operations. The following methods are available:
8889 <h3>Nearest</h3>
8990 Uses nearest-neighbor scaling.
Index: Help/dxglcfg.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream