View Single Post
Old 29 December 2017, 08:49   #274
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,510
Quote:
Originally Posted by turrican3 View Post
thank you tony for the last update,
i'll have a test.
sorry i'm too late for the logs... I'm a little busy those times.hopefully Genju was there.
edited: fast test, black screen with dx11, not picture at all but sound. link the logs beta 15
edited 2 : exactly same test but with beta 14, same result than before : dx11 display but badly. logs added. Perhaps it will be be easier to debug.
Quote:
shader.code(49,2-19): Deprecated DX9 state 'MinFilter' is being ignored for fx_5_0; use state 'FILTER' instead
Automatic conversion can't handle include files (it would not be good idea to modify them on disk automatically), you need to manually update shader.code:

MinFilter = LINEAR
MagFilter = LINEAR

->

Filter = MIN_MAG_MIP_LINEAR

and

MinFilter = POINT
MagFilter = POINT

->

Filter = MIN_MAG_MIP_POINT

If this does not help: attach config file.
Toni Wilen is offline  
 
Page generated in 0.04257 seconds with 11 queries