mesa: Changes to 'mesa_7_0_branch'

Roland Scheidegger sroland at kemper.freedesktop.org
Fri Feb 15 16:28:07 UTC 2008


 src/mesa/main/texenvprogram.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

New commits:
commit c5f8ff8b32795a0d7d31bec301eeadc2b9339bfa
Author: Roland Scheidegger <sroland at tungstengraphics.com>
Date:   Fri Feb 15 17:26:06 2008 +0100

    fix bug with generated fragment programs if vertex shader is active
    
    When generating a fragment program from fixed function, checking
    texUnit->_ReallyEnabled is not sufficient, need texUnit->Enabled too
    since the former also represents texture enables from an active vertex
    shader.




More information about the mesa-commit mailing list