Mir

Comment 3 for bug 1118680

Revision history for this message
Kevin DuBois (kdub) wrote : Re: graphics glitch with high resolution clients on android

bit of a tricky timing bug. findings so far:

from timing eglSwapuffers, the driver sgx driver seems to ignore swap interval 1 (obviously causing problems)
however if I wait on the fb wait ioctl, OR use the HWC vsync mechanism, the glitches are reduced, but not eliminated. (if i wait on 2 vsyncs after posting, it looks ok, but that's unacceptable for performance)