Re: [Mesa-dev] [PATCH] radeon/llvm: improve cube map handling

2012-12-18 Thread Michel Dänzer
On Die, 2012-12-18 at 14:24 +0400, Vadim Girlin wrote: > Add support for cube map arrays, TEX2, TXB2, TXL2, fix SHADOWCUBE. > > Signed-off-by: Vadim Girlin > --- > > The patch includes minimal fix for radeonsi to avoid breaking the build or > introducing regressions, but probably some additiona

[Mesa-dev] [PATCH] radeon/llvm: improve cube map handling

2012-12-18 Thread Vadim Girlin
Add support for cube map arrays, TEX2, TXB2, TXL2, fix SHADOWCUBE. Signed-off-by: Vadim Girlin --- The patch includes minimal fix for radeonsi to avoid breaking the build or introducing regressions, but probably some additional changes are required to make new features really work on SI. src/g