mesa: Changes to 'gallium-0.1'

Michal Krol michal at kemper.freedesktop.org
Mon Oct 29 17:06:25 UTC 2007


 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_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 
 31 files changed, 465 insertions(+), 261 deletions(-)

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

New commits:
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