]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
reorganized surface batching to batch visible surfaces first, and then pass them...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 22 Feb 2007 01:13:31 +0000 (01:13 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 22 Feb 2007 01:13:31 +0000 (01:13 +0000)
commitf19138fbdfd388620ebc639a0c651091da0479c8
tree5461921813b49a9b6593d2fdb8af9e4752144236
parent3d81ebf16ff2fd1507d8385ed68fe8c1ea8b295a
reorganized surface batching to batch visible surfaces first, and then pass them to a function that breaks the list down by texture, also reorganized batching code to use a forward-search approach rather than state machine approach, this got a small (2%) speed gain in benchmarks

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