mesa: plug in new _mesa_CopyBufferSubData() functions

This commit is contained in:
Brian Paul
2009-06-02 20:32:15 -06:00
parent dc0b71f00d
commit 08e43ebfb2
3 changed files with 9 additions and 0 deletions

View File

@@ -237,6 +237,9 @@ _mesa_init_driver_functions(struct dd_function_table *driver)
driver->DeleteArrayObject = _mesa_delete_array_object;
driver->BindArrayObject = NULL;
/* GL_ARB_copy_buffer */
driver->CopyBufferSubData = _mesa_copy_buffer_subdata;
/* T&L stuff */
driver->NeedValidate = GL_FALSE;
driver->ValidateTnlModule = NULL;