cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

curtk
Journeyman III

glWaitMarkerAMD timeout crashes display driver

If glWaitMarkerAMD times out waiting for a specified markerID the driver crashes. After this, a call to glMakeBuffersResident will fail with error code GL_OUT_OF_MEMORY. A reboot is required to get the AMD functions to work again.  Is this behavior expected and is there a way to reset the driver programatically?

0 Likes
2 Replies
dwitczak
Staff

Thank you for your post. Can you provide a repro application so the team can investigate? Thanks

0 Likes

The condition can be duplicated by modifying the the OpenGL version of the DirectGMA_P2P-master. In the GLsink::draw()  function change m_pInputBuffer->waitMarker(pFrame->uiTransferId) to wait for a non-obtainable value like m_pInputBuffer->waitMarker(1234). 

0 Likes