https://bugs.freedesktop.org/show_bug.cgi?id=72607
José Fonseca <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #2 from José Fonseca <[email protected]> --- I just pushed Matthew's fix for this: commit e84a1ab3c400f819408a7ebe01c2325cd59d94d3 Author: Matthew McClure <[email protected]> Date: Tue Dec 10 13:10:03 2013 -0800 llvmpipe: add plumbing for ARB_depth_clamp With this patch llvmpipe will adhere to the ARB_depth_clamp enabled state when clamping the fragment's zw value. To support this, the variant key now includes the depth_clamp state. key->depth_clamp is derived from pipe_rasterizer_state's (depth_clip == 0), thus depth clamp is only enabled when depth clip is disabled. Reviewed-by: Roland Scheidegger <[email protected]> Reviewed-by: José Fonseca <[email protected]> It should be fixed now. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
