mesa: Changes to 'mesa_7_0_branch'

Roland Scheidegger sroland at kemper.freedesktop.org
Sat Apr 12 00:42:04 UTC 2008


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

Summary of changes:
 src/mesa/drivers/dri/r200/r200_vertprog.c |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

       via  18404076e32f2ee63d4aba1382611c5608e1ab12 (commit)
      from  39dca05d1d5c66fd481c8e94d1edc5741f45a2fa (commit)


- Commits -----------------------------------------------
commit 18404076e32f2ee63d4aba1382611c5608e1ab12
Author: Roland Scheidegger <sroland at tungstengraphics.com>
Date:   Sat Apr 12 02:40:44 2008 +0200

    r200: fix XPD vertex program instruction when using temps as inputs
    
    due to the two read ports limit into temp memory may need the MAD_2 instruction
    for the second instruction of the decomposed XPD.
    While here, also try to avoid MAD_2 for MAD if all 3 inputs are temps but the
    temps aren't actually distinct.

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




More information about the mesa-commit mailing list