Bug 7839 - i915: Write masks on TEX ARB_f_p instructions are ignored
Summary: i915: Write masks on TEX ARB_f_p instructions are ignored
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/i915 (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-10 16:22 UTC by Frank Richter
Modified: 2009-08-24 12:24 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Patch to make i915 driver support writemasks for tex instructions (2.13 KB, patch)
2006-08-10 16:23 UTC, Frank Richter
Details | Splinter Review

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.