projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2391f4c
)
add _compat_VertexAttrib4fNV
author
Keith Whitwell
<keith@tungstengraphics.com>
Fri, 21 Dec 2001 15:48:23 +0000
(15:48 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Fri, 21 Dec 2001 15:48:23 +0000
(15:48 +0000)
src/mesa/main/api_loopback.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/api_loopback.c
b/src/mesa/main/api_loopback.c
index 7795935c0b576944cea68f064026cf6df649bcb9..51c83189f02fd1e10babb83c11b7e73ba5f5221e 100644
(file)
--- a/
src/mesa/main/api_loopback.c
+++ b/
src/mesa/main/api_loopback.c
@@
-1,4
+1,4
@@
-/* $Id: api_loopback.c,v 1.1
3 2001/12/20 15:30:45
keithw Exp $ */
+/* $Id: api_loopback.c,v 1.1
4 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)