diff options
author | Brian Paul <[email protected]> | 2006-10-15 18:18:39 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-10-15 18:18:39 +0000 |
commit | 2b6d2e4dcbdc253e8148888d1a7e60d8466ba4e8 (patch) | |
tree | b5bee10a175f14db226a4635a3bd8320a361b269 /src/mesa/drivers/dri/unichrome | |
parent | b947377add2edb87fc78dcd853cdf00a2119bb3e (diff) |
Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.
This is already done by the preceeding call to _mesa_init_driver_functions()
which plugs in default functions like that.
Diffstat (limited to 'src/mesa/drivers/dri/unichrome')
-rw-r--r-- | src/mesa/drivers/dri/unichrome/via_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_context.c b/src/mesa/drivers/dri/unichrome/via_context.c index d92da8f4963..d5737c7d112 100644 --- a/src/mesa/drivers/dri/unichrome/via_context.c +++ b/src/mesa/drivers/dri/unichrome/via_context.c @@ -576,7 +576,6 @@ viaCreateContext(const __GLcontextModes *visual, ctx->Const.PointSizeGranularity = 1.0; ctx->Driver.GetBufferSize = viaBufferSize; -/* ctx->Driver.ResizeBuffers = _swrast_alloc_buffers; *//* FIXME ?? */ ctx->Driver.GetString = viaGetString; ctx->DriverCtx = (void *)vmesa; |