Displaying 4 results from an estimated 4 matches for "texturegather".
2016 Jun 24
0
[Bug 96656] [regression, bisected] all textureGather piglits fail
...rg
QA Contact|mesa-dev at lists.freedesktop. |nouveau at lists.freedesktop.o
|org |rg
Component|Mesa core |Drivers/DRI/nouveau
--- Comment #1 from Ilia Mirkin <imirkin at alum.mit.edu> ---
It appears that not all textureGather variants fail. Only nonconst and offset
ones. (On my GK208 at least.) And the offset ones pass on GT215 (and it doesn't
support the nonconst one - that requires ARB_gpu_shader5).
The image that appears on the screen is the same independent of
ST_DEBUG=noreadpixcache, but in the latter case, th...
2016 Jun 24
0
[Bug 96656] [regression, bisected] all textureGather piglits fail
https://bugs.freedesktop.org/show_bug.cgi?id=96656
--- Comment #2 from Ilia Mirkin <imirkin at alum.mit.edu> ---
The problem was pre-existing, but a combination of factors made the readpixels
cache expose it harder.
Fixed by:
commit b433cb51e50cab878cbaa023662bacd1f923a183
Author: Ilia Mirkin <imirkin at alum.mit.edu>
Date: Thu Jun 23 22:33:59 2016 -0400
nvc0: when mapping
2016 Jun 24
0
[Bug 96656] [regression, bisected] all textureGather piglits fail
https://bugs.freedesktop.org/show_bug.cgi?id=96656
Ilia Mirkin <imirkin at alum.mit.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--
You are receiving this mail because:
You are
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 on...