src/mesa/main/context.c | 1 - src/mesa/main/mtypes.h | 6 ------ src/mesa/swrast/s_aalinetemp.h | 1 + src/mesa/swrast/s_aatritemp.h | 5 ++++- src/mesa/swrast/s_context.c | 17 ++++++++++++++--- src/mesa/swrast/s_context.h | 4 +++- src/mesa/swrast/s_fragprog.c | 2 +- src/mesa/swrast/s_linetemp.h | 3 +++ src/mesa/swrast/s_points.c | 10 +++++++++- src/mesa/swrast/s_triangle.c | 2 +- src/mesa/swrast/s_tritemp.h | 9 +++++---- src/mesa/swrast/swrast.h | 7 +++++++ src/mesa/swrast_setup/ss_context.c | 3 +++ src/mesa/swrast_setup/ss_triangle.c | 10 ++++++---- src/mesa/swrast_setup/ss_tritmp.h | 2 -- 15 files changed, 57 insertions(+), 25 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit fcd7c37fd3d0f61cf6ac81170bc0b3fca64ad9bb Author: Brian <[EMAIL PROTECTED]> Date: Fri Nov 30 13:01:57 2007 -0700 fix broken two-sided stencil _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
