Thread
:
EMULib Source with Maemo Support
View Single Post
Serge
2008-10-27 , 22:27
Posts: 503 | Thanked: 267 times | Joined on Jul 2006 @ Helsinki
#
2
Some comments:
1. ioctl(FBFD,OMAPFB_VSYNC); is useless and does nothing (and if it actually waited for VSYNC, that would be bad for performance)
2. You don't need to use OMAPFB_FORMAT_FLAG_FORCE_VSYNC flag (you may actually screw up tearing synchronization using it), just OMAPFB_FORMAT_FLAG_TEARSYNC is enough
3. And of course the license choice is bad
Quote & Reply
|
Serge
View Public Profile
Send a private message to Serge
Visit Serge's homepage!
Find all posts by Serge