From 7d40d230fa26abeb9f92bdcf8012eddbc585b118 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Sat, 23 Jul 2005 02:09:58 +0000 Subject: [PATCH] Add two aliases for some PointParameters entrypoints for libglx compatibility. Doing this here rather than on the GLX side since the X monolith hasn't had Mesa 6.3 imported yet. idr, I know this is touching a generated file, but I haven't figured out what needs changing in the generator scripts to make this change happen. If you could add that I'd appreciate it. --- src/glx/x11/indirect_size.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/glx/x11/indirect_size.c b/src/glx/x11/indirect_size.c index 22c0ac355dc..a37b2f806f7 100644 --- a/src/glx/x11/indirect_size.c +++ b/src/glx/x11/indirect_size.c @@ -365,6 +365,8 @@ ALIAS( Map2f, Map2d ) ALIAS( ColorTableParameteriv, ColorTableParameterfv ) ALIAS( ConvolutionParameteriv, ConvolutionParameterfv ) ALIAS( PointParameterivNV, PointParameterfvEXT ) +ALIAS( PointParameterfvARB, PointParameterfvEXT ) +ALIAS( PointParameteriv, PointParameterfvEXT ) # undef HAVE_ALIAS # undef PURE