diff options
author | Brian Paul <[email protected]> | 2005-09-03 16:57:58 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-09-03 16:57:58 +0000 |
commit | acafeeb6dce74382fb3a48b83ab72bf67b7581ea (patch) | |
tree | 63bae8571a6008628384d37514932bfd17c2f8d4 /src/mesa/drivers/common | |
parent | 54be0763e1c24091ba522139e899d0254143ba7d (diff) |
Remove last remnants of pre-renderbuffer code.
Diffstat (limited to 'src/mesa/drivers/common')
-rw-r--r-- | src/mesa/drivers/common/driverfuncs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/common/driverfuncs.c b/src/mesa/drivers/common/driverfuncs.c index f2e36b78452..93d195dc22d 100644 --- a/src/mesa/drivers/common/driverfuncs.c +++ b/src/mesa/drivers/common/driverfuncs.c @@ -138,8 +138,8 @@ _mesa_init_driver_functions(struct dd_function_table *driver) driver->ColorMask = NULL; driver->ColorMaterial = NULL; driver->CullFace = NULL; - driver->DrawBuffer = _swrast_DrawBuffer; - driver->DrawBuffers = NULL; /***_swrast_DrawBuffers;***/ + driver->DrawBuffer = NULL; + driver->DrawBuffers = NULL; driver->FrontFace = NULL; driver->DepthFunc = NULL; driver->DepthMask = NULL; |