]> git.xonotic.org Git - xonotic/darkplaces.git/commit
split and overhauled R_Upload into two functions:
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 23 Aug 2010 15:09:37 +0000 (15:09 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 23 Aug 2010 15:09:37 +0000 (15:09 +0000)
commit7a98ba933dc5de54c8ae6556ac48c3ff067f33ee
treebbd65ed27d88efc3bb36e8605eaa4e52d2d48a99
parent50614c010dff980a99dae156c35d392c64d58216
split and overhauled R_Upload into two functions:
R_UploadPartialTexture - does a partial update for real, not used by
anything if gl_nopartialtextureupdates is on
R_UploadFullTexture - takes only new pixel data, does appropriate
scaling and uploads to video memory

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