mesa: Changes to 'refs/remotes/origin/gallium-0.1'

Jesse Barnes jbarnes at kemper.freedesktop.org
Mon Oct 29 19:06:16 UTC 2007


 src/mesa/drivers/dri/intel_winsys/intel_winsys_softpipe.c |   22 +-
 src/mesa/pipe/draw/draw_context.c                         |   16 -
 src/mesa/pipe/draw/draw_vertex_fetch.c                    |    8 
 src/mesa/pipe/draw/draw_vertex_shader.c                   |   15 +
 src/mesa/pipe/draw/draw_wide_prims.c                      |   60 +++---
 src/mesa/pipe/i915simple/i915_surface.c                   |    1 
 src/mesa/pipe/p_context.h                                 |   60 ------
 src/mesa/pipe/p_format.h                                  |   84 ++++++++-
 src/mesa/pipe/p_inlines.h                                 |   89 +++++++++
 src/mesa/pipe/p_util.h                                    |  126 +++++++++++---
 src/mesa/pipe/softpipe/sp_clear.c                         |    8 
 src/mesa/pipe/softpipe/sp_context.c                       |    6 
 src/mesa/pipe/softpipe/sp_context.h                       |    3 
 src/mesa/pipe/softpipe/sp_draw_arrays.c                   |    1 
 src/mesa/pipe/softpipe/sp_prim_setup.c                    |   14 -
 src/mesa/pipe/softpipe/sp_prim_vbuf.c                     |    4 
 src/mesa/pipe/softpipe/sp_quad_depth_test.c               |   47 ++---
 src/mesa/pipe/softpipe/sp_quad_fs.c                       |   47 ++---
 src/mesa/pipe/softpipe/sp_region.c                        |    2 
 src/mesa/pipe/softpipe/sp_state_blend.c                   |   14 -
 src/mesa/pipe/softpipe/sp_state_fs.c                      |   33 ++-
 src/mesa/pipe/softpipe/sp_state_rasterizer.c              |    7 
 src/mesa/pipe/softpipe/sp_state_sampler.c                 |    5 
 src/mesa/pipe/softpipe/sp_surface.c                       |    9 -
 src/mesa/pipe/softpipe/sp_tex_layout.c                    |    5 
 src/mesa/pipe/softpipe/sp_tex_sample.c                    |    5 
 src/mesa/pipe/softpipe/sp_tile_cache.c                    |    7 
 src/mesa/pipe/tgsi/exec/tgsi_dump.c                       |   44 +++-
 src/mesa/pipe/tgsi/exec/tgsi_exec.c                       |   28 +--
 src/mesa/pipe/tgsi/exec/tgsi_parse.c                      |   31 +++
 src/mesa/pipe/tgsi/exec/tgsi_sse2.c                       |   29 +++
 src/mesa/state_tracker/st_cb_drawpixels.c                 |    1 
 src/mesa/state_tracker/st_cb_fbo.c                        |    1 
 33 files changed, 552 insertions(+), 280 deletions(-)

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

New commits:
commit f33ced441c934b625b9c126d054439855e822215
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Mon Oct 29 17:36:37 2007 +0000

    Update intel_is_format_supported.

commit da9815e17f42b5f07beb47a08146e44c367c1ac2
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Mon Oct 29 17:36:20 2007 +0000

    Add detailed comments.

commit 7de874ec2c7b9e3aff7f81b7e30045b45381fbad
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Mon Oct 29 16:59:57 2007 +0000

    Make it compile under linux.
    
    Move pipe_region/surface_reference functions to pipe/p_inlines.h.
    Remove #include "p_util.h" from pipe/p_context.h.

commit ee295fccdd0c94cb6b8af4dfb30283e39f548223
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Mon Oct 29 16:20:45 2007 +0000

    Make gallium compile in win32.
    
    Use FREE, MALLOC, CALLOC, GETENV wrappers.
    Silence compiler warnings.
    Add proper copyrights.




More information about the mesa-commit mailing list