- removed all references to COL2RGB8 and RGB32k. Everything has now been transformed to RGB256k.

This commit is contained in:
Rachael Alexanderson 2016-12-19 04:45:08 -05:00
commit 1e9d48216c
7 changed files with 8 additions and 95 deletions

View file

@ -508,7 +508,6 @@ namespace swrenderer
if (count <= 0)
return;
fgstart = &Col2RGB8[0][_color];
colormap = _colormap;
dest = ylookup[yl + thread->skipped_by_thread(yl)] + sx + _destorg;
source = &thread->dc_temp[thread->temp_line_for_thread(yl)*4 + hx];
@ -539,7 +538,6 @@ namespace swrenderer
if (count <= 0)
return;
fgstart = &Col2RGB8[0][_color];
colormap = _colormap;
dest = ylookup[yl + thread->skipped_by_thread(yl)] + sx + _destorg;
source = &thread->dc_temp[thread->temp_line_for_thread(yl)*4];