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

Intel UHD Graphics Driver problem (OpenGL)

attix
Beginner
2,090 Views

Intel® Arc™ & Iris® Xe Graphics - Windows driver  (ID 785597)

Environment: Intel Core i7-13700K or i7-12700K

OS: Windows 10 or 11

Known good drivers: 31.0.101.4338, 4335 beta, 1371

Known bad drivers: 31.0.101.4669, 4575, 4369


The CAD application I develop (for 15+ years) is using OpenGL 2.0 graphics.

The item selection / pick became unreliable with the new drivers while still good with the old ones (also good with the amd/nvidia discrete graphics drivers)

 

The problem is with the selection feedback mechanism of OpenGL 1.x.

 

Also there is an other problem (what I have a workaround for but I think a serious problem):
In GL_SELECT render mode the empty glBegin/glEnd pairs (without vertexes sent out between them) cause the application crash by the graphics driver. Here is the code to reproduce this 2nd problem in OpenGL 1.x:

glRenderMode(GL_SELECT);

glBegin(GL_LINES);

//no glVertex3f(...) calls here

glEnd();


0 Kudos
6 Replies
Jocelyn_Intel
Employee
2,063 Views

Hello, @attix  

 

Thank you for posting on the Intel® communities. We appreciate the information provided. 

 

Are you representing a software development company? If so, what is the name? 

 

Best regards,  

Jocelyn M.   

Intel Customer Support Technician. 


0 Kudos
attix
Beginner
2,023 Views
Yes, probably we can say that I representing them: I am one of the CAD engine developers.
Kotem Ltd. (part of Quality Vision International Inc)
0 Kudos
Jocelyn_Intel
Employee
2,032 Views

Hello, @attix    

 

I am checking this thread and I would like to know if you were able to review the previous post.  

 

Best regards,  

Jocelyn M.   

Intel Customer Support Technician. 


0 Kudos
Jocelyn_Intel
Employee
2,019 Views

Hello, @attix  

 

Thank you for your confirmation on this. 

 

As I understand, this issue doesn't happen with other third-party GPUs (Nvidia, AMD, etc.), is that correct? 

 

If that's the case, please provide us with the following debug information: 

 

  1. Download Link to the app/program. 
  2. Steps to reproduce the issue. 
  3. Screenshots or video showing the error message/issue. 
  4. Intel SSU report to have more information about your system.  

Note: Make sure to mark the box that says "everything" before pressing the Scan button. After that, click on "Next>" and select "Save" and then, attach the .txt file. 

 

Best regards,  

Jocelyn M.   

Intel Customer Support Technician. 


0 Kudos
Jocelyn_Intel
Employee
1,976 Views

Hello, @hanuz06    

 

I hope you are great. 

 

I am checking this thread and I would like to know if you were able to review my previous post.  

 

Best regards,  

Jocelyn M.   

Intel Customer Support Technician. 


0 Kudos
Jocelyn_Intel
Employee
1,916 Views

Hello, @hanuz06    

 

I hope you are doing great. 

 

As we have not heard back from you, we will proceed to close this thread now.  

 

If you need any additional assistance, please feel free to contact us back and submit a new question as this thread will no longer be monitored.  

 

Best regards,  

Jocelyn M.   

Intel Customer Support Technician. 


0 Kudos
Reply