[Bug 38566] [regression] ETQW crashes with 21972c85ea734dbfcf69629c6b0b940efb42d4ba
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Jun 22 08:19:36 PDT 2011
https://bugs.freedesktop.org/show_bug.cgi?id=38566
--- Comment #2 from Andre Maasikas <amaasikas at gmail.com> 2011-06-22 08:19:37 PDT ---
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
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the dri-devel
mailing list