Re: [Mesa-dev] [PATCH] anv/device: Fix viewportBoundsRange

2016-05-18 Thread Anuj Phogat
On Tue, May 17, 2016 at 4:23 PM, Nanley Chery wrote: > From: Nanley Chery > > Align with the spec requirement that the range must be at least > [−2 × maxViewportDimensions, 2 × maxViewportDimensions − 1]. Our > hardware supports this. > > Fixes dEQP-VK.api.info.device.properties > > Bugzilla: htt

[Mesa-dev] [PATCH] anv/device: Fix viewportBoundsRange

2016-05-17 Thread Nanley Chery
From: Nanley Chery Align with the spec requirement that the range must be at least [−2 × maxViewportDimensions, 2 × maxViewportDimensions − 1]. Our hardware supports this. Fixes dEQP-VK.api.info.device.properties Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94896 Signed-off-by: Nanley