Re: [Mesa-dev] [PATCH 5/5] intel: Drop texture border support code.

2011-10-25 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/25/2011 02:58 PM, Eric Anholt wrote: > Now that texture borders are gone, we never need to allocate our > textures through non-miptrees, which simplifies some irritating paths. > > (There's additional code to be removed in copy_miptree_to_texima

[Mesa-dev] [PATCH 5/5] intel: Drop texture border support code.

2011-10-25 Thread Eric Anholt
Now that texture borders are gone, we never need to allocate our textures through non-miptrees, which simplifies some irritating paths. (There's additional code to be removed in copy_miptree_to_teximage, which Chad has a patch for) --- src/mesa/drivers/dri/i965/brw_fallback.c| 17 +-