Hey,

Do you guys test with Floating-Point-Exceptions enabled?
Because on Intel-Haswell, I can trigger a FPE with a simple glClearColor
and glClear.
I think glClear is doing bad FP math on Haswell.

https://software.intel.com/en-us/forums/graphics-driver-bug-
reporting/topic/681580

I recommend doing a:

feenableexcept( FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW );

In your test-suite.

-- 
Owner/Director of Game Studio Abraham Stolk Inc.
Vancouver BC, Canada
b.st...@gmail.com
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to