mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Tue Feb 12 22:01:56 UTC 2008


 progs/demos/lodbias.c                           |   12 +++++
 progs/tests/mipmap_limits.c                     |   12 ++---
 src/mesa/pipe/i915simple/i915_state.c           |    7 +++
 src/mesa/pipe/i915simple/i915_state_sampler.c   |    2 
 src/mesa/pipe/i915simple/i915_texture.c         |   30 +++++++-------
 src/mesa/pipe/i965simple/brw_tex_layout.c       |    8 +--
 src/mesa/pipe/i965simple/brw_wm_surface_state.c |    2 
 src/mesa/pipe/p_state.h                         |   14 +-----
 src/mesa/pipe/softpipe/sp_state_sampler.c       |    4 +
 src/mesa/pipe/softpipe/sp_tex_sample.c          |   18 ++------
 src/mesa/pipe/softpipe/sp_texture.c             |    4 +
 src/mesa/state_tracker/st_cb_drawpixels.c       |    6 +-
 src/mesa/state_tracker/st_cb_texture.c          |   51 +++++++-----------------
 src/mesa/state_tracker/st_gen_mipmap.c          |   43 +++++++++++---------
 src/mesa/state_tracker/st_texture.c             |   39 ++++++++++++------
 src/mesa/state_tracker/st_texture.h             |    7 +--
 16 files changed, 136 insertions(+), 123 deletions(-)

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

New commits:
commit 4697cee78b356c07cde6ec7f36a41d74d82ec38f
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Feb 11 09:46:10 2008 -0700

    press 0,1,2,etc keys for specific bias values

commit 74c32ee6aa9dcd2b1d23666a4899f3e82a6c5dad
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Feb 12 14:59:07 2008 -0700

    tweak incr/decrements amounts for keyboard options

commit 1d62a057bcb3ee4ef6ebedd93f62ed2e0d8061ba
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Feb 12 14:55:51 2008 -0700

    gallium: remove unused first_level param from st_texture_create()

commit 4da1cdf78fa3b954840650fa46cf72da5daf149f
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Feb 12 14:53:25 2008 -0700

    gallium: clean-up, simplification of mipmapped textures
    
    Remove pipe_texture->first_level (always implicitly zero).  This means there's
    never any unused mipmap levels at the top.
    In the state tracker, we no longer re-layout mipmapped textures if the
    MinLod/MaxLod texture parameters change.  It's up to the driver to obey the
    pipe_sampler->min/max_lod clamps.




More information about the mesa-commit mailing list