spirv: bump headers to SPIRV 1.1
[mesa.git] / src / compiler / spirv / spirv_info.c
index 7a5774c44386d13c0305b9acee49b79189e334c4..1036b41c31c4759f9bfefbc223d7b36c1ca3e02e 100644 (file)
@@ -82,6 +82,11 @@ static const char * const capability_to_string[] = {
    CAPABILITY(StorageImageReadWithoutFormat),
    CAPABILITY(StorageImageWriteWithoutFormat),
    CAPABILITY(MultiViewport),
+   CAPABILITY(SubgroupDispatch),
+   CAPABILITY(NamedBarrier),
+   CAPABILITY(PipeStorage),
+   CAPABILITY(SubgroupBallotKHR),
+   CAPABILITY(DrawParameters),
 };
 
 const char *
@@ -138,6 +143,7 @@ static const char * const decoration_to_string[] = {
    DECORATION(NoContraction),
    DECORATION(InputAttachmentIndex),
    DECORATION(Alignment),
+   DECORATION(MaxByteOffset),
 };
 
 const char *