Graphics
Intel® graphics drivers and software, compatibility, troubleshooting, performance, and optimization
22665 ディスカッション

HD4600 windows 10 BUG

CBill2
ビギナー
2,407件の閲覧回数

Hi

I have a problem when i using D3D9's "StretchRect" function in multi thread.

It will cause PC(windows 10) crashing on HD 4600, but it is OK for HD 530(skyLake).

thank you

0 件の賞賛
3 返答(返信)
Filip_Z_Intel
従業員
1,104件の閲覧回数

Hi BillChen,

Could You share the app which is causing the issue?

CBill2
ビギナー
1,104件の閲覧回数

Hi Zakrzewski

I have solved the problem,because I forget set

m_pd3dDevice->SetSamplerState(0, D3DSAMP_MAGFILTER, D3DTEXF_LINEAR);

m_pd3dDevice->SetSamplerState(0, D3DSAMP_MINFILTER, D3DTEXF_LINEAR);

now it is OK on HD4600

thank you foe your help

Kevin_M_Intel
従業員
1,104件の閲覧回数

Thank you for sharing the solution with the community.

Kevin M

返信