projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f6136d
)
anv/device: Add limits for InterpolationOffset
author
Anuj Phogat
<anuj.phogat@gmail.com>
Fri, 29 Jul 2016 00:37:20 +0000
(17:37 -0700)
committer
Anuj Phogat
<anuj.phogat@gmail.com>
Fri, 12 Aug 2016 17:45:02 +0000
(10:45 -0700)
Fixes the vulkan cts regression in test dEQP-VK.api.info.device.properties
Cc: Mark Janes <mark.a.janes@intel.com>
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/vulkan/anv_device.c
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/anv_device.c
b/src/intel/vulkan/anv_device.c
index aae925ded478c730a62cc3ed324c0e899ba89fbe..be3d333e165fa5a56f6eefebce7922f771d342ee 100644
(file)
--- a/
src/intel/vulkan/anv_device.c
+++ b/
src/intel/vulkan/anv_device.c
@@
-524,9
+524,9
@@
void anv_GetPhysicalDeviceProperties(
.maxTexelOffset = 7,
.minTexelGatherOffset = -8,
.maxTexelGatherOffset = 7,
- .minInterpolationOffset =
0, /* FIXME */
- .maxInterpolationOffset = 0
, /* FIXME */
- .subPixelInterpolationOffsetBits =
0, /* FIXME */
+ .minInterpolationOffset =
-0.5,
+ .maxInterpolationOffset = 0
.4375,
+ .subPixelInterpolationOffsetBits =
4,
.maxFramebufferWidth = (1 << 14),
.maxFramebufferHeight = (1 << 14),
.maxFramebufferLayers = (1 << 10),