From 0f83e415e49520021977e76ad3d0b0a9c1f6d8d4 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 24 Nov 2012 13:08:45 +1300 Subject: glapi: add ARB_texture_multisample Adds new enums, dispatch machinery, and stubs for the 4 new entrypoints. V2: - Drop placeholder - Align enum values - Remove explicit exec=mesa; it *is* the dispatch flavor we want, but it's also the default. I misunderstood how this worked before; after actually reading the generator it makes good sense. V3: - Squash in stubs for new entrypoints, and dispatch_sanity tweaks, so we don't get build breakage between those patches. V4: - Fix various remaining whitespace issues Signed-off-by: Chris Forbes [1/3 V2] Reviewed-by: Matt Turner [V3] Reviewed-by: Eric Anholt Reviewed-by: Ian Romanick --- src/mapi/glapi/gen/gl_API.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mapi/glapi/gen/gl_API.xml') diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 4cbd72462b4..75957dc7dbd 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -8179,7 +8179,8 @@ - + + -- cgit v1.2.3