]> git.xonotic.org Git - xonotic/darkplaces.git/commit
removed unused function DPSOFTRAST_Draw_Span_Finish
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 4 Apr 2011 15:47:46 +0000 (15:47 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 4 Apr 2011 15:47:46 +0000 (15:47 +0000)
commit556a7730fc195279671d0ff92b6cecbf563c2798
tree25f9cbf7316e4866e189e8de14c8bc167709e272
parentc265f4ad887eb529f61831ab184184bac1f93c2a
removed unused function DPSOFTRAST_Draw_Span_Finish
refactored parts of DPSOFTRAST_Draw_ProcessSpans into two functions -
DPSOFTRAST_Draw_DepthTest and DPSOFTRAST_Draw_DepthWrite
moved stack variable pixelmask to thread->pixelmaskarray
added depthbase and depthslope to span structure, computed at creation

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