mesa: Changes to 'master'

Brian Paul brianp at kemper.freedesktop.org
Fri Jul 6 22:54:21 UTC 2007


 src/mesa/drivers/dri/i915/i915_vtbl.c    |    1 +
 src/mesa/drivers/dri/i915tex/i915_vtbl.c |    1 +
 src/mesa/swrast_setup/ss_context.c       |   25 ++++++++++++++-----------
 3 files changed, 16 insertions(+), 11 deletions(-)

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

New commits:
commit a164d3aee063580503e5e9a77980059d52c486d7
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jul 6 16:51:19 2007 -0600

    In _swsetup_Translate(), update dest->attrib[FRAG_ATTRIB_COL0].
    
    Also, check if we're in RGB vs. CI mode.  This fixes a problem with
    incorrect rendering color seen with the redbook/polys demo.

commit 0bf2479aef5def4d01bfc55b08992f41664f1431
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Jul 6 16:50:13 2007 -0600

    Add case for GL_QUADS in i915_reduced_primitive_state().
    
    The t_dd_tritemp.h code can emit GL_QUADS primitives.  We need to catch
    that case to determine if polygon stipple should be enabled.
    Fixes bug reported by Carlos Diógenes on 4 July 2007.




More information about the mesa-commit mailing list