mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Thu Mar 13 20:35:53 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_context.c  |   12 ++++++
 src/gallium/auxiliary/draw/draw_context.h  |    3 ++
 src/gallium/auxiliary/draw/draw_private.h  |    5 ++-
 src/gallium/auxiliary/draw/draw_validate.c |   55 +++++++++++++++++++++++++++-
 src/gallium/include/pipe/p_state.h         |    1 +
 5 files changed, 73 insertions(+), 3 deletions(-)

       via  3faf6230ff4b63833c072ac7afeb43c25d3cba22 (commit)
       via  8b8c9acdb747499149e633179a8ad10b0e4206b1 (commit)
       via  b6ed165748c6585f1368be37c0d0289cead419c9 (commit)
      from  3115e8c968b51d22962b1b92b13946956dddd98e (commit)


- Commits -----------------------------------------------
commit 3faf6230ff4b63833c072ac7afeb43c25d3cba22
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Mar 13 14:34:35 2008 -0600

    gallium: added draw_need_pipeline() predicate function
    
    To test if we need any pipeline stage, or whether we can go into passthrough mode.

commit 8b8c9acdb747499149e633179a8ad10b0e4206b1
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Mar 13 14:33:57 2008 -0600

    gallium: added draw_enable_line_stipple() function
    
    Allows drivers that implement line stipple to turn off this drawing stage.

commit b6ed165748c6585f1368be37c0d0289cead419c9
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Mar 13 14:32:20 2008 -0600

    gallium: added bypass_vs flag to rasterizer state (may be temporary)

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




More information about the mesa-commit mailing list