Release 0.3.2
Relative to release 0.3.1, this release contains major rendering fixes for Intel drivers on windows.
The windows driver for Intel HD graphics hardware appears to have some bugs resulting in severe rendering artifacts. This release contains small workarounds for the currently known problems:
- Tweak to ensure depth testing is turned on so that distant objects appear behind foreground objects
- Blacklist gl_FragDepth/gl_FragCoord shader features on windows+intel to avoid various odd rendering artifacts (dark points disappear; light points are squares rather than circles)