Graphics
Intel® graphics drivers and software, compatibility, troubleshooting, performance, and optimization
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
22751 Discussions

HD4600 windows 10 BUG

CBill2
Beginner
2,464 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
1,161 Views

Hi BillChen,

Could You share the app which is causing the issue?

0 Kudos
CBill2
Beginner
1,161 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
1,161 Views

Thank you for sharing the solution with the community.

Kevin M

0 Kudos
Reply