Bug 1503 - Scale factor for GL_COMBINE is incorrectly handled
Summary: Scale factor for GL_COMBINE is incorrectly handled
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/Unichrome (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: 1508
  Show dependency treegraph
 
Reported: 2004-10-01 01:20 UTC by Ian Romanick
Modified: 2009-08-24 12:22 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.