Re: [Mesa-dev] sampler objects and texture rectangles

2014-08-02 Thread Marek Olšák
Yeah, I think you're right. Both Mesa and the test are incorrect. Marek On Sat, Aug 2, 2014 at 6:31 AM, Roland Scheidegger wrote: > I've discovered by accident that the mesa state tracker is trying to use > REPEAT wrap mode with texture rectangles - this happens with piglit > tex-miplevel-select

[Mesa-dev] sampler objects and texture rectangles

2014-08-01 Thread Roland Scheidegger
I've discovered by accident that the mesa state tracker is trying to use REPEAT wrap mode with texture rectangles - this happens with piglit tex-miplevel-selection texture() 2DRectShadow -fbo -auto for instance though I guess others as well. Needless to say the test fails in llvmpipe because I was