OSDN Git Service

ilo: add support for stencil resources on GEN7+
[android-x86/external-mesa.git] / src / gallium / drivers / ilo / ilo_screen.c
index 035d715..3613204 100644 (file)
@@ -626,8 +626,9 @@ static bool
 init_dev(struct ilo_dev_info *dev, const struct intel_winsys_info *info)
 {
    dev->devid = info->devid;
-   dev->has_gen7_sol_reset = info->has_gen7_sol_reset;
    dev->has_llc = info->has_llc;
+   dev->has_gen7_sol_reset = info->has_gen7_sol_reset;
+   dev->has_address_swizzling = info->has_address_swizzling;
 
    /*
     * From the Sandy Bridge PRM, volume 4 part 2, page 18: