diff options
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp b/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp index eb7851ba567..6284b590234 100644 --- a/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp +++ b/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp @@ -111,6 +111,7 @@ ir_vector_reference_visitor::get_variable_entry(ir_variable *var) case ir_var_uniform: case ir_var_shader_in: case ir_var_shader_out: + case ir_var_system_value: case ir_var_function_in: case ir_var_function_out: case ir_var_function_inout: |