mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
New benchmark scores, gained .2 fps with a cvar I didn't know about
previously. gl_sky_divide set to 0 goes faster when you have gl_sky_clip >0. Thanks despair, Misty-chan
This commit is contained in:
parent
205ee22a15
commit
661db56184
2 changed files with 11 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
// Currently using qw-client-glx -nosound -zone 1024 -mem 32 +setrom cl_maxfps 72 +set gl_max_size 256 +set vid_fullscreen 1 +_windowed_mouse 1 +set vid_width 640 +set vid_height 480 +cl_parsesay 1 +show_time 2 +exec glspeed-v1.cfg +set snd_interp 0 +timedemo overkill
|
||||
// And these settings I get
|
||||
// 1382 frames 43.4 seconds 31.9 fps
|
||||
// 1382 frames 43.0 seconds 32.1 fps
|
||||
// on my Voodoo 3 2000 pci
|
||||
// Draw the weapon model. Turn off to gain 2 fps
|
||||
// Draw the weapon model. Turn off to gain fps
|
||||
r_drawviewmodel "1"
|
||||
|
||||
// smooth vertex lights. Older cards set to 0 for a speedup.
|
||||
|
@ -94,6 +94,10 @@ gl_triplebuffer "0"
|
|||
// to not do it at all.
|
||||
gl_sky_clip "2"
|
||||
|
||||
// subdivide sky polys, 0 is faster when gl_sky_clip >0
|
||||
// default is 1
|
||||
gl_sky_divide "0"
|
||||
|
||||
// The next four options can be set to 1 by the SERVER, so if it doesn't
|
||||
// work, check that the server admin hasn't set them to 1 himself.
|
||||
// Set to 0 to turn off quad/suit/pent screen filling color. 2 fps increase.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Currently using qw-client-glx -nosound -zone 1024 -mem 32 +setrom cl_maxfps 72 +set gl_max_size 256 +set vid_fullscreen 1 +_windowed_mouse 1 +set vid_width 640 +set vid_height 480 +cl_parsesay 1 +show_time 2 +exec glspeed-v3.cfg +set snd_interp 0 +timedemo overkill
|
||||
// And these settings I get
|
||||
// 1382 frames 66.1 seconds 20.9 fps
|
||||
// 1382 frames 65.6 seconds 21.1 fps
|
||||
// on my Voodoo 3 2000 pci
|
||||
// Draw the weapon model. Turn off to gain 2 fps
|
||||
r_drawviewmodel "1"
|
||||
|
@ -96,6 +96,10 @@ gl_triplebuffer "0"
|
|||
// to not do it at all.
|
||||
gl_sky_clip "2"
|
||||
|
||||
// subdivide sky polys, 0 is faster when gl_sky_clip >0
|
||||
// default is 1
|
||||
gl_sky_divide "0"
|
||||
|
||||
// The next four options can be set to 1 by the SERVER, so if it doesn't
|
||||
// work, check that the server admin hasn't set them to 1 himself.
|
||||
// Set to 0 to turn off quad/suit/pent screen filling color. 2 fps increase.
|
||||
|
|
Loading…
Reference in a new issue