mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Thu Oct 18 21:14:18 UTC 2007


 src/mesa/drivers/x11/xm_api.c             |    2 +
 src/mesa/pipe/softpipe/sp_region.c        |   15 ++++++----
 src/mesa/state_tracker/st_cb_drawpixels.c |   44 +++++++++++++++++++++++-------
 src/mesa/state_tracker/st_context.c       |    1 
 src/mesa/state_tracker/st_context.h       |    6 ++++
 5 files changed, 53 insertions(+), 15 deletions(-)

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

New commits:
commit 0007cd7ba0a61fcbcf9c9d19e014408be25ae496
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Oct 18 15:18:55 2007 -0600

    Alternate CopyPixels path based on get/put_tile().
    
    For some drivers (like Xlib) it's not possible to treat the front/back color
    buffers as pipe_regions.  So pipe->region_copy() won't work.  Added a new
    state tracker field indicating if we can use regions for colorbuffer accesses.
    This should probably be re-considered someday...

commit 5d39f4f9fdba4cd3333a39af583a73b85eb6bb74
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Oct 18 15:14:50 2007 -0600

    fix bug in copy_rect(), use temp vars in sp_region_copy() to aid debugging

commit 874b6b9960ee3778182cf331f6faf59d477eb214
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Oct 18 14:30:03 2007 -0600

    fix off-by-one error in CopyPixels src position




More information about the mesa-commit mailing list