egl: drop unused _EGLDriver from SwapInterval()
[mesa.git] / .gitlab-ci / test-source-dep.yml
index 6a006b8d6c36b61251db20e01d9887d52932edb7..fc65153ad1357e6558d0ed003fcc0dd906981974 100644 (file)
       - src/gallium/winsys/virgl/**/*
       when: on_success
     - when: never
+
+.radeonsi-rules:
+  stage: radeonsi
+  rules:
+    - changes:
+        *mesa_core_file_list
+      when: on_success
+    - changes:
+        *gallium_core_file_list
+      when: on_success
+    - changes:
+      - src/gallium/drivers/radeonsi/**/*
+      - src/gallium/winsys/amdgpu/**/*
+      - src/amd/**/*
+      when: on_success
+    - when: never