mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Mon Dec 10 20:42:24 UTC 2007


 src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c |    2 
 src/mesa/pipe/i915simple/i915_context.c               |   77 +++++------
 src/mesa/pipe/i915simple/i915_surface.c               |   34 ++++-
 src/mesa/pipe/p_context.h                             |    3 
 src/mesa/pipe/p_defines.h                             |    7 -
 src/mesa/pipe/softpipe/sp_context.c                   |   24 ++-
 src/mesa/pipe/softpipe/sp_tile_cache.c                |    2 
 src/mesa/pipe/softpipe/sp_winsys.h                    |   16 +-
 src/mesa/pipe/xlib/xm_winsys.c                        |   26 ----
 src/mesa/state_tracker/st_cb_accum.c                  |  117 +++++++++++++++---
 src/mesa/state_tracker/st_cb_drawpixels.c             |    4 
 src/mesa/state_tracker/st_cb_fbo.c                    |   11 +
 src/mesa/state_tracker/st_cb_fbo.h                    |    3 
 src/mesa/state_tracker/st_format.c                    |   95 +++++++-------
 src/mesa/state_tracker/st_format.h                    |    2 
 src/mesa/state_tracker/st_framebuffer.c               |   29 +---
 16 files changed, 273 insertions(+), 179 deletions(-)

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

New commits:
commit 4f58d9af9addb1506a1b2abc7dd8012147772b78
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Dec 10 13:48:09 2007 -0700

    Add 'type' parameter to is_format_supported() to specify texture vs. drawing surface, etc.
    
    Additional types may be added in the future.

commit f26936b35253b697f1ccb5c2898a8607564bdcfe
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Dec 10 13:45:24 2007 -0700

    disable assertion in sp_tile_cache_set_surface() for now

commit 4ccd3124f611b33c062c4b0004616171934f1908
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Dec 10 13:42:34 2007 -0700

    implement i915_put_tile_rgba() - temporary code though

commit 1b20b2d53b0aa4c81291e1ffd888b59fb9f1fb02
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Dec 10 13:41:19 2007 -0700

    don't use get/put_tile_rgba() for accum buffer accesses




More information about the mesa-commit mailing list