mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Wed Jun 20 00:49:18 UTC 2007


 src/mesa/pipe/p_context.h                  |    9 +-
 src/mesa/pipe/p_defines.h                  |   45 ++++++++-----
 src/mesa/pipe/p_state.h                    |   53 ++++++++++++----
 src/mesa/pipe/softpipe/sp_context.h        |    2 
 src/mesa/sources                           |    2 
 src/mesa/state_tracker/st_atom.c           |    6 -
 src/mesa/state_tracker/st_atom_alphatest.c |   94 +++++++++++++++++++++++++++++
 src/mesa/state_tracker/st_atom_depth.c     |   16 ++--
 src/mesa/state_tracker/st_atom_stencil.c   |   16 ++--
 src/mesa/state_tracker/st_context.h        |    1 
 10 files changed, 193 insertions(+), 51 deletions(-)

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

New commits:
commit 0e9838263c88d2b88abbedcd338491d08d61a6ac
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Jun 19 08:45:34 2007 -0600

    just use regular malloc(), free(), memcpy()

commit 2137e3053ec87e4463fdbd952537d1bbd1a3dbcd
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Jun 19 08:43:05 2007 -0600

    add point/line/polygon state

commit 493f7b5f3ae2eb64eaa65e24e79a7a071c359b81
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jun 18 17:54:38 2007 -0600

    Added alpha test state.

commit efe6c50089e945902917c8091c92ce3a6155caac
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jun 18 17:53:09 2007 -0600

    Define just one set of PIPE_FUNC_LESS, GREATER, EQUAL, etc tokens.
    
    Used for depth test, alpha test, stencil test, shadow test, etc.




More information about the mesa-commit mailing list