added support for GL_ARB_draw_buffers

This commit is contained in:
Brian Paul
2004-10-02 16:39:09 +00:00
parent 289ffee2a0
commit 53f82c5aad
60 changed files with 2152 additions and 1816 deletions

View File

@@ -126,6 +126,7 @@ _mesa_init_driver_functions(struct dd_function_table *driver)
driver->ColorMaterial = NULL;
driver->CullFace = NULL;
driver->DrawBuffer = _swrast_DrawBuffer;
driver->DrawBuffers = _swrast_DrawBuffers;
driver->FrontFace = NULL;
driver->DepthFunc = NULL;
driver->DepthMask = NULL;