i965: use pack/unpackDouble lowering
[mesa.git] / src / gallium / drivers / i915 / i915_fpc_optimize.c
index 83bb64918d4f92aa55adf277696aaf16cbf6a0bf..a2b6d272939799d9b6ac92c6a2c8bc85b6b7a785 100644 (file)
@@ -69,7 +69,7 @@ static boolean same_src_reg(struct i915_full_src_register *d1, struct i915_full_
            d1->Register.Negate == d2->Register.Negate);
 }
 
-const static struct {
+static const struct {
    boolean is_texture;
    boolean commutes;
    unsigned neutral_element;