Displaying 1 result from an estimated 1 matches for "2drect".
Did you mean:
2d4ec
2014 Apr 30
0
[PATCH] nvc0: treat non-linear 2DRect textures the same as 2D
This fixes textureGather(2DRect) piglit tests, and does not appear to
have any adverse effects.
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
Not sure why the sampler would care whether it's 2D or 2DRect in the first
place. But I think the only difference between a non-linear RECT texture and a
2D one are t...