mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Mon Jul 9 22:21:41 UTC 2007


 src/mesa/pipe/draw/draw_clip.c            |   35 +++--
 src/mesa/pipe/draw/draw_context.c         |  182 ++++++++++++++++++++++++++++++
 src/mesa/pipe/draw/draw_context.h         |   32 ++++-
 src/mesa/pipe/draw/draw_cull.c            |   21 ++-
 src/mesa/pipe/draw/draw_flatshade.c       |   31 ++---
 src/mesa/pipe/draw/draw_offset.c          |   24 +--
 src/mesa/pipe/draw/draw_private.h         |  182 ++++++++++++++++++++++++++++++
 src/mesa/pipe/draw/draw_twoside.c         |   24 ++-
 src/mesa/pipe/draw/draw_unfilled.c        |   17 +-
 src/mesa/pipe/draw/draw_vb.c              |   90 +++++---------
 src/mesa/pipe/p_state.h                   |    2 
 src/mesa/pipe/softpipe/sp_context.c       |   74 ++----------
 src/mesa/pipe/softpipe/sp_context.h       |   51 +-------
 src/mesa/pipe/softpipe/sp_headers.h       |   32 -----
 src/mesa/pipe/softpipe/sp_prim.h          |   90 --------------
 src/mesa/pipe/softpipe/sp_prim_setup.c    |   54 +++++---
 src/mesa/pipe/softpipe/sp_prim_setup.h    |    6 
 src/mesa/pipe/softpipe/sp_quad.h          |   13 +-
 src/mesa/pipe/softpipe/sp_state_blend.c   |   10 -
 src/mesa/pipe/softpipe/sp_state_clip.c    |   32 +++--
 src/mesa/pipe/softpipe/sp_state_derived.c |   20 +--
 src/mesa/pipe/softpipe/sp_state_fs.c      |    2 
 src/mesa/pipe/softpipe/sp_state_point.c   |   47 -------
 src/mesa/pipe/softpipe/sp_state_sampler.c |    6 
 src/mesa/pipe/softpipe/sp_state_setup.c   |   32 +----
 src/mesa/pipe/softpipe/sp_state_surface.c |    2 
 src/mesa/pipe/softpipe/sp_surface.h       |    6 
 src/mesa/sources                          |   22 ++-
 28 files changed, 653 insertions(+), 486 deletions(-)

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

New commits:
commit f4053ce858739167fe57a36aebe1da7110d1a04e
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jul 9 16:21:18 2007 -0600

    Remove softpipe includes

commit ebafc193fac22c4d1d8d4f1c5a129d5dbe1679a2
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jul 9 16:20:16 2007 -0600

    s/G_/SP_/

commit a380f98b6cc1da78d0845746ab86c3490a800126
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jul 9 16:17:50 2007 -0600

    Rename G_NEW_* tokens to SP_NEW_*

commit 546eff6ba81e0fc8f15038de6db2a2a5fe228e01
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jul 9 16:15:20 2007 -0600

    Obsolete file.

commit 279ffe3f163fd6a5e7bfa108db14c81acbb06ece
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jul 9 16:14:26 2007 -0600

    New 'draw' module for primitive drawing (clipping, culling, etc).

commit 9fbdf500788e78d63247a17226a75f7a079ae315
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jul 9 16:12:13 2007 -0600

    New 'draw' module for handling the various stages of primitive drawing (clipping, culling, etc).

commit 10f4b37bd70c12c8caaa85ff5b94aec532788abd
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jul 9 16:04:08 2007 -0600

    Rename/move some files to modularize the primitive/draw code.




More information about the mesa-commit mailing list