http://bugs.freedesktop.org/show_bug.cgi?id=10024





------- Comment #47 from [EMAIL PROTECTED]  2007-02-27 08:35 PST -------
a hunch:
in fragprog.c replace:
        fpi[i].SrcReg[1].File = PROGRAM_STATE_VAR;
        fpi[i].SrcReg[1].Index = window_index;
        fpi[i].SrcReg[1].Swizzle = MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y,
SWIZZLE_Z, SWIZZLE_ZERO);

        fpi[i].SrcReg[2].File = PROGRAM_STATE_VAR;
        fpi[i].SrcReg[2].Index = window_index;
        fpi[i].SrcReg[2].Swizzle = MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y,
SWIZZLE_Z, SWIZZLE_ZERO);

with:
        fpi[i].SrcReg[1].File = PROGRAM_STATE_VAR;
        fpi[i].SrcReg[1].Index = window_index;
        fpi[i].SrcReg[1].Swizzle = MAKE_SWIZZLE4(SWIZZLE_Z, SWIZZLE_Z,
SWIZZLE_Z, SWIZZLE_ZERO);

        fpi[i].SrcReg[2].File = PROGRAM_STATE_VAR;
        fpi[i].SrcReg[2].Index = window_index;
        fpi[i].SrcReg[2].Swizzle = MAKE_SWIZZLE4(SWIZZLE_Z, SWIZZLE_Z,
SWIZZLE_Z, SWIZZLE_ZERO);

A bit messy, I make a patch when I get home.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to