summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/api_loopback.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2001-12-21 15:48:23 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2001-12-21 15:48:23 +0000
commit1a6f4889084794827d61caa0dfa3074aef576e79 (patch)
tree35d64a634bbbd6afb2365d573bd2d83f18a22139 /src/mesa/main/api_loopback.c
parent2391f4cec627def55119738413592d8a1fbfc50f (diff)
downloadexternal_mesa3d-1a6f4889084794827d61caa0dfa3074aef576e79.zip
external_mesa3d-1a6f4889084794827d61caa0dfa3074aef576e79.tar.gz
external_mesa3d-1a6f4889084794827d61caa0dfa3074aef576e79.tar.bz2
add _compat_VertexAttrib4fNV
Diffstat (limited to 'src/mesa/main/api_loopback.c')
-rw-r--r--src/mesa/main/api_loopback.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/api_loopback.c b/src/mesa/main/api_loopback.c
index 7795935..51c8318 100644
--- a/src/mesa/main/api_loopback.c
+++ b/src/mesa/main/api_loopback.c
@@ -1,4 +1,4 @@
-/* $Id: api_loopback.c,v 1.13 2001/12/20 15:30:45 keithw Exp $ */
+/* $Id: api_loopback.c,v 1.14 2001/12/21 15:48:23 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -64,6 +64,7 @@
#define MATERIALFV(a,b,c) glMaterialfv(a,b,c)
#define RECTF(a,b,c,d) glRectf(a,b,c,d)
+#define ATTRIB(index, x, y, z, w) _compat_VertexAttrib4fNV(index, x, y, z, w)
#define FOGCOORDF(x) _compat_FogCoordfEXT(x)