https://bugs.freedesktop.org/show_bug.cgi?id=72607
José Fonseca <jfons...@vmware.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #2 from José Fonseca <jfons...@vmware.com> --- I just pushed Matthew's fix for this: commit e84a1ab3c400f819408a7ebe01c2325cd59d94d3 Author: Matthew McClure <mcclu...@vmware.com> 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 <srol...@vmware.com> Reviewed-by: José Fonseca <jfons...@vmware.com> It should be fixed now. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev