Write masks specified for the TEX ARB_fragment_program instructions are ignored, programs using that feature produce incorrect output.
Created attachment 6517 [details] [review] Patch to make i915 driver support writemasks for tex instructions Apparently the i915 TEXLD does not honor write masks. Work around that by sampling to a temporary register and MOVing from that to the actual destination with the correct writemask.
Fixed. Closing.
Mass version move, cvs -> git
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.