]> git.xonotic.org Git - xonotic/darkplaces.git/commit
removed the USETEXMATRIX define (now always on), reduced varray_texcoord3f to only...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 21 Mar 2006 03:03:26 +0000 (03:03 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 21 Mar 2006 03:03:26 +0000 (03:03 +0000)
commit0d2215d9e30e15b2843a2bcdcb560296696595c2
tree80db59a439833292396a9ff86fbaa54a801f45fd
parentf44da5bcf54aefb5aa2330b0314c3076148d806c
removed the USETEXMATRIX define (now always on), reduced varray_texcoord3f to only have one array rather than 4 (as the others are no longer needed with USETEXMATRIX), removed varray_texcoord2f, removed earray_element3i
changed many simple uses of varray_* arrays to use stack arrays instead
this reduces memory usage by 1MB

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6153 d7cf8633-e32d-0410-b094-e92efae38249
cl_screen.c
gl_backend.c
gl_backend.h
gl_draw.c
gl_rmain.c
gl_rsurf.c
r_lightning.c
r_shadow.c