mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed Feb 6 05:38:49 UTC 2008


 SConstruct                                      |    8 +-
 src/mesa/SConscript                             |    1 
 src/mesa/pipe/README.portability                |   43 +++++++++++++
 src/mesa/pipe/draw/draw_prim.c                  |   18 +++--
 src/mesa/pipe/draw/draw_vbuf.c                  |   63 +++++++++----------
 src/mesa/pipe/draw/draw_vertex_fetch.c          |    8 +-
 src/mesa/pipe/draw/draw_vertex_shader.c         |    6 -
 src/mesa/pipe/draw/draw_vertex_shader_llvm.c    |    4 -
 src/mesa/pipe/draw/draw_vf.c                    |    4 -
 src/mesa/pipe/draw/draw_vf_generic.c            |    3 
 src/mesa/pipe/draw/draw_vf_sse.c                |    6 -
 src/mesa/pipe/i915simple/i915_fpc_translate.c   |   14 ++--
 src/mesa/pipe/i915simple/i915_prim_vbuf.c       |    3 
 src/mesa/pipe/i915simple/i915_state_derived.c   |    2 
 src/mesa/pipe/i915simple/i915_state_emit.c      |    2 
 src/mesa/pipe/i915simple/i915_state_immediate.c |    2 
 src/mesa/pipe/i915simple/i915_state_sampler.c   |    2 
 src/mesa/pipe/i965simple/brw_cc.c               |    2 
 src/mesa/pipe/i965simple/brw_curbe.c            |    6 -
 src/mesa/pipe/i965simple/brw_eu_debug.c         |   10 +--
 src/mesa/pipe/i965simple/brw_eu_emit.c          |    4 -
 src/mesa/pipe/i965simple/brw_sf.c               |    8 +-
 src/mesa/pipe/i965simple/brw_sf_emit.c          |   14 ++--
 src/mesa/pipe/i965simple/brw_state.c            |    2 
 src/mesa/pipe/i965simple/brw_state_cache.c      |    6 -
 src/mesa/pipe/i965simple/brw_state_pool.c       |    4 -
 src/mesa/pipe/i965simple/brw_urb.c              |    6 -
 src/mesa/pipe/i965simple/brw_vs_emit.c          |    2 
 src/mesa/pipe/i965simple/brw_wm.c               |    2 
 src/mesa/pipe/i965simple/brw_wm_glsl.c          |    2 
 src/mesa/pipe/i965simple/brw_wm_sampler_state.c |    2 
 src/mesa/pipe/p_compiler.h                      |    3 
 src/mesa/pipe/p_debug.h                         |   79 ++++++++++++++++++++++++
 src/mesa/pipe/p_format.h                        |    3 
 src/mesa/pipe/p_util.h                          |    4 -
 src/mesa/pipe/pipebuffer/pb_buffer.h            |    4 -
 src/mesa/pipe/pipebuffer/pb_buffer_fenced.c     |    4 -
 src/mesa/pipe/pipebuffer/pb_buffer_fenced.h     |    2 
 src/mesa/pipe/pipebuffer/pb_buffer_malloc.c     |    4 -
 src/mesa/pipe/pipebuffer/pb_bufmgr_fenced.c     |    4 -
 src/mesa/pipe/pipebuffer/pb_bufmgr_mm.c         |   21 +++---
 src/mesa/pipe/pipebuffer/pb_bufmgr_pool.c       |    8 --
 src/mesa/pipe/softpipe/sp_prim_setup.c          |   24 +++----
 src/mesa/pipe/softpipe/sp_quad_fs.c             |   10 +--
 src/mesa/pipe/softpipe/sp_tile_cache.c          |    4 -
 src/mesa/pipe/tgsi/exec/tgsi_exec.c             |    6 -
 src/mesa/pipe/tgsi/exec/tgsi_sse2.c             |   44 ++++++-------
 src/mesa/pipe/tgsi/util/tgsi_build.c            |    1 
 src/mesa/pipe/tgsi/util/tgsi_dump.c             |    3 
 src/mesa/pipe/tgsi/util/tgsi_parse.c            |    1 
 src/mesa/pipe/tgsi/util/tgsi_util.c             |    1 
 src/mesa/pipe/util/p_debug.c                    |   70 +++++++++++++++++++++
 src/mesa/sources                                |    1 
 53 files changed, 375 insertions(+), 185 deletions(-)

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

New commits:
commit 9791d7f64c5a58b9c1bf32d00c71e0e031f54f70
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Wed Feb 6 14:37:49 2008 +0900

    gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.

commit 78bce9c2dcd45d1d8706bb9bab3b3a73943de990
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Wed Feb 6 14:37:24 2008 +0900

    gallium: Add forgotten return type.

commit 81b6a801f79f3caddf4257a014a6aa80029c8d62
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Wed Feb 6 14:36:50 2008 +0900

    gallium: Update scons instructions. Propagate user environment.

commit a31d289de6091987e6b9da6af1b2e56eb79a96fb
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Wed Feb 6 13:27:49 2008 +0900

    gallium: Cross-platform debugging helpers.

commit 5e2d0517b1b42c6f94fa69bf4e32a19d00fd519f
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Mon Feb 4 17:02:08 2008 +0900

    gallium: Portability guidelines.




More information about the mesa-commit mailing list