From d3575622b7897c88c62e4f57341c196eb913c960 Mon Sep 17 00:00:00 2001 From: Maxence Le Dore Date: Mon, 24 Dec 2012 00:57:02 +0100 Subject: mesa: add texture gather changes Reviewed-by: Kenneth Graunke Reviewed-by: Ian Romanick --- src/mapi/glapi/gen/ARB_texture_gather.xml | 14 ++++++++++++++ src/mapi/glapi/gen/gl_API.xml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 src/mapi/glapi/gen/ARB_texture_gather.xml (limited to 'src/mapi/glapi/gen') diff --git a/src/mapi/glapi/gen/ARB_texture_gather.xml b/src/mapi/glapi/gen/ARB_texture_gather.xml new file mode 100644 index 00000000000..01c7b88ff66 --- /dev/null +++ b/src/mapi/glapi/gen/ARB_texture_gather.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index f6511e9878e..3ffa8178756 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -8189,7 +8189,7 @@ - + -- cgit v1.2.3