Look at the video cards. 6600GT versus 8800 GTS? The 8800 can smoke the 6600.
I tried out the VBO patch -- Doesn't apply for me. There was a decent amount of errors (mostly SSE conflicts, but I dealt with those). The issue I have right now is
src/renderer/tr_marks.c: In function ‘R_BoxSurfaces_r_sse’:
src/renderer/tr_marks.c:260: error: ‘v4fMZeroDotFive’ undeclared (first use in this function)
src/renderer/tr_marks.c:260: error: (Each undeclared identifier is reported only once
src/renderer/tr_marks.c:260: error: for each function it appears in.)
src/renderer/tr_marks.c: In function ‘R_MarkFragments_sse’:
src/renderer/tr_marks.c:507: error: ‘mixMask0001’ undeclared (first use in this function)
src/renderer/tr_marks.c:507: error: too few arguments to function ‘v4fMix’
src/renderer/tr_marks.c:512: error: too few arguments to function ‘v4fMix’
src/renderer/tr_marks.c:514: error: too few arguments to function ‘v4fMix’
src/renderer/tr_marks.c:565: error: ‘v4fMZeroDotOne’ undeclared (first use in this function)
src/renderer/tr_marks.c:609: error: ‘v4fMZeroDotFive’ undeclared (first use in this function)
v4fMZeroDotOne, v4fMZeroDotFive, and mixMask0001 aren't defined anywhere in the patch. Is the patch incomplete?