On Wed, May 2, 2018 at 6:27 AM, Timothy Arceri <[email protected]> wrote:
> --- > src/mapi/glapi/gen/apiexec.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/mapi/glapi/gen/apiexec.py b/src/mapi/glapi/gen/apiexec.py > index b5e0ad4a179..d33cc85d47f 100644 > --- a/src/mapi/glapi/gen/apiexec.py > +++ b/src/mapi/glapi/gen/apiexec.py > @@ -46,7 +46,7 @@ class exec_info(): > if compatibility is not None: > assert isinstance(compatibility, int) > assert compatibility >= 10 > - assert compatibility <= 30 > + assert compatibility <= 46 > I would prefer this assertion to be removed completely. With that: Reviewed-by: Marek Olšák <[email protected]> Marek
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
