Re: [Mesa-dev] [PATCH 1/2] mesa: implement generate-mipmap fallback for RGB10_A2

2011-04-23 Thread Eric Anholt
On Sat, 23 Apr 2011 15:40:21 +0200, Marek Olšák wrote: > I hit this when testing RV350, which lacks RGB10_A2 render target > support. It had been missed when implementing the format and probably > unused by anything else too. > > Not applicable to 7.10. Reviewed-by: Eric Anholt pgphTwlGQvH9X.

[Mesa-dev] [PATCH 1/2] mesa: implement generate-mipmap fallback for RGB10_A2

2011-04-23 Thread Marek Olšák
I hit this when testing RV350, which lacks RGB10_A2 render target support. It had been missed when implementing the format and probably unused by anything else too. Not applicable to 7.10. --- src/mesa/main/mipmap.c | 80 1 files changed, 80 inse