From: Carl Worth Date: Thu, 21 Mar 2013 22:52:19 +0000 (-0700) Subject: glretrace: Flush outstanding requests when waiting for user input. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=342e9725ecc44cf882ee13f87d5099f71f2700af;hp=342e9725ecc44cf882ee13f87d5099f71f2700af;p=apitrace glretrace: Flush outstanding requests when waiting for user input. This helps make "apitrace replay -sb" work in cases where the driver really only exposes double-buffered rendering, (so a flush is required to make anything appear if the trace doesn't include a final SwapBuffers). ---