Graphics
Intel® graphics drivers and software, compatibility, troubleshooting, performance, and optimization
21235 Discussions

HD4600 windows 10 BUG

CBill2
Beginner
2,083 Views

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 Kudos
3 Replies
Filip_Z_Intel
Employee
780 Views

Hi BillChen,

Could You share the app which is causing the issue?

0 Kudos
CBill2
Beginner
780 Views

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

0 Kudos
Kevin_M_Intel
Employee
780 Views

Thank you for sharing the solution with the community.

Kevin M

0 Kudos
Reply