mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 08:10:09 +01:00
intel: bump DRI_IMAGE extension version to 3
To indicate support for the format query. Reviewed-by: Kristian Høgsberg <krh@bitplanet.net> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
parent
8de5c355fa
commit
0beed7f072
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ intel_validate_usage(__DRIimage *image, unsigned int use)
|
|||
}
|
||||
|
||||
static struct __DRIimageExtensionRec intelImageExtension = {
|
||||
{ __DRI_IMAGE, 2 },
|
||||
{ __DRI_IMAGE, 3 },
|
||||
intel_create_image_from_name,
|
||||
intel_create_image_from_renderbuffer,
|
||||
intel_destroy_image,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue