Changes between Initial Version and Version 1 of Ticket #3606, comment 3


Ignore:
Timestamp:
Jul 14, 2018, 11:37:17 AM (6 years ago)
Author:
hcho

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3606, comment 3

    initial v1  
    1 If I remove line 480 in lib/ogsf/gsd_prim.c {{{glXSwapBuffers}}}, I'm getting a similar result. Nviz draws to the back buffer and OGSF copies the back buffer to the front before saving an image. You might be doing double swapping for some reason. Please try the following patch.
     1If I remove line 480 in lib/ogsf/gsd_prim.c {{{glXSwapBuffers}}}, I'm getting a similar result. Nviz draws to the back buffer and OGSF copies the back buffer to the front before saving an image. You might be doing double swapping for some reason. Please try the following patch and let me know what output you get from stderr.