glx: Add glx_screen_vtable::create_context_attribs
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
@@ -857,7 +857,8 @@ dri2BindExtensions(struct dri2_screen *psc, const __DRIextension **extensions)
|
||||
}
|
||||
|
||||
static const struct glx_screen_vtable dri2_screen_vtable = {
|
||||
dri2_create_context
|
||||
dri2_create_context,
|
||||
NULL
|
||||
};
|
||||
|
||||
static struct glx_screen *
|
||||
|
Reference in New Issue
Block a user