Changed rgba renderer to use a command queue system for its drawers

This commit is contained in:
Magnus Norddahl 2016-06-07 00:55:52 +02:00
commit c5fcfb664f
9 changed files with 5272 additions and 3404 deletions

View file

@ -706,10 +706,7 @@ void R_DrawVisVoxel(vissprite_t *spr, int minslabz, int maxslabz, short *cliptop
}
else
{
unsigned int **tspan = &dc_ctspan[x & 3];
(*tspan)[0] = span->Start;
(*tspan)[1] = span->Stop - 1;
*tspan += 2;
rt_span_coverage(x, span->Start, span->Stop - 1);
}
}
if (!(flags & DVF_SPANSONLY) && (x & 3) == 3)