Phoronix: ETC2 Texture Compression Looks Good For OpenGL
With OpenGL ES 3.0 and OpenGL 4.3 there is now mandatory texture compression support in the form of ETC2, the Ericsson Texture Compression method...
http://www.phoronix.com/vr.php?view=MTE1ODU
Announcement
Collapse
No announcement yet.
ETC2 Texture Compression Looks Good For OpenGL
Collapse
X
-
ETC2 Texture Compression Looks Good For OpenGL
Tags: None
-
Originally posted by Ansla View PostIt will not make S3TC obsolete for existing games, though it might make it obsolete for future titles several years from now. But by the time those new titles come out the S3TC patent will be close to expire anyway, so it will not really make a difference.
Hardware has to be released supporting this. No hardware yet released that does so, and it'll be a year or three before they do, mostly likely. Then you need to wait until a vast majority of the target demographic has said hardware. GPUs tend to have a lifetime of around 5 years for gamers; the 8800gt still has some users according to the Steam Hardware survey, and that came out in 2006 (6 years ago).
There's a reason almost nobody uses OpenGL 4 and that D3D11 is only just finally starting to be used in major games (and generally with downlevel feature sets either supported or used exclusively). The specs that come out today aren't usable by developers until after full support for those specs has saturated the market.
-
oh yeah, that's right the issue was about the patent's validity...
thanks Ansla.
Leave a comment:
-
It expires in 2017 if I remember correctly, the discussion was whether it was ever valid at all.
Leave a comment:
-
It will not make S3TC obsolete for existing games, though it might make it obsolete for future titles several years from now. But by the time those new titles come out the S3TC patent will be close to expire anyway, so it will not really make a difference.
Leave a comment:
-
Originally posted by oibaf View PostIs ETC2 really required by GL 4.3 as stated in the article? I don't see it listed here: http://cgit.freedesktop.org/mesa/mesa/tree/docs/GL3.txt
Leave a comment:
-
Is ETC2 really required by GL 4.3 as stated in the article? I don't see it listed here: http://cgit.freedesktop.org/mesa/mesa/tree/docs/GL3.txt
Leave a comment:
-
Originally posted by Kayden View PostNone of our currently shipping hardware has native support for ETC2, which means we have to implement it in software. That means that textures are uploaded and stored to the GPU in an uncompressed format, which isn't terribly efficient, but there's not much else we can do. That will at least make applications using ETC2 compressed textures work. (I believe Chad's volunteered to write the software decoder, unless someone beats him to it.)
Is ETC2 arithmetically similar enough to a supported texture-compression format that you might be able to do partial acceleration via an intermediate format? Basically, take a loss on the CPU which would transcode ETC2 to the intermediate, and make up, or exceed the loss on the GPU?
The example that comes to mind is when we were able to get an old SigmaDesign hardware MPEG1 decoder to partially accelerate MPEG2 video.
F
Leave a comment:
Leave a comment: