mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Thu May 24 23:08:46 UTC 2007


 src/mesa/softpipe/sp_context.h                    |    3 
 src/mesa/softpipe/sp_defines.h                    |   31 +++
 src/mesa/softpipe/sp_state.h                      |   21 +-
 src/mesa/softpipe/state_tracker/st_atom.c         |   10 -
 src/mesa/softpipe/state_tracker/st_atom.h         |    2 
 src/mesa/softpipe/state_tracker/st_atom_blend.c   |  202 ++++++++++++++++++++++
 src/mesa/softpipe/state_tracker/st_atom_clip.c    |    2 
 src/mesa/softpipe/state_tracker/st_atom_scissor.c |   88 +++++++++
 src/mesa/sources                                  |    4 
 9 files changed, 346 insertions(+), 17 deletions(-)

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

New commits:
commit 2248829b99bf388dfe7ee9c6763f98167b52ba8b
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu May 24 16:50:45 2007 -0600

    added st_atom_blend.c, st_atom_scissor.c

commit 6debc8078a7170c26d826e62e2b6542e85813a6c
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu May 24 16:50:22 2007 -0600

    Implement blend state

commit 7234550cf759fdf3ab325465090c7f5eb3b5d320
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu May 24 16:49:27 2007 -0600

    #ifndef SP_DEFINES_H protection, copyright

commit 9267341bd01900bc78700928e5836d0f52572e38
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu May 24 16:48:38 2007 -0600

    scissor depends on glScissor() and framebuffer size

commit 3bf0fd60905d18cc6fef7845d68e0c5b530f531b
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu May 24 14:37:00 2007 -0600

    add scissor state

commit 711af67fe4afa7d982649c101d68474be9294e07
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu May 24 14:36:48 2007 -0600

    scissor state

commit f889ad21da2009f8d49d53a3fa03795e826fb56a
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu May 24 14:36:02 2007 -0600

    define, use SP_MAX_CLIP_PLANES




More information about the mesa-commit mailing list