i965: add P0x formats and propagate required scaling factors
[mesa.git] / src / mesa / drivers / dri / i965 / intel_image.h
index ca604159dc202af48d0778af387a3ece8c86dfdd..4ab8a49b8bbff4d40a2ffe483aa4133e93d6e34e 100644 (file)
@@ -62,6 +62,7 @@ struct intel_image_format {
       uint32_t dri_format;
       int cpp;
    } planes[3];
+   float scaling_factor;
 };
 
 struct __DRIimageRec {