diff options
author | Keith Whitwell <[email protected]> | 2004-12-21 11:57:03 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2004-12-21 11:57:03 +0000 |
commit | 314f8e4d9d600f9db95977ebf931a3fb9bb8ce79 (patch) | |
tree | c4bb1f6a31a2e3f9801ae41852d956614cdd46aa /src/mesa/drivers/dri/unichrome/via_render.c | |
parent | 91a04617c40a740ade27e2f60e78a761a297a1d3 (diff) |
Add vsync swapbuffers. This waits on the irq so gears run in this mode
will have a very low cpu utilization (and also a very low framerate).
Fix up the pageflipping code. This works now but is totally oblivious
to the X server (ie. it works but it's broken). Turned off by a #define.
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/via_render.c')
-rw-r--r-- | src/mesa/drivers/dri/unichrome/via_render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_render.c b/src/mesa/drivers/dri/unichrome/via_render.c index 2b1ba5eb9f5..1ea5a53cc5d 100644 --- a/src/mesa/drivers/dri/unichrome/via_render.c +++ b/src/mesa/drivers/dri/unichrome/via_render.c @@ -137,7 +137,7 @@ static GLboolean via_run_fastrender(GLcontext *ctx, viaContextPtr vmesa = VIA_CONTEXT(ctx); TNLcontext *tnl = TNL_CONTEXT(ctx); struct vertex_buffer *VB = &tnl->vb; - GLuint i, length, flags = 0; + GLuint i; /* Don't handle clipping or indexed vertices. */ |