mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Wed Feb 20 20:25:10 UTC 2008


 src/gallium/drivers/cell/ppu/cell_context.c     |    1 
 src/gallium/drivers/cell/ppu/cell_texture.c     |    8 ++++
 src/gallium/drivers/cell/ppu/cell_texture.h     |    3 +
 src/gallium/drivers/failover/fo_context.c       |    9 ++--
 src/gallium/drivers/i915simple/i915_context.c   |    1 
 src/gallium/drivers/i915simple/i915_texture.c   |    7 +++
 src/gallium/drivers/i915simple/i915_texture.h   |    4 ++
 src/gallium/drivers/i965simple/brw_context.c    |    1 
 src/gallium/drivers/i965simple/brw_tex_layout.c |    8 ++++
 src/gallium/drivers/i965simple/brw_tex_layout.h |    3 +
 src/gallium/drivers/softpipe/sp_context.c       |    1 
 src/gallium/drivers/softpipe/sp_texture.c       |   15 ++++++++
 src/gallium/drivers/softpipe/sp_texture.h       |    4 ++
 src/gallium/drivers/softpipe/sp_tile_cache.c    |   45 +++++++++++++-----------
 src/gallium/include/pipe/p_context.h            |    8 ++++
 src/mesa/state_tracker/st_atom_texture.c        |   14 +++++--
 src/mesa/state_tracker/st_cb_texture.c          |   23 +++---------
 17 files changed, 110 insertions(+), 45 deletions(-)

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

New commits:
commit d5640a2dbdc4454d0405f2cd5b18fc49b1ca7694
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Feb 20 13:24:52 2008 -0700

    gallium: new pipe->texture_update() function
    
    Called whenever texture data is changed (glTexImage, glTexSubImage,
    glCopyTexSubImage, etc).

commit 1d45787d4a70c55e7fa899d13b9139430e2fa3e2
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Feb 20 13:12:36 2008 -0700

    gallium: mark texture object data dirty in do_copy_texsubimage()

commit 3ccbaa977f96eaa849093875dd0944f744ee1e21
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Feb 20 13:11:51 2008 -0700

    gallium: re-enable GenerateMipmap calls




More information about the mesa-commit mailing list