Re: [Mesa-dev] [PATCH] r600g: Make unaligned 3D textures work on +evergreen

2011-08-30 Thread Alex Deucher
2011/8/29 : > From: Christian König > > The layersize calculation is slightly different on +evergreen. > This makes mpeg2 video decoding and piglits texture-packed-formats > test work correctly on this hardware. Does this patch work as well? I think it's somewhat cleaner and covers other cases

[Mesa-dev] [PATCH] r600g: Make unaligned 3D textures work on +evergreen

2011-08-29 Thread deathsimple
From: Christian König The layersize calculation is slightly different on +evergreen. This makes mpeg2 video decoding and piglits texture-packed-formats test work correctly on this hardware. --- src/gallium/drivers/r600/r600_texture.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-