From 5aafea03af051fa06589580205342001a8eb2693 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 24 Jun 2005 18:35:31 +0000 Subject: Fix non-x86 specific builds. The changes from glTexImage3DEXT to glTexImage3D that caused me so many problems during the re-development of the API scripts reared its ugly head again. This has been fixed by tracking the parameter string for each entry-point individually. This has the annoying side-effect that the names of the parameters in all aliases of a function must be the same or gl_apitemp.py will generate bad code. :( The changes in src/mesa/glapi/{gl_API.xml,glapitable.h} and src/glx/x11/* are caused by fixing the parameter names in various function aliases that didn't match. Reported by: Eric Anholt, Jacob Jansen --- src/mesa/glapi/gl_API.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'src/mesa/glapi/gl_API.xml') diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml index 2085f0d44a..41eba87393 100644 --- a/src/mesa/glapi/gl_API.xml +++ b/src/mesa/glapi/gl_API.xml @@ -5888,19 +5888,19 @@ - + - + - + - + @@ -5928,19 +5928,19 @@ - + - + - + - + @@ -8412,7 +8412,7 @@ - + @@ -10427,13 +10427,13 @@ - + - + @@ -10446,7 +10446,7 @@ - + @@ -10518,12 +10518,12 @@ - + - + @@ -11092,7 +11092,7 @@ - + -- cgit v1.2.3