Index: /trunk/src/VBox/GuestHost/OpenGL/include/cr_extstring.h
===================================================================
--- /trunk/src/VBox/GuestHost/OpenGL/include/cr_extstring.h	(revision 43348)
+++ /trunk/src/VBox/GuestHost/OpenGL/include/cr_extstring.h	(revision 43349)
@@ -172,4 +172,10 @@
 	"GL_NV_fragment_program "
 #endif
+#ifdef CR_NV_fragment_program_option
+    "GL_NV_fragment_program_option "
+#endif
+#ifdef CR_NV_fragment_program2
+    "GL_NV_fragment_program2 "
+#endif
 #ifdef CR_NV_register_combiners
 	"GL_NV_register_combiners "
@@ -192,4 +198,10 @@
 #ifdef CR_NV_vertex_program2
 	"GL_NV_vertex_program2 "
+#endif
+#ifdef CR_NV_vertex_program2_option
+    "GL_NV_vertex_program2_option "
+#endif
+#ifdef CR_NV_vertex_program3
+    "GL_NV_vertex_program3 "
 #endif
 #ifdef CR_SGIS_generate_mipmap
Index: /trunk/src/VBox/GuestHost/OpenGL/include/cr_version.h
===================================================================
--- /trunk/src/VBox/GuestHost/OpenGL/include/cr_version.h	(revision 43348)
+++ /trunk/src/VBox/GuestHost/OpenGL/include/cr_version.h	(revision 43349)
@@ -111,5 +111,9 @@
 #define CR_NV_vertex_program1_1 1
 #define CR_NV_vertex_program2 1
+#define CR_NV_vertex_program2_option 1
+#define CR_NV_vertex_program3 1
 #define CR_NV_fragment_program 1
+#define CR_NV_fragment_program_option 1
+#define CR_NV_fragment_program2 1
 
 #define CR_SGIS_texture_border_clamp 1
