Sliding image problem

Auto sliding the subsequent chunks of a large image is making
jerk. I tried all the followings…

  1. Vsync is switched on
  2. MIP filters used
  3. instead of glutIdleFunc(), I made seperate thread to handle display.
    But the jerk happens.I m stuck up here…