[Mesa-dev] [PATCH 0/12] remove swrast dependencies in texture decompression code

Brian Paul brian.e.paul at gmail.com
Sat Dec 8 16:18:12 PST 2012


This patch series removes all the swrast_texture_image references in
the texture (de)compression code.

Instead of exposing a bunch of _mesa_fetch_texel_XXX() functions
there's a new _mesa_get_compressed_fetch_func() function that returns
a texel fetcher given a compressed format.  It's called by the swrast
module.

-Brian


More information about the mesa-dev mailing list