Re: [Mesa-dev] [PATCH] i965: Fix fractional viewport coordinates handling on gen8+

2018-06-18 Thread danylo
Could anyone review this patch? Here is a Wine dev reporting similar bug to Nvidia . Test in Wine source to enable a workaround for this issue

[Mesa-dev] [PATCH] i965: Fix fractional viewport coordinates handling on gen8+

2018-06-04 Thread Danylo Piliaiev
On gen8+ fractional translation of viewport moved it by a whole integer. The behaviour in this case isn't defined anywhere but some apps like Wine may depend on viewport's width and height being ceiled. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106526 Signed-off-by: Danylo Piliaiev