mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
i965: Enable DRI_Robustness extension
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
e8dac9632d
commit
1f712bdd38
1 changed files with 5 additions and 0 deletions
|
|
@ -857,11 +857,16 @@ static struct __DRIimageExtensionRec intelImageExtension = {
|
|||
.createImageFromDmaBufs = intel_create_image_from_dma_bufs
|
||||
};
|
||||
|
||||
static const struct __DRIrobustnessExtensionRec dri2Robustness = {
|
||||
{ __DRI2_ROBUSTNESS, 1 }
|
||||
};
|
||||
|
||||
static const __DRIextension *intelScreenExtensions[] = {
|
||||
&intelTexBufferExtension.base,
|
||||
&intelFlushExtension.base,
|
||||
&intelImageExtension.base,
|
||||
&dri2ConfigQueryExtension.base,
|
||||
&dri2Robustness.base,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue