- removed all references to COL2RGB8 and RGB32k. Everything has now been transformed to RGB256k.
This commit is contained in:
parent
e2be28f925
commit
1e9d48216c
7 changed files with 8 additions and 95 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue