add missing fallback string for ARB_vertex_program
authorRoland Scheidegger <rscheidegger@gmx.ch>
Fri, 9 Sep 2005 12:51:38 +0000 (12:51 +0000)
committerRoland Scheidegger <rscheidegger@gmx.ch>
Fri, 9 Sep 2005 12:51:38 +0000 (12:51 +0000)
src/mesa/drivers/dri/r200/r200_tcl.c

index fbce05f..05c658f 100644 (file)
@@ -540,7 +540,8 @@ static char *fallbackStrings[] = {
    "Texgen unit 4",
    "Texgen unit 5",
    "User disable",
-   "Bitmap as points"
+   "Bitmap as points",
+   "Vertex program"
 };