From d1335926196c216f1abe73f37cfcb61cf7f2bd28 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Thu, 3 Oct 2013 14:10:08 +1300 Subject: mesa: fix make check for ARB_texture_gather Clean up inconsistency in enum decoration: - Use the undecorated enums where possible. - MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB remains decorated, since it has no undecorated equivalent in GL4. Signed-off-by: Chris Forbes Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=70054 Reviewed-by: Kenneth Graunke --- src/mapi/glapi/gen/ARB_texture_gather.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/mapi/glapi/gen/ARB_texture_gather.xml') diff --git a/src/mapi/glapi/gen/ARB_texture_gather.xml b/src/mapi/glapi/gen/ARB_texture_gather.xml index 01c7b88ff66..41714aced87 100644 --- a/src/mapi/glapi/gen/ARB_texture_gather.xml +++ b/src/mapi/glapi/gen/ARB_texture_gather.xml @@ -5,8 +5,10 @@ - - + + + + -- cgit v1.2.3