mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Tue Jul 10 17:04:05 UTC 2007


 src/mesa/pipe/draw/draw_vb.c              |   47 +++++++++++++++++++++------
 src/mesa/pipe/softpipe/sp_context.h       |   20 +++++------
 src/mesa/pipe/softpipe/sp_prim_setup.c    |   51 ++++++++++++++++++------------
 src/mesa/pipe/softpipe/sp_state_derived.c |   21 +++++++-----
 4 files changed, 91 insertions(+), 48 deletions(-)

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

New commits:
commit 17b86cfa4e9403b2d887d832556dc4f1a1271ce0
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Jul 10 11:03:51 2007 -0600

    Comments, minor clean-up.

commit e7a208514812506eeb9862b91258392da646b618
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Jul 10 11:00:24 2007 -0600

    comments

commit 57a53856522b749dbe9f88f5887933c253524212
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Jul 10 10:53:57 2007 -0600

    Added comments, assertions.

commit 8c1fa904edf991159a53b0f4bba04e2f5e326437
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Jul 10 10:53:29 2007 -0600

    Fix EMIT_ATTR() to populate the draw->vf_attr_to_slot[] array.
    
    Note that attribute index has to be biased by two, since vertex->data[]
    starts after the header and clipcoord fields.  See comments for details.
    Added a bunch of comments/docs.

commit d68ea4e23fd0cf1fedabb667a8067bfdc3fb308c
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Jul 10 10:24:28 2007 -0600

    remove some dead/disabled stuff




More information about the mesa-commit mailing list