mesa: Changes to 'master'

Brian Paul brianp at kemper.freedesktop.org
Sun May 20 18:27:37 UTC 2007


 src/mesa/drivers/dri/Makefile                  |    2 
 src/mesa/drivers/dri/ffb/ffb_tris.c            |    8 
 src/mesa/drivers/dri/mach64/mach64_native_vb.c |   18 
 src/mesa/drivers/dri/s3v/s3v_tritmp.h          |   48 -
 src/mesa/drivers/dri/tdfx/tdfx_tris.c          |   16 
 src/mesa/drivers/x11/xm_line.c                 |    8 
 src/mesa/swrast/s_aaline.c                     |   39 -
 src/mesa/swrast/s_aalinetemp.h                 |  107 +--
 src/mesa/swrast/s_aatriangle.c                 |   89 ---
 src/mesa/swrast/s_aatritemp.h                  |  249 ++------
 src/mesa/swrast/s_alpha.c                      |    4 
 src/mesa/swrast/s_bitmap.c                     |   19 
 src/mesa/swrast/s_context.c                    |  114 ++-
 src/mesa/swrast/s_context.h                    |    5 
 src/mesa/swrast/s_copypix.c                    |   29 -
 src/mesa/swrast/s_drawpix.c                    |   43 -
 src/mesa/swrast/s_feedback.c                   |   23 
 src/mesa/swrast/s_fog.c                        |  335 ++++-------
 src/mesa/swrast/s_lines.c                      |  112 +--
 src/mesa/swrast/s_linetemp.h                   |  128 +---
 src/mesa/swrast/s_logic.c                      |    4 
 src/mesa/swrast/s_masking.c                    |    4 
 src/mesa/swrast/s_points.c                     |   39 -
 src/mesa/swrast/s_pointtemp.h                  |  115 +--
 src/mesa/swrast/s_span.c                       |  725 ++++++++-----------------
 src/mesa/swrast/s_span.h                       |   98 ---
 src/mesa/swrast/s_texcombine.c                 |    1 
 src/mesa/swrast/s_triangle.c                   |  111 +--
 src/mesa/swrast/s_tritemp.h                    |  630 +++++----------------
 src/mesa/swrast/s_zoom.c                       |   32 -
 src/mesa/swrast/swrast.h                       |   23 
 src/mesa/swrast_setup/ss_context.c             |   40 -
 src/mesa/swrast_setup/ss_triangle.c            |   52 -
 src/mesa/swrast_setup/ss_tritmp.h              |   88 +--
 src/mesa/tnl_dd/t_dd_vb.c                      |   48 -
 35 files changed, 1274 insertions(+), 2132 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 9e8a961dd7d7b717a9fb4ecdea1c1b60ea355efe
Author: Brian <brian at yutani.localnet.net>
Date:   Sun May 20 12:27:39 2007 -0600

    Overhaul/simplify SWvertex and SWspan attribute handling.
    
    Instead of separate fog/specular/texcoord/varying code, just treat all of
    them as generic attributes.  Simplifies the point/line/triangle functions.

commit aa133a9dae53bc6aa50b88ee43deb8b34e8d0029
Author: Brian <brian at yutani.localnet.net>
Date:   Sun May 20 12:17:21 2007 -0600

    add missing right-paren




More information about the mesa-commit mailing list