Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#712 closed task (fixed)

Remove S3TC warning

Reported by: Philip Taylor Owned by:
Priority: Nice to Have Milestone: Alpha 4
Component: Core engine Keywords:
Cc: Patch:

Description

When S3TC textures aren't supported, we decompress them automatically but show a performance warning message telling people to read the CompressedTextures page which suggests installing libtxc_dxtn (which is unmaintained and not any better than decompressing textures ourselves). This is quite common on Linux. We should simplify things for users by simply accepting the lack of S3TC silently because there's nothing useful anyone can do about it.

Change History (3)

comment:1 by Kieran P, 13 years ago

Milestone: Alpha 4Alpha 5
Priority: Should HaveNice to Have

comment:2 by philip, 13 years ago

Resolution: fixed
Status: newclosed

(In [8981]) Fix #712 (remove S3TC warning). Add timer to S3TC decoder so it's still easy to determine if it was used.

comment:3 by Kieran P, 13 years ago

Milestone: Alpha 5Alpha 4
Note: See TracTickets for help on using tickets.