From: Dave Airlie <[email protected]> Cayman hw can't handle this, so I'd like to lower it in the GLSL compiler.
TODO: add CAP to all the screens. Signed-off-by: Dave Airlie <[email protected]> --- src/gallium/include/pipe/p_defines.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h index 19941350b8..866426ba1f 100644 --- a/src/gallium/include/pipe/p_defines.h +++ b/src/gallium/include/pipe/p_defines.h @@ -793,6 +793,7 @@ enum pipe_cap PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET, PIPE_CAP_CONTEXT_PRIORITY_MASK, PIPE_CAP_FENCE_SIGNAL, + PIPE_CAP_LOWER_INT_TO_FP64_CONVERSIONS, }; /** -- 2.14.3 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
