OSDN Git Service

radv: Fix rasterization precision bits.
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Wed, 2 Jan 2019 16:53:41 +0000 (17:53 +0100)
committerBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Mon, 7 Jan 2019 22:27:30 +0000 (23:27 +0100)
commit3cc940277a45285d9932ed62398d7a54d2afffb8
tree9b8c20766a8727df94ee5ef5d81c969803adb235
parentf003859f97cab3dfe63985b21d95787b8403de49
radv: Fix rasterization precision bits.

Note that these limits are exact, not a "precision is at least x",
as texel coords also get snapped to a multiple of this step size
before filtering.

This fixes CTS tests

dEQP-VK.texture.explicit_lod.2d.sizes.31x55_nearest_linear_mipmap_nearest_repeat
dEQP-VK.texture.explicit_lod.2d.sizes.57x35_nearest_linear_mipmap_nearest_repeat

Fixes: f4e499ec791 "radv: add initial non-conformant radv vulkan driver"
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109151
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
src/amd/vulkan/radv_device.c