[Mesa-dev] [Bug 30333] New: DXT compressed SRGB textures cause assert failure
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Sep 22 13:30:11 PDT 2010
https://bugs.freedesktop.org/show_bug.cgi?id=30333
Summary: DXT compressed SRGB textures cause assert failure
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Mesa core
AssignedTo: mesa-dev at lists.freedesktop.org
ReportedBy: thomas.jones at utoronto.ca
If a SRGB compressed format is chosen as the internal format of a texture that
is not already compressed the compression will cause an assertion fail in a
debug build of mesa because the assert is too narrow, it should accept sRGB
compressed destination formats as well.
main/texcompress_s3tc.c:170: _mesa_texstore_rgb_dxt1: Assertion `dstFormat ==
MESA_FORMAT_RGB_DXT1' failed.
--
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 mesa-dev
mailing list