mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 01:18:06 +02:00
swrast: add dri2ConfigQueryExtension to the correct extension list
The extension should be in the list as returned by getExtensions(). Seems to have gone unnoticed since close to nobody wants to change the vblank mode for the software driver. v2: Rebase Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> (v1)
This commit is contained in:
parent
225e45d45c
commit
7791949dad
2 changed files with 1 additions and 2 deletions
|
|
@ -2004,7 +2004,7 @@ static const __DRIextension *dri_robust_screen_extensions[] = {
|
|||
&dri2FlushExtension.base,
|
||||
&dri2ImageExtension.base,
|
||||
&dri2RendererQueryExtension.base,
|
||||
&dri2ConfigQueryExtension.base,
|
||||
&dri2GalliumConfigQueryExtension.base,
|
||||
&dri2ThrottleExtension.base,
|
||||
&dri2FenceExtension.base,
|
||||
&dri2InteropExtension.base,
|
||||
|
|
|
|||
|
|
@ -965,7 +965,6 @@ static const __DRIextension *swrast_driver_extensions[] = {
|
|||
&driCoreExtension.base,
|
||||
&driSWRastExtension.base,
|
||||
&driCopySubBufferExtension.base,
|
||||
&dri2ConfigQueryExtension.base,
|
||||
&swrast_vtable.base,
|
||||
NULL
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue