mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Wed Aug 20 16:32:46 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_pipe.c  |    2 +-
 src/gallium/drivers/softpipe/sp_setup.c |   45 +++++++++++++++++++++++-------
 2 files changed, 35 insertions(+), 12 deletions(-)

       via  0fae7648987d8264f85a9b6b6d7f903bff82a0f0 (commit)
       via  f6abdb20437b1b8d27d8c45c0787017dfcad3497 (commit)
      from  34cffce33413fe7701975d0d4bd54207bc44cacc (commit)


- Commits -----------------------------------------------
commit 0fae7648987d8264f85a9b6b6d7f903bff82a0f0
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Aug 20 10:31:38 2008 -0600

    gallium: test for and cull prims with inf/nan vertices in sp_setup.c code.

commit f6abdb20437b1b8d27d8c45c0787017dfcad3497
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Aug 20 10:27:30 2008 -0600

    gallium: fix typo in LINE() macro (replace i+1 with i1 var)
    
    We were sometimes referencing an invalid vertex.
    Fixes progs/trivial/line-clip.c test among others.

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




More information about the mesa-commit mailing list