Skip to content

Fix/110282 blit ints instead floats

Sergii Romantsov requested to merge fix/110282_blit_ints_instead_floats into i965_ci

Blorp blitting uses floats for better precision. But still its not enough for some tests. This patch avoids usage of floats in API. Instead integers are used. Patch covers clipping for integers. Part 2 is done separately because it almost independent, but changes (incorrect type) may break functionality. With patch-changes all current tests has to be passed (especially fbo-blit-scaled-linear).

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110282 Signed-off-by: 's avatarSergii Romantsov sergii.romantsov@globallogic.com Reported-by: 's avatarVadym Shovkoplias vadym.shovkoplias@globallogic.com

Merge request reports

Loading