Aleksoid1978 / VideoRenderer

Внешний видео-рендерер
GNU General Public License v3.0
1.03k stars 115 forks source link

DX11 dithering and mpc-be shaders #26

Closed dezo2 closed 3 years ago

dezo2 commented 3 years ago

Hi, when I use dx11 and 10bit integer + dithering, post-resize pixel shader (sharpen complex 2) stops working. When I disable dithering, sharpen shader works again. This is working together in dx9 no problem, so I use dx9 for now. Is there perhaps some incompatibility between dithering and post-resize shaders in dx11? I need dithering to avoid banding when converting from 10bit internal to 8bit display. Setup: mpc-be 1.5.6.6000, mpc VR 0.5.2.1607, win10 (1909), gpu RTX2080 (driver 456.71)

Aleksoid1978 commented 3 years ago

Fixed.

dezo2 commented 3 years ago

That was quick. Thanks!