Bug 26997 - r600: broken mipmap generation
Summary: r600: broken mipmap generation
Status: RESOLVED WONTFIX
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/R600 (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-10 10:59 UTC by Gustaw Smolarczyk
Modified: 2014-07-07 16:00 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Gustaw Smolarczyk 2010-03-10 10:59:59 UTC
Automatic mipmap generation (by setting GL_MIPMAP_GENERATION texture parameter to GL_TRUE) with r600_dri is broken when texture dimensions are not powers of two. Level 0 mipmap (original image) is right, but another levels contain garbage. When minification filter is set to some mipmap mode, it clearly shows this issue. Changing texture dimensions to powers of two resolves the problem.
Comment 1 Andreas Boll 2012-11-02 16:21:51 UTC
Note: classic r600 driver has been abandoned.
Please use r600g (gallium driver) instead.

Is this still an issue with a newer driver/kernel?
Comment 2 Andreas Boll 2014-07-07 16:00:22 UTC
The classic r600 driver has been abandoned long ago.
It was replaced by the Gallium driver r600g.

If you have issues with r600g please file a new bug report with component Drivers/Gallium/r600

Thanks.


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.