Bug 7839

Summary: i915: Write masks on TEX ARB_f_p instructions are ignored
Product: Mesa Reporter: Frank Richter <resqu>
Component: Drivers/DRI/i915Assignee: Default DRI bug account <dri-devel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: git   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: Patch to make i915 driver support writemasks for tex instructions

Description Frank Richter 2006-08-10 16:22:07 UTC
Write masks specified for the TEX ARB_fragment_program instructions are ignored,
programs using that feature produce incorrect output.
Comment 1 Frank Richter 2006-08-10 16:23:30 UTC
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.
Comment 2 Alan Hourihane 2006-08-18 02:05:47 UTC
Fixed. Closing.
Comment 3 Adam Jackson 2009-08-24 12:24:05 UTC
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.