]> git.cworth.org Git - fips/commit
Avoid trying to start a timer query within glBegin/glEnd
authorCarl Worth <cworth@cworth.org>
Fri, 24 May 2013 18:10:12 +0000 (11:10 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 30 May 2013 20:09:57 +0000 (13:09 -0700)
commite7e5c4643bbf59b0df88356ef5c511ebe764ff58
tree1553c8b234195a775edccd8a6393aa45dce58339
parent5d1e3487ca1699c242ddde9828887e9e3d6c8363
Avoid trying to start a timer query within glBegin/glEnd

Instead, treat the entire sequence from glBegin..glEnd as a single drawing
operation and execute the timer query around the whole thing.
glwrap.c
libfips.sym