[Mesa-dev] [Bug 40920] [openvg] defective pixels using mesa with openvg

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon May 14 08:09:05 PDT 2012


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

José Fonseca <jfonseca at vmware.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #9 from José Fonseca <jfonseca at vmware.com> 2012-05-14 08:09:05 PDT ---
This is now fixed with

commit 24678700edaf5bb9da9be93a1367f1a24cfaa471
Author: James Benton <jbenton at vmware.com>
Date:   Mon May 14 16:00:06 2012 +0100

    llvmpipe: Calculate fixed point coordinates for triangle setup earlier.

    This allows us to calculate the triangle's area using fixed point,
    previously it was cacluated in floating point space. It was possible
    that a triangle which had negative area in floating point space had
    a positive area in fixed point space.

    Fixes fdo 40920.

    Reviewed-by: Jose Fonseca <jfonseca at vmware.com>
    Reviewed-by: Brian Paul <brianp at vmware.com>

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list