mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Thu Dec 13 20:39:38 UTC 2007


 src/mesa/pipe/i915simple/i915_texture.c         |    4 
 src/mesa/pipe/i965simple/Makefile               |    2 
 src/mesa/pipe/i965simple/brw_batch.h            |    3 
 src/mesa/pipe/i965simple/brw_cc.c               |    2 
 src/mesa/pipe/i965simple/brw_clip_state.c       |    4 
 src/mesa/pipe/i965simple/brw_context.c          |    1 
 src/mesa/pipe/i965simple/brw_context.h          |   99 -
 src/mesa/pipe/i965simple/brw_curbe.c            |   79 
 src/mesa/pipe/i965simple/brw_eu.h               |   11 
 src/mesa/pipe/i965simple/brw_eu_emit.c          |   18 
 src/mesa/pipe/i965simple/brw_gs_state.c         |    3 
 src/mesa/pipe/i965simple/brw_misc_state.c       |    6 
 src/mesa/pipe/i965simple/brw_sf.c               |  213 +-
 src/mesa/pipe/i965simple/brw_sf.h               |   17 
 src/mesa/pipe/i965simple/brw_sf_emit.c          |  340 ---
 src/mesa/pipe/i965simple/brw_sf_state.c         |  124 -
 src/mesa/pipe/i965simple/brw_shader_info.c      |   49 
 src/mesa/pipe/i965simple/brw_state.c            |    7 
 src/mesa/pipe/i965simple/brw_state.h            |    7 
 src/mesa/pipe/i965simple/brw_state_cache.c      |    5 
 src/mesa/pipe/i965simple/brw_state_pool.c       |    9 
 src/mesa/pipe/i965simple/brw_state_upload.c     |    4 
 src/mesa/pipe/i965simple/brw_tex_layout.c       |   26 
 src/mesa/pipe/i965simple/brw_vs_state.c         |    2 
 src/mesa/pipe/i965simple/brw_wm.c               |   28 
 src/mesa/pipe/i965simple/brw_wm.h               |  184 --
 src/mesa/pipe/i965simple/brw_wm_decl.c          |  377 ++++
 src/mesa/pipe/i965simple/brw_wm_glsl.c          | 2141 ++++++++++--------------
 src/mesa/pipe/i965simple/brw_wm_sampler_state.c |    9 
 src/mesa/pipe/i965simple/brw_wm_state.c         |   50 
 src/mesa/pipe/p_util.h                          |    5 
 src/mesa/pipe/softpipe/sp_texture.c             |    4 
 32 files changed, 1795 insertions(+), 2038 deletions(-)

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

New commits:
commit 568fcf64c774f5f8e9f65bb86c121f5d550b1632
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu Dec 13 20:38:56 2007 +0000

    965: get fragment shader compiler compiling
    
    Don't think that it will run though.




More information about the mesa-commit mailing list