mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Wed Jul 11 00:59:19 UTC 2007


 src/mesa/drivers/x11/xm_api.c               |    2 
 src/mesa/drivers/x11/xm_surface.c           |   65 ++++++
 src/mesa/pipe/p_defines.h                   |    5 
 src/mesa/pipe/softpipe/sp_context.c         |   12 -
 src/mesa/pipe/softpipe/sp_context.h         |    3 
 src/mesa/pipe/softpipe/sp_quad.c            |    7 
 src/mesa/pipe/softpipe/sp_quad.h            |    2 
 src/mesa/pipe/softpipe/sp_quad_alpha_test.c |   57 +++--
 src/mesa/pipe/softpipe/sp_quad_depth_test.c |   49 ++++
 src/mesa/pipe/softpipe/sp_quad_stencil.c    |  287 ++++++++++++++++++++++++++++
 src/mesa/pipe/softpipe/sp_state.h           |   23 +-
 src/mesa/pipe/softpipe/sp_state_blend.c     |   11 +
 src/mesa/pipe/softpipe/sp_surface.h         |    5 
 src/mesa/sources                            |    1 
 14 files changed, 481 insertions(+), 48 deletions(-)

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

New commits:
commit 73daa688541ec88119804ad190ce5b429e50ea44
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Jul 10 18:59:17 2007 -0600

    Checkpoint: stencil roughly working, some bugs to fix...

commit e6eca5c37e13fd0f9100de127075b1bbed0821c0
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Jul 10 16:37:18 2007 -0600

    Begin hooking up stenciling.

commit 227c95737bcf373f934bb96aa0777c45c8575074
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Jul 10 16:37:03 2007 -0600

    clean-ups

commit d015d2e0f45ad8e79ccb256b612597ef8ed51d4a
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Jul 10 16:25:43 2007 -0600

    Fill in remaining switch cases.  Only call next stage if quad->mask != 0.

commit 093d1b42d0d867dae1bcb59d36f3f309994badff
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Jul 10 15:29:17 2007 -0600

    remove debug printf




More information about the mesa-commit mailing list