[Mesa-dev] [PATCH 0/4] import the txc_dxtn code from libtxc_dxtn into mesa (Was: Merge floating to master)

Dave Airlie airlied at gmail.com
Sun Mar 6 16:57:51 PST 2011


On Mon, Mar 7, 2011 at 9:47 AM, Jon Severinsson <jon at severinsson.net> wrote:
> As you are about to introduce --enable-patented for floating point textures,
> I thought the same functionality should be used for s3tc support.
>
> This patch series does so by importing the code from libtxc_dxtn into mesa and
> build it instead of the dlopened library.

This is kind off different. At the moment you can distribute a mesa
binary and someone can just drop libtxc_dxtn into place and it'll all
work.

This removes this feature in favour of having to recompile all of mesa
to get s3tc support.

float is different since I don't think we can do it in a nice clean
separate lib.

Dave.


More information about the mesa-dev mailing list