mesa: Changes to 'master'

Brian Paul brianp at kemper.freedesktop.org
Sat Jun 30 03:52:18 UTC 2007


 src/mesa/swrast/s_aalinetemp.h |    4 ++--
 src/mesa/swrast/s_aatritemp.h  |    3 ++-
 src/mesa/swrast/s_accum.c      |    4 +++-
 src/mesa/swrast/s_bitmap.c     |    8 ++++++--
 src/mesa/swrast/s_buffers.c    |    8 ++++++--
 src/mesa/swrast/s_copypix.c    |   30 ++++++++++++++----------------
 src/mesa/swrast/s_drawpix.c    |   28 +++++++++++++---------------
 src/mesa/swrast/s_linetemp.h   |    5 ++++-
 src/mesa/swrast/s_points.c     |    6 +++---
 src/mesa/swrast/s_span.c       |    8 +++++---
 src/mesa/swrast/s_span.h       |   18 +++++++++---------
 src/mesa/swrast/s_tritemp.h    |    2 +-
 src/mesa/swrast/s_zoom.c       |    3 ++-
 13 files changed, 70 insertions(+), 57 deletions(-)

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

New commits:
commit f4b103dc993491355ec3e3640d9cb060138175c2
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jun 29 21:52:18 2007 -0600

    simplify INIT_SPAN code

commit fcc77d3ece160743e3f0f034ce2e130030c6386d
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jun 29 21:33:59 2007 -0600

    s/SPAN_RGBA/SPAN_INDEX/ in clear_ci_buffer_with_masking()

commit 9dca42a4a10acbf1980c0f2eafb3e28e11ca1bf3
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jun 29 21:29:30 2007 -0600

    Undo some prev glDraw/CopyPixel changes which fixed a bug in which colors were overwritten by interpolating attributes.
    
    Now just set the span->arrayAttribs mask in glDraw/CopyPixels and be sure
    we don't overwrite the values in interpolate_active_attribs().




More information about the mesa-commit mailing list