mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Mon Jun 18 12:58:09 UTC 2007


 progs/trivial/line.c                         |    2 
 src/mesa/pipe/p_context.h                    |    3 +
 src/mesa/pipe/p_state.h                      |   15 ++++-
 src/mesa/pipe/softpipe/sp_context.c          |    1 
 src/mesa/pipe/softpipe/sp_context.h          |    3 -
 src/mesa/pipe/softpipe/sp_state.h            |    7 +-
 src/mesa/pipe/softpipe/sp_state_clip.c       |    2 
 src/mesa/pipe/softpipe/sp_state_surface.c    |   14 ++++
 src/mesa/sources                             |    1 
 src/mesa/state_tracker/st_atom.c             |    1 
 src/mesa/state_tracker/st_atom.h             |    1 
 src/mesa/state_tracker/st_atom_framebuffer.c |   78 +++++++++++++++++++++++++++
 src/mesa/state_tracker/st_context.h          |    1 
 13 files changed, 123 insertions(+), 6 deletions(-)

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

New commits:
commit 9ec2e162235920e6430914b73ff6f391a73b6a3a
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jun 18 06:57:36 2007 -0600

    change clear color

commit 97fc7685742bfd60d36001ab832f14a003152bae
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jun 15 10:57:44 2007 -0600

    s/PRIM_H/SP_STATE_H/

commit 3cdd8bfe8e5afa57001c605b42bfac1f3fbc4eb8
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jun 15 10:55:12 2007 -0600

    Added st_update_framebuffer struct/object.

commit 1119852d0272c5ae43b09024b61f6e53c356ee65
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jun 15 10:54:08 2007 -0600

    framebuffer state

commit fde755aefb3559731a734110c7172badee9f14f9
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jun 15 10:50:48 2007 -0600

    In softpipe_set_viewport() use ordinary (struct) assignment to update softpipe->viewport.
    
    The previous memcpy() was incorrect since it only copied 4 bytes instead of 32.
    With struct assignment we avoid data size errors.

commit 8f6b6eed35832733674372dea7bd5ce69a965c4e
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jun 15 09:51:53 2007 -0600

    initial framebuffer state

commit fe1f94f26c5cb43934513a38f60bf00aa542e64c
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jun 15 09:51:27 2007 -0600

    framebuffer state




More information about the mesa-commit mailing list