mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Thu Jun 12 22:02:10 UTC 2008


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

Summary of changes:
 src/gallium/auxiliary/draw/draw_vs_aos.c    |   33 +++++++++++++++++++++-----
 src/gallium/auxiliary/draw/draw_vs_aos.h    |    3 +-
 src/gallium/auxiliary/draw/draw_vs_aos_io.c |    2 +-
 3 files changed, 29 insertions(+), 9 deletions(-)

       via  20ee00754d432cf6c9aca2ba61e004a83795e160 (commit)
       via  08f1b8ac709105d42ec34f8b8a81421e3b0fbc81 (commit)
      from  b19e8f720bb2f4d360f5497b64901fc48321f172 (commit)


- Commits -----------------------------------------------
commit 20ee00754d432cf6c9aca2ba61e004a83795e160
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Jun 12 16:01:43 2008 -0600

    gallium: disable the codegen for TGSI_OPCODE_EXPBASE2 for now.
    
    The x86 code seems to fail for exponents of 4 or larger.
    See glean's vertProg1/EX2 test.

commit 08f1b8ac709105d42ec34f8b8a81421e3b0fbc81
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu Jun 12 16:01:05 2008 -0600

    gallium: fix SSE codegen for instructions that use both a CONSTANT and IMMEDIATE
    
    Fixes codegen for instructions like MUL dst, CONST[0], IMM[0];  the two operands
    would up getting aliased in the x86/sse code.
    
    Fixes glean/vertProg1/fogparams test.

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




More information about the mesa-commit mailing list