mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 15:50:17 +01:00
st/dri: Use fence extension in drisw.c
This is desirable for synchronization in virtual machines. Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
59dc23bba9
commit
1fec049850
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,7 @@
|
|||
#include "dri_screen.h"
|
||||
#include "dri_context.h"
|
||||
#include "dri_drawable.h"
|
||||
#include "dri_extensions.h"
|
||||
#include "dri_query_renderer.h"
|
||||
|
||||
DEBUG_GET_ONCE_BOOL_OPTION(swrast_no_present, "SWRAST_NO_PRESENT", FALSE);
|
||||
|
|
@ -369,6 +370,7 @@ static const __DRIextension *drisw_screen_extensions[] = {
|
|||
&driTexBufferExtension.base,
|
||||
&dri2RendererQueryExtension.base,
|
||||
&dri2ConfigQueryExtension.base,
|
||||
&dri2FenceExtension.base,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue