[Mesa-dev] [PATCH 0/6] Add support for BPTC texture compression
Neil Roberts
neil at linux.intel.com
Thu Jul 24 07:37:50 PDT 2014
Ian Romanick <idr at freedesktop.org> writes:
> Is that NVIDIA's off-line compression tool, or is that the compressor
> in the driver?
I was talking about the offline compressor. I don't know what NVidia's
online compressor is like. Yes, perhaps if we can get a quick compressor
with reasonable results then it starts to make sense to compress on the
fly.
I'll take a look at using FasTC or Squish. However, it looks like both
of these libraries also support S3TC. If that's the case then would it
be a bit bad to have a hard dependency on one of those libraries? Maybe
distros would be reluctant to package those libraries if they are
worried about S3TC.
> This means that we can only enable BPTC when libtxc_dxtn.so is
> available... which means patch 5 needs some changes. :(
Yes, fair enough. As you say though I think it would be better to avoid
tying BPTC to S3TC so maybe this approach just isn't the right idea.
- Neil
More information about the mesa-dev
mailing list