X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fpulsar.c;h=a7695027e983fc84de1c834fcc352122f1bb26a0;hb=8eb2873d7054e705c4e83f22d18c40946a9e2529;hp=7c67b83537991a979bb68885711e3f631ace43f6;hpb=3d9140a05b5272fed0883a0af0a71e30ef44d47f;p=xscreensaver diff --git a/hacks/glx/pulsar.c b/hacks/glx/pulsar.c index 7c67b835..a7695027 100644 --- a/hacks/glx/pulsar.c +++ b/hacks/glx/pulsar.c @@ -613,7 +613,7 @@ void drawQuads(void) { GLvoid drawScene(ModeInfo * mi) { - check_gl_error ("drawScene"); +/* check_gl_error ("drawScene"); */ glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); /* we have to do this here because the FPS meter turns these 3 features off!! */ @@ -647,7 +647,7 @@ GLvoid drawScene(ModeInfo * mi) /* increment frame-counter */ frame++; - check_gl_error ("drawScene"); +/* check_gl_error ("drawScene"); */ }