mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Wed Jul 11 22:17:31 UTC 2007


 progs/trivial/quad-offset-units.c         |    8 ---
 src/mesa/pipe/draw/draw_offset.c          |   21 +++++----
 src/mesa/pipe/softpipe/sp_context.c       |    1 
 src/mesa/pipe/softpipe/sp_context.h       |    1 
 src/mesa/pipe/softpipe/sp_prim_setup.c    |    9 +++
 src/mesa/pipe/softpipe/sp_quad.c          |    4 +
 src/mesa/pipe/softpipe/sp_quad.h          |    1 
 src/mesa/pipe/softpipe/sp_quad_stipple.c  |   56 ++++++++++++++++++++++++
 src/mesa/pipe/softpipe/sp_state_derived.c |    7 ++-
 src/mesa/sources                          |    2 
 src/mesa/state_tracker/st_atom.c          |    1 
 src/mesa/state_tracker/st_atom.h          |    1 
 src/mesa/state_tracker/st_atom_point.c    |   70 ------------------------------
 src/mesa/state_tracker/st_atom_stipple.c  |   62 ++++++++++++++++++++++++++
 14 files changed, 156 insertions(+), 88 deletions(-)

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

New commits:
commit 2371ed36f7761c4fa452e51a41947ed34f2b661b
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Jul 11 16:17:23 2007 -0600

    remove unused hw_data_offset

commit 46d75518fa4d0cb59dd73a9cd22bfd128ecb2c79
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Jul 11 13:13:00 2007 -0600

    disable debug printfs

commit 8db689350d9789a754c59b00f68b53f5a7e978ee
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Jul 11 13:12:33 2007 -0600

    remove glDepthFunc(GL_LEQUAL) change from prev commit

commit aac212966314852936352b024bfd897485aa5e83
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Jul 11 13:02:03 2007 -0600

    Fix broken depth offset.
    
    The edge vectors were totally wrong.
    Need to multiply bias units by the min resolvable depth delta.

commit bc4dd63f12059813f6de832e335521eb766f4afb
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Jul 11 11:36:22 2007 -0600

    Obsolete file.

commit e89bd0fbc56ecfb96f3aff926c5891c45221dd37
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Jul 11 11:34:19 2007 -0600

    Implement polygon stipple state tracking, application.




More information about the mesa-commit mailing list