glutSwapBuffers implicitly does a glFinish when swapping back to the front
authorAlan Hourihane <alanh@tungstengraphics.com>
Thu, 2 May 2002 09:15:22 +0000 (09:15 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Thu, 2 May 2002 09:15:22 +0000 (09:15 +0000)
commit056b35874bce92bafa145f867de9e628a61eaacf
tree4aaefb906358f1e2ca9aed7f76316ee279565060
parentf595212336ae63c981f0f39f4ea1dec67ff7fe25
glutSwapBuffers implicitly does a glFinish when swapping back to the front
buffer. We now issue a glFinish when not issuing SwapBuffers to ensure
the pipeline is complete.

(Problem found with Chromium).
progs/demos/readpix.c