mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Thu Aug 2 22:06:18 UTC 2007


 src/mesa/drivers/x11/xm_api.c        |    5 
 src/mesa/drivers/x11/xm_dd.c         |   23 +-
 src/mesa/drivers/x11/xmesaP.h        |    7 
 src/mesa/pipe/p_context.h            |    6 
 src/mesa/pipe/softpipe/sp_clear.c    |  109 --------------
 src/mesa/pipe/softpipe/sp_clear.h    |    4 
 src/mesa/state_tracker/st_cb_clear.c |  272 ++++++++++++++++++++++++++++++-----
 7 files changed, 269 insertions(+), 157 deletions(-)

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

New commits:
commit 47fdaf0ed9ef2f89cdaa97d0d48b1f1194d710c6
Author: Brian <brian at i915.localnet.net>
Date:   Thu Aug 2 16:08:18 2007 -0600

    pipe->clear() now takes a surface, rather than color/depth/stencil flags.
    
    pipe->clear() only used to clear whole buffers (no scissor) w/out masking.
    Draw a colored quadrilateral in all other cases.




More information about the mesa-commit mailing list