Remove last remnants of pre-renderbuffer code.

This commit is contained in:
Brian Paul
2005-09-03 16:57:58 +00:00
parent 54be0763e1
commit acafeeb6dc
14 changed files with 15 additions and 272 deletions

View File

@@ -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;