diff options
author | Matt Turner <[email protected]> | 2018-12-10 11:06:16 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2019-01-09 16:42:41 -0800 |
commit | 613ac3aaa295ad2a6271ee8315e16ee31456fa9d (patch) | |
tree | adbea420332b7522ef0a59bf5b94ec7159a5586f /src/mesa/drivers/dri/i965/meson.build | |
parent | 18b4e87370d3ebb9d7dbb51e58b2da1b64a2227f (diff) |
i965: Compile fp64 software routines and lower double-ops
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/meson.build')
-rw-r--r-- | src/mesa/drivers/dri/i965/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/meson.build b/src/mesa/drivers/dri/i965/meson.build index 24172955e9b..3b71cf2605b 100644 --- a/src/mesa/drivers/dri/i965/meson.build +++ b/src/mesa/drivers/dri/i965/meson.build @@ -213,7 +213,7 @@ endif libi965 = static_library( 'i965', [files_i965, i965_oa_sources, ir_expression_operation_h, - xmlpool_options_h], + xmlpool_options_h, float64_glsl_h], include_directories : [ inc_common, inc_intel, inc_dri_common, inc_util, inc_drm_uapi, ], |