mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
dri_util: explicitly set __DRIswrastExtension members.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
5e639a5f59
commit
01814734e6
1 changed files with 7 additions and 6 deletions
|
|
@ -768,12 +768,13 @@ const __DRIdri2Extension driDRI2Extension = {
|
|||
};
|
||||
|
||||
const __DRIswrastExtension driSWRastExtension = {
|
||||
{ __DRI_SWRAST, 4 },
|
||||
driSWRastCreateNewScreen,
|
||||
driCreateNewDrawable,
|
||||
driCreateNewContextForAPI,
|
||||
driCreateContextAttribs,
|
||||
driSWRastCreateNewScreen2,
|
||||
.base = { __DRI_SWRAST, 4 },
|
||||
|
||||
.createNewScreen = driSWRastCreateNewScreen,
|
||||
.createNewDrawable = driCreateNewDrawable,
|
||||
.createNewContextForAPI = driCreateNewContextForAPI,
|
||||
.createContextAttribs = driCreateContextAttribs,
|
||||
.createNewScreen2 = driSWRastCreateNewScreen2,
|
||||
};
|
||||
|
||||
const __DRI2configQueryExtension dri2ConfigQueryExtension = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue