mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-06 16:50:26 +01:00
remove some debug code
This commit is contained in:
parent
ed2fddc98e
commit
da37ac5ee7
1 changed files with 0 additions and 5 deletions
|
|
@ -14,7 +14,6 @@
|
|||
#else
|
||||
#include <GL/glx.h>
|
||||
#endif
|
||||
#include "../util/writebuf.c"
|
||||
|
||||
static GLXContext ctx;
|
||||
|
||||
|
|
@ -132,10 +131,6 @@ event_loop(Display *dpy, Window win)
|
|||
|
||||
for (i = 0; i < NumFrames; i++) {
|
||||
redraw(dpy, win, -i*2);
|
||||
if (i == 1) {
|
||||
glReadBuffer(GL_BACK);
|
||||
WritePPMFile("frame1.ppm", 800,600);
|
||||
}
|
||||
if (Sleeps) {
|
||||
usleep(20000);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue