#8633 closed patch
WinCE Port: ARM version of Blit1to2 (libSDL)
Reported by: | SF/robinwatts | Owned by: | SF/knakos |
---|---|---|---|
Priority: | normal | Component: | Port: WinCE |
Version: | Keywords: | ||
Cc: | Game: |
Description
This patch offers an ARM assembly version of Blit1to2. This blitter appears to be used for many games (certainly monkey1 and comi) to convert from 8 bit paletted screens to 16bit screens.
The ARM version does almost exactly the same as the C version (except hopefully faster :) )
Ticket imported from: #1696866. Ticket imported from: patches/738.
Attachments (1)
Change History (6)
by , 18 years ago
comment:2 by , 18 years ago
Owner: | set to |
---|
comment:3 by , 18 years ago
Status: | new → closed |
---|
comment:4 by , 18 years ago
accepted into the sdl port for scummvm. thanks for your efforts Robin. will appear in the updated sdl port patches and, in binary form, in the upcoming svn build. Should happen this weekend probably, only one more thing I need to sort out in sdl and that's the hell known as keyboard handling.
BTW, the curse of monkey island leak has been fixed in the trunk, in case you need to try it out/build yourself.
comment:5 by , 6 years ago
Component: | → Port: WinCE |
---|
ARM version of Blit1to2, plus changes to the C to call it