mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Wed Mar 19 23:17:46 UTC 2008


The branch, gallium-0.1 has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1

Summary of changes:
 progs/tests/mipmap_view.c                       |   25 ++++++++++++++--------
 src/gallium/auxiliary/cso_cache/cso_context.c   |    6 +++-
 src/gallium/auxiliary/draw/draw_aaline.c        |    1 +
 src/gallium/auxiliary/draw/draw_pstipple.c      |    2 +-
 src/gallium/auxiliary/util/u_gen_mipmap.c       |    3 +-
 src/gallium/drivers/cell/ppu/cell_texture.c     |    3 +-
 src/gallium/drivers/i915simple/i915_texture.c   |    3 +-
 src/gallium/drivers/i965simple/brw_tex_layout.c |    3 +-
 src/gallium/drivers/softpipe/sp_texture.c       |    3 +-
 src/gallium/include/pipe/p_context.h            |    6 +---
 src/mesa/state_tracker/st_atom_framebuffer.c    |   16 +++++++-------
 src/mesa/state_tracker/st_atom_texture.c        |    5 ----
 src/mesa/state_tracker/st_cb_drawpixels.c       |    3 ++
 src/mesa/state_tracker/st_cb_texture.c          |   13 ++++++-----
 src/mesa/state_tracker/st_texture.h             |    2 -
 15 files changed, 52 insertions(+), 42 deletions(-)

       via  ba31cf68551e409c7360995a35d836c22d9e0e75 (commit)
       via  4984487bc3338fc351a0631eaa4515e4adbb86a9 (commit)
       via  11c34dc644fe58b8178ab9142929a6685e3c0848 (commit)
       via  b45669283fe4b9af9f2e78ac3c0c84207cf63775 (commit)
      from  df5ba799fa929d4c739be9d11d3f1000afc265b2 (commit)


- Commits -----------------------------------------------
commit ba31cf68551e409c7360995a35d836c22d9e0e75
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Mar 19 17:14:49 2008 -0600

    better text labels

commit 4984487bc3338fc351a0631eaa4515e4adbb86a9
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Mar 19 17:08:16 2008 -0600

    gallium: add face, dirtyLevels params to pipe->texture_update()
    
    This provides better information about which images in texture object have changed.
    Also, call texture_update() from more places previously missed.

commit 11c34dc644fe58b8178ab9142929a6685e3c0848
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Mar 19 17:04:49 2008 -0600

    gallium: need to set/save framebuffer state in st_context since we use it elsewhere

commit b45669283fe4b9af9f2e78ac3c0c84207cf63775
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Mar 19 16:41:54 2008 -0600

    gallium: fix bug in cso_single_sampler_done() in computation of nr_samplers
    
    Need to find highest used sampler so search from end toward beginning.

---------------------------------




More information about the mesa-commit mailing list