diff options
author | Adam Jackson <[email protected]> | 2005-07-23 02:09:58 +0000 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2005-07-23 02:09:58 +0000 |
commit | 7d40d230fa26abeb9f92bdcf8012eddbc585b118 (patch) | |
tree | 9b64bff8c0a411396a6384a25c72053cc6206bc0 /src/glx | |
parent | 3e2419a7cc0e42eebeb470e09054da29c3a182df (diff) |
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.
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/x11/indirect_size.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |