Menu

#1 Add support for Anosft HFSS

closed-integrated
DRC
VirtualGL (4)
2014-08-05
2010-09-07
Nathan Kidd
No

Description :: Normally a double-buffered application indicates a frame
is complete with glXSwapBuffers. By default when spoiling is enabled these
frames are treated as 1st class. When glFlush is received a frame is
only generated when the queue is empty (otherwise the last glFlush is spoiled).
Normally this is the desired behaviour, but certain applications like
Ansoft HFSS mix front and backbuffer drawing and rely on glFlush getting
pushed to a frame. By setting VGL_SPOILLASTFLUSH to 0, frames generated
by glFlush are promoted to 1st class and will replace whatever frames are
in the queue.

(Sponsored by Open Text.)

Discussion

  • Nathan Kidd

    Nathan Kidd - 2010-09-07

    Add support for VGL_SPOILLASTFLUSH (from cvs diff -u4p)

     
  • DRC

    DRC - 2010-09-07

    Checked into CVS Head with modifications.

     
  • DRC

    DRC - 2010-09-07
    • status: open --> closed-fixed
     
  • DRC

    DRC - 2011-12-17
    • assigned_to: nobody --> dcommander
     
  • DRC

    DRC - 2011-12-17
    • labels: --> VirtualGL
     
  • DRC

    DRC - 2014-08-05
    • Status: closed-fixed --> closed-integrated
     

Log in to post a comment.