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@lists.freedesktop.org ReportedBy: thomas.jo...@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. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev