Summary: | [regression] ETQW crashes with 21972c85ea734dbfcf69629c6b0b940efb42d4ba | ||
---|---|---|---|
Product: | Mesa | Reporter: | Sven Arvidsson <sa> |
Component: | Drivers/Gallium/r600 | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Sven Arvidsson
2011-06-22 05:31:18 UTC
Should be fixed with commit eb2c9b5814f7c6a5b37bc9063b1593095ea4f620 ('r600g: Fix use of uninitialized local variable extra_size.'), thanks for the report. hmm, from reading the patch I would have assumed that this: + extra_size = align(extra_size + (nblocksx * nblocksy * 1), base_align); should have been + extra_size = align(size + (nblocksx * nblocksy * 1), base_align); or smth like this, however i'm not sure about the logic/layout when mipmap levels are involved(can they be in depth textures?) - then extra_size would include and be added only to last level Arrg, please ignore last comment (seems I fail to read code far too often) A. |
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.