From: Marek Olšák <[email protected]>

---
 split-to-files.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/split-to-files.py b/split-to-files.py
index 7e14d89..0e1d729 100755
--- a/split-to-files.py
+++ b/split-to-files.py
@@ -92,6 +92,8 @@ def write_shader_test(filename, shaders):
             out.write("[tessellation control shader]\n")
         elif stage == "tess eval" or stage == "tessellation evaluation":
             out.write("[tessellation evaluation shader]\n")
+        elif stage == "compute":
+            out.write("[compute shader]\n")
         else:
             assert False, stage
         out.write(shaders[(stage, num)])
-- 
2.7.4

_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to