mesa: Changes to 'r500-support'

Corbin Simpson csimpson at kemper.freedesktop.org
Wed May 7 05:19:39 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/r300_context.h  |    5 +-
 src/mesa/drivers/dri/r300/r500_fragprog.c |  131 +++++++++--------------------
 2 files changed, 41 insertions(+), 95 deletions(-)

       via  dc24fb51a31de8443e653655105d4e1c88847bcc (commit)
      from  40db59038cc62a5a8e4f94cb069eeb1d9b95a1a9 (commit)


- Commits -----------------------------------------------
commit dc24fb51a31de8443e653655105d4e1c88847bcc
Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Tue May 6 22:18:28 2008 -0700

    r5xx: Index inputs and temps.
    This is not the same as r3xx indexing. It only tries to protect inputs on
    the pixel stack from getting clobbered by temps or texs.
    
    Texs don't need special treatment since they read from special input regs
    and write to the same temp regs as ALU/FC instructions.

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




More information about the mesa-commit mailing list