]> icculus.org git repositories - divverent/darkplaces.git/commit
refactored DrawQ_Pic to actually do the drawing rather than wasting time
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 18 Apr 2007 05:52:36 +0000 (05:52 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 18 Apr 2007 05:52:36 +0000 (05:52 +0000)
commit7f9c228cb46439f0fa31af7b1fe6a66ca827dbd3
tree250bf18fbc04caf2bb42503dc8bef1c9e45091f6
parent400eea51c1057da42bbb1a5f92dae7625fff44f7
refactored DrawQ_Pic to actually do the drawing rather than wasting time
on a DrawQ_SuperPic call
added DrawQ_Fill as an optimized case of DrawQ_Pic
this significantly improved performance of shownetgraph

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7120 d7cf8633-e32d-0410-b094-e92efae38249
cl_screen.c
draw.h
gl_draw.c
menu.c
prvm_cmds.c
sbar.c