sync with private repository.

This commit is contained in:
castano
2007-07-01 08:52:38 +00:00
parent 8f7086a8ee
commit b2252fc828
15 changed files with 190 additions and 88 deletions

View File

@ -528,6 +528,13 @@ void DirectDrawSurface::mipmap(Image * img, uint face, uint mipmap)
}
}
static uint8 bitExpand(uint8 c, uint bits)
{
int shifts = 0;
uint8 output = c;
// @@ TODO!!!
}
void DirectDrawSurface::readLinearImage(Image * img)
{