Re: [Mesa-dev] softpipe texture caching + swizzles

2010-05-02 Thread José Fonseca
On Sun, 2010-05-02 at 00:42 -0700, Dave Airlie wrote: > So playing with swizzle found this bug in softpipe, I just wonder if > the is_compat_view check needs further expansion or have I done > enough? At least this one tc->format == view->format should be added. The rest appears to be handled

Re: [Mesa-dev] softpipe texture caching + swizzles

2010-05-02 Thread Dave Airlie
On Sun, May 2, 2010 at 5:42 PM, Dave Airlie wrote: > So playing with swizzle found this bug in softpipe, I just wonder if > the is_compat_view check needs further expansion or have I done > enough? I've added format to the check, as well locally. Dave. > > this with my EXT_texture_swizzle work

[Mesa-dev] softpipe texture caching + swizzles

2010-05-02 Thread Dave Airlie
So playing with swizzle found this bug in softpipe, I just wonder if the is_compat_view check needs further expansion or have I done enough? this with my EXT_texture_swizzle work gets softpipe passing the glean tests. Dave. 0001-softpipe-invalidate-cache-view-when-swizzles-are-dif.patch Descrip