remove setting some driver funcs explicitly to NULL, as they are no longer set up later. Thix fixes a segfault in _mesa_Bitmap().
This commit is contained in:
@@ -235,10 +235,6 @@ static void r200InitDriverFuncs( struct dd_function_table *functions )
|
||||
{
|
||||
functions->GetBufferSize = r200GetBufferSize;
|
||||
functions->GetString = r200GetString;
|
||||
|
||||
functions->Error = NULL;
|
||||
functions->DrawPixels = NULL;
|
||||
functions->Bitmap = NULL;
|
||||
}
|
||||
|
||||
static const struct dri_debug_control debug_control[] =
|
||||
|
||||
Reference in New Issue
Block a user