mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Wed Mar 19 17:15:07 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:
 src/gallium/auxiliary/cso_cache/cso_context.c |  202 ++++++++++++++++++++++---
 src/gallium/auxiliary/cso_cache/cso_context.h |   53 ++++++-
 src/gallium/auxiliary/util/u_blit.c           |  125 ++++++++--------
 src/gallium/auxiliary/util/u_blit.h           |    5 +-
 src/gallium/auxiliary/util/u_gen_mipmap.c     |  116 ++++++++-------
 src/gallium/auxiliary/util/u_gen_mipmap.h     |    6 +-
 src/gallium/drivers/softpipe/sp_tile_cache.c  |    1 +
 src/mesa/state_tracker/st_atom_blend.c        |   12 +-
 src/mesa/state_tracker/st_atom_framebuffer.c  |    9 +-
 src/mesa/state_tracker/st_atom_viewport.c     |   26 ++--
 src/mesa/state_tracker/st_cb_blit.c           |   17 +--
 src/mesa/state_tracker/st_cb_clear.c          |   35 ++---
 src/mesa/state_tracker/st_cb_drawpixels.c     |   25 ++--
 src/mesa/state_tracker/st_context.h           |    1 -
 src/mesa/state_tracker/st_draw.c              |    6 +-
 src/mesa/state_tracker/st_gen_mipmap.c        |   20 +--
 16 files changed, 412 insertions(+), 247 deletions(-)

       via  7d95efde0a0e13e13c59444703bc47eb13926385 (commit)
       via  1213c7257335d577cf0217e34edafddf0451ba1b (commit)
       via  4b39ba72166c6468525b19797c3d8a058814d789 (commit)
      from  e08501b45763cf177f03fb34b737050d23ba4bc0 (commit)


- Commits -----------------------------------------------
commit 7d95efde0a0e13e13c59444703bc47eb13926385
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Mar 19 11:12:48 2008 -0600

    gallium: implement CSO save/restore functions for use by meta operations (blit, gen-mipmaps, quad-clear, etc)
    
    Also, additional cso_set_*() functions for viewport, framebuffer, blend color,
    etc. state.

commit 1213c7257335d577cf0217e34edafddf0451ba1b
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Mar 19 10:43:35 2008 -0600

    gallium: remove old commented-out code

commit 4b39ba72166c6468525b19797c3d8a058814d789
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Mar 19 08:53:02 2008 -0600

    gallium: set tc->surface_map = NULL after unmapping

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




More information about the mesa-commit mailing list