mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
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:
@@ -28,7 +28,6 @@ typedef struct BlitBuffer {
|
||||
int h;
|
||||
uint8_t data[1];
|
||||
} BlitBuffer;
|
||||
#define BLITBUFFER_BYTESPP 2
|
||||
|
||||
int luaopen_blitbuffer(lua_State *L);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user