[Bug 57875] Second Life viewer bad rendering with git-ec83535

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jul 16 10:09:40 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=57875

--- Comment #32 from Marek Olšák <maraeo at gmail.com> ---
There would be no advantage for r300g.

The problem with r300g is that it cannot do depth clamping without disabling
the clipping entirely. There is only one big switch called CLIP_DISABLE, which
"Disables clip code generation and clipping process for TCL" and is enough to
pass the ARB_depth_clamp piglit tests. However it has caused issues like
thousands of random/misplaced triangles on the screen. I think the lack of XY
clipping is the problem and the switch was probably only meant to be used with
software vertex processing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130716/1bc33513/attachment.html>


More information about the dri-devel mailing list