Bug 1504 - VIA: DOT3 bumpmapping horribly broken
Summary: VIA: DOT3 bumpmapping horribly broken
Status: RESOLVED WONTFIX
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: 1508
Blocks:
  Show dependency treegraph
 
Reported: 2004-10-01 01:24 UTC by Ian Romanick
Modified: 2014-01-22 01:40 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Ian Romanick 2004-10-01 01:24:48 UTC
Support for DOT3 bumpmapping is horribly broken in the Unichrome driver.  First
of all, both EXT_texture_env_combine_dot3 and ARB_texture_env_combine_dot3 are
advertised, but there is only any support for the ARB version.  I believe that
the implementor assumed that the enums and the behavior for both were the same.
 Bad assumption! :)

Not only that, the code that handles GL_COMBINE only has support for GL_DOT3_RGB
and GL_DOT3_RGBA for the second texture unit.  There's no code to handle those
combine modes for the first texture unit!
Comment 1 Adam Jackson 2009-08-24 12:22:40 UTC
Mass version move, cvs -> git
Comment 2 Ian Romanick 2014-01-22 01:40:46 UTC
This driver was removed from the repository some years ago.


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.