mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Fri Jun 22 23:17:43 UTC 2007


 src/mesa/pipe/p_context.h                   |    8 +
 src/mesa/pipe/p_defines.h                   |   31 ++++--
 src/mesa/pipe/p_state.h                     |  100 ++++++++++++--------
 src/mesa/pipe/softpipe/sp_context.c         |    2 
 src/mesa/pipe/softpipe/sp_context.h         |    4 
 src/mesa/pipe/softpipe/sp_prim_cull.c       |    5 -
 src/mesa/pipe/softpipe/sp_prim_twoside.c    |    3 
 src/mesa/pipe/softpipe/sp_prim_unfilled.c   |   12 +-
 src/mesa/pipe/softpipe/sp_quad_alpha_test.c |    8 -
 src/mesa/pipe/softpipe/sp_state.h           |    8 +
 src/mesa/pipe/softpipe/sp_state_sampler.c   |   64 +++++++++++++
 src/mesa/pipe/softpipe/sp_state_setup.c     |    5 -
 src/mesa/sources                            |    2 
 src/mesa/state_tracker/st_atom_sampler.c    |  135 ++++++++++++++++++++++++++++
 src/mesa/state_tracker/st_atom_setup.c      |   62 +++++++-----
 src/mesa/state_tracker/st_context.h         |    1 
 16 files changed, 356 insertions(+), 94 deletions(-)

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

New commits:
commit 5d69aeb0028f44d06093faede5c545908b0df89a
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jun 22 13:37:47 2007 -0600

    initial texture object, texture format code

commit 13682d959ddacde1ce65843aa8c5b43dc9017b32
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jun 22 13:08:49 2007 -0600

    more texture sampler work

commit 8754b59667f8196eb884113ef1427b0792de47fd
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jun 22 12:49:23 2007 -0600

    added blend comments

commit f79c225d9e5adee6287a9bba35f014c3fe00d3f9
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jun 22 12:47:04 2007 -0600

    Assorted token renaming/removal, minor state changes, etc.




More information about the mesa-commit mailing list