mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
2f62b744fa
the background. This is achieved by doing only a (qf)glFlush at the end of the frame, doing the inter rendering-frame processing (ie, client frame processing), glFinish, glXSwapBuffers, then starting the next frame. I've changed the glFinish call in SCR_UpdateScreen to glFlush and the glFlush call in GL_EndRendering to glFinish because there's no point in calling glFinish followed by glFlush. Also, SwapBuffers should always be precedded by glFinish rather than just glFlush (in Lordhavoc's experience). The GL_EndRendering at the end of SCR_UpdateScreen got moved to the beginning. |
||
---|---|---|
.. | ||
gl | ||
sw | ||
sw32 | ||
.gitignore | ||
Makefile.am | ||
r_cvar.c | ||
r_efrag.c | ||
r_ent.c | ||
r_graph.c | ||
r_light.c | ||
r_main.c | ||
r_part.c | ||
r_progs.c |