Bug 1503

Summary: Scale factor for GL_COMBINE is incorrectly handled
Product: Mesa Reporter: Ian Romanick <idr>
Component: Drivers/DRI/UnichromeAssignee: 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:
Bug Depends on:    
Bug Blocks: 1508    

Description Ian Romanick 2004-10-01 01:20:37 UTC
The code uses a large number of cut-and-paste style switch statements to handle
the scale factor applied to the output of a GL_COMBINE state.  However, they are
*all* wrong.  The case statements are for the *multiplier* values of the scale
instead of the *shift* values of the scale.
Comment 1 Ian Romanick 2004-10-01 11:32:47 UTC
Fix committed to Mesa CVS.
Comment 2 Adam Jackson 2009-08-24 12:22:39 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.