i removed the nvidia-specific extension that wasnt needed in the first place, someone should test if it still works on nvidia cards though
(i posted it here since mantis registration is dead)
patch straight from tortoisesvn:
Code: Select all
Index: dwAddSplash.vp
===================================================================
--- dwAddSplash.vp (revision 7225)
+++ dwAddSplash.vp (working copy)
@@ -1,5 +1,4 @@
!!ARBvp1.0
-OPTION NV_vertex_program3;
PARAM mat[4] = { state.matrix.mvp };
ATTRIB ipos = vertex.position;
Index: dwDetailNormal.vp
===================================================================
--- dwDetailNormal.vp (revision 7225)
+++ dwDetailNormal.vp (working copy)
@@ -1,5 +1,4 @@
!!ARBvp1.0
-OPTION NV_vertex_program3;
PARAM mat[4] = { state.matrix.mvp };
ATTRIB pos = vertex.position;