mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Fri Oct 26 02:35:58 UTC 2007


 src/mesa/drivers/dri/intel_winsys/intel_winsys_i915.c |   61 +++
 src/mesa/drivers/x11/xm_buffer.c                      |    4 
 src/mesa/drivers/x11/xm_surface.c                     |    8 
 src/mesa/drivers/x11/xm_winsys.c                      |   83 +++--
 src/mesa/pipe/failover/fo_context.c                   |    2 
 src/mesa/pipe/i915simple/i915_regions.c               |   61 ---
 src/mesa/pipe/i915simple/i915_surface.c               |   17 -
 src/mesa/pipe/p_context.h                             |   31 +
 src/mesa/pipe/p_state.h                               |   21 -
 src/mesa/pipe/p_winsys.h                              |   14 
 src/mesa/pipe/softpipe/sp_context.c                   |    6 
 src/mesa/pipe/softpipe/sp_flush.c                     |    6 
 src/mesa/pipe/softpipe/sp_quad_blend.c                |    8 
 src/mesa/pipe/softpipe/sp_quad_colormask.c            |    5 
 src/mesa/pipe/softpipe/sp_quad_depth_test.c           |    2 
 src/mesa/pipe/softpipe/sp_quad_output.c               |    3 
 src/mesa/pipe/softpipe/sp_quad_stencil.c              |    2 
 src/mesa/pipe/softpipe/sp_region.c                    |   57 ---
 src/mesa/pipe/softpipe/sp_state_surface.c             |    6 
 src/mesa/pipe/softpipe/sp_surface.c                   |  294 ++++++------------
 src/mesa/pipe/softpipe/sp_surface.h                   |    6 
 src/mesa/pipe/softpipe/sp_tile_cache.c                |   50 +--
 src/mesa/pipe/softpipe/sp_tile_cache.h                |    6 
 src/mesa/pipe/tgsi/exec/tgsi_exec.c                   |  187 ++++++-----
 src/mesa/pipe/tgsi/exec/tgsi_exec.h                   |    3 
 src/mesa/state_tracker/st_cb_accum.c                  |   22 -
 src/mesa/state_tracker/st_cb_clear.c                  |    2 
 src/mesa/state_tracker/st_cb_drawpixels.c             |   13 
 src/mesa/state_tracker/st_cb_fbo.c                    |    8 
 src/mesa/state_tracker/st_cb_readpixels.c             |    2 
 src/mesa/state_tracker/st_cb_texture.c                |    4 
 src/mesa/state_tracker/st_mipmap_tree.c               |    7 
 32 files changed, 481 insertions(+), 520 deletions(-)

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

New commits:
commit ec854674577dc8162fd336e2a5369ec274271929
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Oct 25 20:31:13 2007 -0600

    clean-up, simplify some tile code, more to come

commit f684120417c6b3ca9e7486ffeb24fe88e428834d
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Oct 25 19:27:29 2007 -0600

    Move region_alloc() and region_release() to pipe_winsys.
    
    This allows regions to be allocated w/out a rendering context.

commit 616112ea2e0eefea356be228bff8754ee955d8b3
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Oct 25 19:19:51 2007 -0600

    silence warning

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

    Move the get/put_tile() functions to pipe_context.
    
    The _rgba versions are temporary until the state tracker is updated.

commit afd19177e4e6571858fc94ab6be1b12bb54a04ed
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Oct 25 18:30:06 2007 -0600

    tex comments

commit aaac436c6c06232e383d5cee3c6dfc69eb820c83
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Oct 24 17:01:23 2007 -0600

    added some comments

commit 3dde3715db671e32261bfb8b11fb599e5a0e6c5a
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Oct 24 16:58:47 2007 -0600

    update TILE_TOP/BOTTOM_* values to match softpipe

commit 86f09fd1a78c5ea060b62e6b657fd693a2d688a8
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Oct 24 16:58:00 2007 -0600

    s/GLfloat/float/, s/GLint/int/, etc




More information about the mesa-commit mailing list