]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
Allow r_viewscale to be set to values higher than 1 for super-sample antialiasing...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 25 May 2020 08:11:22 +0000 (08:11 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 25 May 2020 08:11:22 +0000 (08:11 +0000)
commit705c4b6f6379bd798e97a36f389c0d5b53568a56
treebbde8bc76de301e76a4ebd4c3bc6970ec8c5c24a
parent3291222c2c2c8cc53d63d859cf0f89940be25604
Allow r_viewscale to be set to values higher than 1 for super-sample antialiasing, also integrate vid_samples into this calculation to restore old behavior somewhat (super-sampling is more expensive than multisampling, so this isn't a great solution yet, but it brings back the quality).  Still need to implement a better SSAA filter for when the antialiasing is in effect.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12570 d7cf8633-e32d-0410-b094-e92efae38249
gl_rmain.c