mesa: Changes to 'gallium-0.1'

Michel Daenzer daenzer at kemper.freedesktop.org
Thu Dec 6 10:31:02 UTC 2007


 src/mesa/drivers/dri/intel_winsys/intel_screen.c |    4 
 src/mesa/pipe/failover/fo_context.c              |    3 
 src/mesa/pipe/failover/fo_context.h              |    2 
 src/mesa/pipe/failover/fo_state.c                |    2 
 src/mesa/pipe/i915simple/Makefile                |    2 
 src/mesa/pipe/i915simple/i915_context.c          |    9 
 src/mesa/pipe/i915simple/i915_context.h          |   30 +
 src/mesa/pipe/i915simple/i915_state.c            |    4 
 src/mesa/pipe/i915simple/i915_state_sampler.c    |   29 -
 src/mesa/pipe/i915simple/i915_surface.c          |   25 -
 src/mesa/pipe/i915simple/i915_tex_layout.c       |  474 --------------------
 src/mesa/pipe/i915simple/i915_tex_layout.h       |   16 
 src/mesa/pipe/i915simple/i915_texture.c          |  539 +++++++++++++++++++++++
 src/mesa/pipe/i915simple/i915_texture.h          |   16 
 src/mesa/pipe/llvm/llvm_entry.c                  |    2 
 src/mesa/pipe/p_context.h                        |   11 
 src/mesa/pipe/p_inlines.h                        |   20 
 src/mesa/pipe/p_state.h                          |   42 -
 src/mesa/pipe/softpipe/Makefile                  |    2 
 src/mesa/pipe/softpipe/sp_context.c              |   17 
 src/mesa/pipe/softpipe/sp_context.h              |    2 
 src/mesa/pipe/softpipe/sp_quad_fs.c              |    2 
 src/mesa/pipe/softpipe/sp_state.h                |   31 +
 src/mesa/pipe/softpipe/sp_state_fs.c             |    2 
 src/mesa/pipe/softpipe/sp_state_sampler.c        |    4 
 src/mesa/pipe/softpipe/sp_surface.c              |   25 -
 src/mesa/pipe/softpipe/sp_surface.h              |    2 
 src/mesa/pipe/softpipe/sp_tex_layout.c           |  361 ---------------
 src/mesa/pipe/softpipe/sp_tex_layout.h           |   16 
 src/mesa/pipe/softpipe/sp_tex_sample.c           |   18 
 src/mesa/pipe/softpipe/sp_texture.c              |  425 ++++++++++++++++++
 src/mesa/pipe/softpipe/sp_texture.h              |   18 
 src/mesa/pipe/softpipe/sp_tile_cache.c           |    4 
 src/mesa/pipe/softpipe/sp_tile_cache.h           |    2 
 src/mesa/pipe/tgsi/exec/tgsi_exec.h              |    2 
 src/mesa/sources                                 |    2 
 src/mesa/state_tracker/st_atom_texture.c         |   14 
 src/mesa/state_tracker/st_cb_drawpixels.c        |  214 ++-------
 src/mesa/state_tracker/st_cb_fbo.c               |   24 -
 src/mesa/state_tracker/st_cb_texture.c           |  432 ++++++++----------
 src/mesa/state_tracker/st_cb_texture.h           |   10 
 src/mesa/state_tracker/st_context.h              |   22 
 src/mesa/state_tracker/st_format.c               |    2 
 src/mesa/state_tracker/st_mipmap_tree.c          |  328 -------------
 src/mesa/state_tracker/st_mipmap_tree.h          |  118 -----
 src/mesa/state_tracker/st_texture.c              |  276 +++++++++++
 src/mesa/state_tracker/st_texture.h              |  109 ++++
 47 files changed, 1880 insertions(+), 1834 deletions(-)

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

New commits:
commit 987d59bb83e9e08192563e5f1b52949c5511053c
Author: Michel Dänzer <michel at tungstengraphics.com>
Date:   Thu Dec 6 11:30:34 2007 +0100

    Remove remnants of 'intel' from active state tracker code.

commit d492b388c96d98825ce9c6a9567ad83b3dee14b9
Author: Michel Dänzer <michel at tungstengraphics.com>
Date:   Thu Dec 6 11:25:40 2007 +0100

    st_mesa_format_to_pipe_format: Handle MESA_FORMAT_ARGB4444.

commit 753db0d8407147393a7b0622ae3fa28f68d0353d
Author: Michel Dänzer <michel at tungstengraphics.com>
Date:   Fri Nov 30 20:48:03 2007 +0100

    Hide texture layout details from the state tracker.
    
    pipe->get_tex_surface() has to be used for access to texture image data.




More information about the mesa-commit mailing list