mesa: Changes to 'r500-support'

Corbin Simpson csimpson at kemper.freedesktop.org
Wed May 7 07:07:18 UTC 2008


The branch, r500-support has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=r500-support

Summary of changes:
 src/mesa/drivers/dri/r300/r500_fragprog.c |   93 +++++++++++++++++++++--------
 1 files changed, 67 insertions(+), 26 deletions(-)

       via  1da094c9adf49c48a8b61ee7ab5336e8ba3f9e8d (commit)
       via  49c30ce958e5e95e9e6ab79d2308751705d0ff22 (commit)
      from  dc24fb51a31de8443e653655105d4e1c88847bcc (commit)


- Commits -----------------------------------------------
commit 1da094c9adf49c48a8b61ee7ab5336e8ba3f9e8d
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Wed May 7 00:06:26 2008 -0700

    r5xx: Fix FP inputs. (For good?)
    FP inputs are now counted and mapped correctly, and temps
    are allocated tightly and correctly.

commit 49c30ce958e5e95e9e6ab79d2308751705d0ff22
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Tue May 6 23:36:50 2008 -0700

    r5xx: Fix false error with DP3/DP4.
    DP3/DP4 only takes two arguments, but tried to load three, causing
    a false fallback to the dumb shader.

---------------------------------




More information about the mesa-commit mailing list