[Bug 36236] Problems with lights in Trine game from www.humblebundle.com

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 20 09:08:52 PDT 2011


https://bugs.freedesktop.org/show_bug.cgi?id=36236

--- Comment #28 from Christoph Bumiller <e0425955 at student.tuwien.ac.at> 2011-04-20 09:08:51 PDT ---
Now it become easy to fix, it seems that
TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS is set when it shouldn't be, the game
looks fine with llvmpipe if I make it ignore this property.

The nv50 and nvc0 drivers never cared about it and just assumed (had to,
actually, the assumption was added when
TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS didn't exist yet) that if multiple
colour values are written, the render targets are supposed to receive separate
values and not just colour 0.

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


More information about the dri-devel mailing list