Re: [Mesa-dev] [PATCH] radv: disable mip point pre clamping.

2017-03-07 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Tue, Mar 7, 2017 at 6:09 AM, Dave Airlie wrote: > From: Dave Airlie > > No idea what this does, but disabling it fixes a bunch > of failing CTS tests in the lod area, so let's go with that. > > Signed-off-by: Dave Airlie > --- > src/amd/vulkan/radv_device.c |

[Mesa-dev] [PATCH] radv: disable mip point pre clamping.

2017-03-06 Thread Dave Airlie
From: Dave Airlie No idea what this does, but disabling it fixes a bunch of failing CTS tests in the lod area, so let's go with that. Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/vulkan/radv_device.c b/s