Re: [Mesa-dev] mesa compressed mipmap generation

2011-06-13 Thread Brian Paul
On 06/10/2011 02:42 PM, Eric Anholt wrote: Here's my series to finally fix compressed mipmap generation on hw drivers. Take a look at the last commit in particular -- I'd love to do TexImage in the uncompressed path as well so we could get rid of that awful code for handling this non-TexImage up

[Mesa-dev] mesa compressed mipmap generation

2011-06-10 Thread Eric Anholt
Here's my series to finally fix compressed mipmap generation on hw drivers. Take a look at the last commit in particular -- I'd love to do TexImage in the uncompressed path as well so we could get rid of that awful code for handling this non-TexImage upload in the drivers, but that would cost us t