Will this version be able to resize 854x480 apps from Harmattan to 800x480 Fremantle resolution?<br clear="all">--<div>Marcin</div><br>
<br><br><div class="gmail_quote">2012/8/7 Ville Syrjälä <span dir="ltr">&lt;<a href="mailto:syrjala@sci.fi" target="_blank">syrjala@sci.fi</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Some time ago I started fiddling around with SDL. I didn&#39;t even want to<br>
think about using the pvr2d stuff, so I decided to implement hardware<br>
acceleration using EGL/GLES2.<br>
<br>
I took some version of the harmattan SDL port, removed the pvr2d stuff,<br>
and added the EGL/GLES2 stuff to the X11 video code. It&#39;s not very<br>
cleanly added, and I&#39;m sure there are various issues with window<br>
re-creation and whatnot.<br>
<br>
Features:<br>
- EGL/GLES2 based, no pvr2d stuff<br>
- Always uses a shadow buffer, because preserved flips aren&#39;t supported on<br>
  the platform.<br>
- Automagically scales the application content to fullscreen using the GPU.<br>
- Software access to hardware surfaces implemented with glFinish() and<br>
  EGL_KHR_lock_surface. I initially tried to use EGL_KHR_fence_sync instead<br>
  of glFinish() but there seemed to be some flushing bug left in the driver<br>
  causing problems. glFinish() should be OK on pvr, but on some other<br>
  hardware it could be a problem. So it&#39;s not the most portable solution.<br>
- Supports color keyed and alpha blended blits. Only color keying has<br>
  actually been tested.<br>
- some SDL tests, uqm and scummvm seem to work reasonably well<br>
<br>
The code is here [1] in case anyone is interested. It was languishing on<br>
my hard drive already for some time, and since I wasn&#39;t able to motivate<br>
myself to work on it further, I decided to set if free as is. The git<br>
history is a bit of a mess, but ATM I&#39;m too lazy to clean it up.<br>
<br>
[1] <a href="https://gitorious.org/harmattan-sdl/sdl" target="_blank">https://gitorious.org/harmattan-sdl/sdl</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Ville Syrjälä<br>
<a href="mailto:syrjala@sci.fi">syrjala@sci.fi</a><br>
<a href="http://www.sci.fi/~syrjala/" target="_blank">http://www.sci.fi/~syrjala/</a><br>
_______________________________________________<br>
maemo-developers mailing list<br>
<a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a><br>
<a href="https://lists.maemo.org/mailman/listinfo/maemo-developers" target="_blank">https://lists.maemo.org/mailman/listinfo/maemo-developers</a><br>
</font></span></blockquote></div><br>