docs/features: add zink features
[mesa.git] / .gitlab-ci / test-source-dep.yml
index d0d3d4787708c9cadb05701d1d6bb8679fe3f251..2d621727f488165c768626648c96d1134f4eae2a 100644 (file)
@@ -63,7 +63,7 @@
     - changes:
         *gallium_core_file_list
       when: on_success
-    - changes:
+    - changes: &llvmpipe_file_list
       - src/gallium/drivers/llvmpipe/**/*
       - src/gallium/winsys/sw/**/*
       when: on_success
       - src/vulkan/**/*
       when: on_success
     - when: never
+
+.virgl-rules:
+  stage: virgl
+  rules:
+    - changes:
+        *mesa_core_file_list
+      when: on_success
+    - changes:
+        *gallium_core_file_list
+      when: on_success
+    - changes:
+        *llvmpipe_file_list
+      when: on_success
+    - changes:
+      - src/gallium/drivers/virgl/**/*
+      - src/gallium/winsys/virgl/**/*
+      when: on_success
+    - when: never