Bug 6673

Summary: nvvertparse doesn't parse swizzle suffix correctly
Product: Mesa Reporter: Tilman Sauerbeck <tilman>
Component: Mesa coreAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high Keywords: patch
Version: git   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: Patch

Description Tilman Sauerbeck 2006-04-20 09:04:56 UTC
SrcReg->Swizzle is always initialized to SWIZZLE_NOOP, and if the program
specifies a 2/3/4-compontent swizzle suffix, SrcReg->Swizzles is just ORed
against the new component values, without resetting it first.

Attached patch makes tests/vptest2 pass.
Comment 1 Tilman Sauerbeck 2006-04-20 09:05:19 UTC
Created attachment 5395 [details] [review]
Patch
Comment 2 Dave Airlie 2006-04-20 09:13:58 UTC
commited to CVS
Comment 3 Adam Jackson 2009-08-24 12:23:50 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.