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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> Date: Thu Mar 13 14:32:20 2008 -0600 gallium: added bypass_vs flag to rasterizer state (may be temporary) --------------------------------- _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit