mesa: Changes to 'master'

Oliver McFadden z3ro at kemper.freedesktop.org
Wed Jul 18 02:55:25 UTC 2007


 src/mesa/drivers/dri/r300/r300_context.h  |    2 
 src/mesa/drivers/dri/r300/r300_state.c    |   29 -
 src/mesa/drivers/dri/r300/r300_vertprog.c |  718 +++++++++++++++---------------
 src/mesa/drivers/dri/r300/r300_vertprog.h |    5 
 4 files changed, 384 insertions(+), 370 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 86ece0a920d8afa870608a25745be8d03b7cccb6
Author: Oliver McFadden <z3ro.geek at gmail.com>
Date:   Wed Jul 18 02:49:26 2007 +0000

    r300: Cleaned up vertprog construction.
    
    Construct the vertprog instruction in the 4 DWORD parts...
    
    DWORD 0: Opcode and Output.
    DWORD 1: First Argument.
    DWORD 2: Second Argument.
    DWORD 3: Third Argument.
    
    Allow the opcode translation functions to generate more than one instruction;
    useful for when an instruction must be emulated. FLR, XPD, etc.

commit fb4e071beda6e3b9e68a21bbc7649b6c4733c485
Author: Tommy Schultz Lassen <mesa3d at krynn.dk>
Date:   Wed Jul 18 00:37:43 2007 +0000

    r300: Corrected texcoord start when BFC1 is enabled.




More information about the mesa-commit mailing list