dri_interface.h: define __DRI_ATTRIB_MAX
authorEmil Velikov <emil.velikov@collabora.com>
Mon, 1 May 2017 18:37:56 +0000 (19:37 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 4 May 2017 17:05:25 +0000 (18:05 +0100)
commit2c60bf093e9c860e7bdadb17a0063d19b3b39ddb
treec348c32be6ba9b2b1ff1126aa4073679d0728a66
parent58f51f0754d736e76248e075bd25424ff4b64b46
dri_interface.h: define __DRI_ATTRIB_MAX

Thus we can use the value to explicitly size arrays, instead of
__DRI_ATTRIB_FRAMEBUFFER_SRGB_CAPABLE + 1.

The latter seems magical and is error prone, as we add more dri
attributes.

v2: Fix off by one error (Tomasz)

Cc: Tomasz Figa <tfiga@chromium.org>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
include/GL/internal/dri_interface.h