[Mesa-dev] [Bug 61761] glPolygonOffsetEXT, OFFSET_BIAS incorrectly set to a huge number

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Mar 4 04:19:24 PST 2013


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

--- Comment #1 from Roland Scheidegger <sroland at vmware.com> ---
Looks like when using PolygonOffsetEXT() mesa will multiply the bias value by
_DepthMaxF to set offset units (hence the same as calling PolygonOffset(). But
the get will just return offset units instead of bias instead.
I guess to really support that correctly we'd need to store bias separately.
After all _DepthMaxF of the bound draw buffer could change.
I don't know though if anyone is interested in that or we should just drop
it...

-- 
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/mesa-dev/attachments/20130304/8ddf398e/attachment.html>


More information about the mesa-dev mailing list