X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=README.OMAP;h=2da9e26cb24d5f769842a2cc5acdf659c3d03308;hb=455c8c43b353b60ebbb70caa09ae87be49520838;hp=e1ddb064c49f15b64fd1fe831076d8db982ee0ce;hpb=5f4b1fd346a57d90ffda9eaba68c7b0b0aa8acab;p=sdl_omap.git diff --git a/README.OMAP b/README.OMAP index e1ddb06..2da9e26 100644 --- a/README.OMAP +++ b/README.OMAP @@ -37,10 +37,20 @@ Other environment variables: SDL_OMAP_LAYER_SIZE: Output layer size. Regardless what you set with SDL_SetVideoMode(), output - will be scaled to this size using hardware. Valid values: + will be scaled to this size using hardware with zero processing cost. + Note: scaling amount range is limited to roughly 1/4x-8x. The exact range + depends on various factors like version of the driver or OMAP hardware itself. + Valid values: "WxH", for example "640x480" "fullscreen" to cover whole screen. +SDL_OMAP_BORDER_CUT: + This can be used to move parts of SDL surface out of screen, in other + words cut borders and zoom in. Format: ,,, + For example, "0,0,16,0" would hide top 16 lines offscreen, making 17th + (16th if you count from 0) line the first visible. + Note: like for layer size ranges are limited. + SDL_OMAP_VSYNC: Enables waiting for vertical sync on SDL_Flip() calls. Set to "1" to enable, "0" to disable.