#8951 closed patch
WINCE: Scaler cleanup & speedup
Reported by: | fingolfin | Owned by: | SF/knakos |
---|---|---|---|
Priority: | normal | Component: | Port: WinCE |
Version: | Keywords: | ||
Cc: | Game: |
Description
The attached patch rewrites some of the scaling code in CEScaler.cpp to use some of our existing optimized scaling primitives. I believe that this should give a major speed boost to the C versions of those scalers -- assuming it even compiles (I have no way to test that), and further assuming I didn't screw up.
I would appreciate if somebody gave this a try. Also, there still is that FIXME comment next to PocketPCLandscapeAspect(), maybe somebody (Kostas) could comment on that.
Ticket imported from: #2594611. Ticket imported from: patches/1056.
Attachments (1)
Change History (5)
by , 16 years ago
Attachment: | wince-scaler.patch added |
---|
comment:1 by , 16 years ago
Summary: | WinCE: Scaler cleanup & speedup → WINCE: Scaler cleanup & speedup |
---|
comment:2 by , 16 years ago
comment:3 by , 16 years ago
Status: | new → closed |
---|
comment:4 by , 6 years ago
Component: | → Port: WinCE |
---|
Note:
See TracTickets
for help on using tickets.
Committed to the repo. Thanks Max.