[vlc-commits] direct3d11: log the sampler as well

Steve Lhomme git at videolan.org
Mon Feb 5 19:21:17 CET 2018


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Feb  5 18:10:33 2018 +0100| [92f2c99d777e4b731570910db7edf0831fdff50a] | committer: Jean-Baptiste Kempf

direct3d11: log the sampler as well

(cherry picked from commit b8d583fe6855fc36bab577c75a07ed4c98cfb22f)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=92f2c99d777e4b731570910db7edf0831fdff50a
---

 modules/video_output/win32/direct3d11.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/video_output/win32/direct3d11.c b/modules/video_output/win32/direct3d11.c
index f3f220f326..949419fcfe 100644
--- a/modules/video_output/win32/direct3d11.c
+++ b/modules/video_output/win32/direct3d11.c
@@ -1945,6 +1945,7 @@ static HRESULT CompilePixelShader(vout_display_t *vd, const d3d_format_t *format
         msg_Dbg(vd,"psz_peak_luminance %s", psz_peak_luminance);
         msg_Dbg(vd,"psz_display_transform %s", psz_display_transform);
         msg_Dbg(vd,"psz_adjust_range %s", psz_adjust_range);
+        msg_Dbg(vd,"psz_sampler %s", psz_sampler);
     }
 #endif
     free(psz_range);



More information about the vlc-commits mailing list