From: Samuel Iglesias Gonsálvez <sigles...@igalia.com> Signed-off-by: Samuel Iglesias Gonsálvez <sigles...@igalia.com> --- src/compiler/nir/nir.h | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index 3e6d168..1679d89 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -1777,6 +1777,11 @@ typedef struct nir_shader_compiler_options { */ bool native_integers; + /** + * Does the driver support 64-bit floats? + */ + bool native_float64; + /* Indicates that the driver only has zero-based vertex id */ bool vertex_id_zero_based; -- 2.7.4 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev