gallium: add shadow 1D and 2D array samplers to TGSI
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_text.c
index 57622a0dea6339fe4552fb6b5df841a9890d7fb8..6b97803711f2aec3e5e928e572f6d2170f9aed0c 100644 (file)
@@ -826,7 +826,11 @@ static const char *texture_names[TGSI_TEXTURE_COUNT] =
    "RECT",
    "SHADOW1D",
    "SHADOW2D",
-   "SHADOWRECT"
+   "SHADOWRECT",
+   "1DARRAY",
+   "2DARRAY",
+   "SHADOW1DARRAY",
+   "SHADOW2DARRAY"
 };
 
 static const char *type_names[] =