intel: update winsys

Mainly to deprecate INTEL_DOMAIN_x.
diff --git a/icd/intel/dev.c b/icd/intel/dev.c
index 3613f54..f8d7720 100644
--- a/icd/intel/dev.c
+++ b/icd/intel/dev.c
@@ -99,7 +99,7 @@
     }
 
     dev->cmd_scratch_bo = intel_winsys_alloc_buffer(dev->winsys,
-            "command buffer scratch", 4096, INTEL_DOMAIN_INSTRUCTION);
+            "command buffer scratch", 4096, false);
     if (!dev->cmd_scratch_bo) {
         intel_dev_destroy(dev);
         return XGL_ERROR_OUT_OF_GPU_MEMORY;