mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-09 15:50:16 +01:00
dri3: Enable DRI3 version 1.2
Enable DRI3 v1.2 now that all functions have been implemented and that there is at least one backend implementing the driver hooks (modesetting/glamor). Signed-off-by: Louis-Francis Ratté-Boulianne <lfrb@collabora.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Acked-by: Keith Packard <keithp@keithp.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
8d0d897159
commit
ce8da93646
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
/* DRI3 */
|
||||
#define SERVER_DRI3_MAJOR_VERSION 1
|
||||
#define SERVER_DRI3_MINOR_VERSION 0
|
||||
#define SERVER_DRI3_MINOR_VERSION 2
|
||||
|
||||
/* DMX */
|
||||
#define SERVER_DMX_MAJOR_VERSION 2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue