Skip to content

Correct depth range handling and enable ARB_depth_clamp

Correct the viewport submission to adhere to the DirectX depth range requirements (near <= far), and correct the depth value in the shader when needed. THis fixes the depth range piglits so that we can enable ARB_depth_clamp.

Merge request reports