switched blitbuffer to 4bpp (from 8bpp alpha + 8bpp gray)

this should allow to cache more, bigger pixmaps. We'll need this for
zoomed-in pages.
This commit is contained in:
HW
2011-11-20 21:29:59 +01:00
parent 13fc5cefbb
commit c2dd2d9897
4 changed files with 26 additions and 19 deletions

View File

@@ -28,7 +28,6 @@ typedef struct BlitBuffer {
int h;
uint8_t data[1];
} BlitBuffer;
#define BLITBUFFER_BYTESPP 2
int luaopen_blitbuffer(lua_State *L);