Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This avoids an unecessary copying step from the framebuffer to the texture
buffer.
|
|
|
|
This is a manual merge with some conflict fixups.
Conflicts:
backends/platform/iphone/iphone_video.mm
|
|
|
|
Now the scaling etc. will be precalculated instead of being done on every
frame.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows for better sharing between the current video state in the view and
the OSystem implementation.
This also gets rid of most C interface functions for calling ObjC code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Formerly the overlay and game screen offset was swapped.
|
|
|
|
|
|
|
|
|