Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-05 | ANDROID: Add initial 16bit gfx support | dhewg | |
Supported pixel formats: 565, 5551, 4444 Missing: 555 (doesn't exist on GLES) | |||
2011-03-05 | ANDROID: Reduce mem usage of fillBuffer() | dhewg | |
2011-03-05 | ANDROID: Merge updateTexture() | dhewg | |
2011-03-05 | ANDROID: Remove some vtable overhead on textures | dhewg | |
2011-03-04 | ANDROID: Cleanup | dhewg | |
2011-03-03 | ANDROID: Don't wipe paletted textures on reinit | dhewg | |
The content of a paletted texture is in _surface.pixels. When recreating the surface, don't wipe its data unnecessarily. This fixes gfx garbage on CLUT8 games/cursors when leaving and going back to ScummVM | |||
2011-03-03 | ANDROID: Formatting/whitespaces | dhewg | |
2011-03-02 | ANDROID: Properly release texture resources | dhewg | |
When calling glDeleteTextures() we need a valid surface. | |||
2011-03-02 | ANDROID: cleanup | dhewg | |
2011-02-24 | ANDROID: Let's not do that on the stack | dhewg | |
2011-02-24 | ANDROID: Split code into multiple files | dhewg | |
And get rid of unnecessary JNI calls to get a pointer to g_system |