summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@freedesktop.org>2006-09-08 23:19:45 +0000
committerPatrice Mandin <pmandin@freedesktop.org>2006-09-08 23:19:45 +0000
commitae481e1560d0c99b6fb2c4b240f9b99dafd9c4b1 (patch)
tree18e2e506c33b414456955b0c553f326095fe518e /src/mesa/drivers/dri/nouveau
parentddaf3060fa5105dd9c769086a4bbfdb2488ae86b (diff)
oops, time to go to bed
Diffstat (limited to 'src/mesa/drivers/dri/nouveau')
-rw-r--r--src/mesa/drivers/dri/nouveau/nv10_swtcl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nv10_swtcl.c b/src/mesa/drivers/dri/nouveau/nv10_swtcl.c
index 55507b277b..31a54b3e5c 100644
--- a/src/mesa/drivers/dri/nouveau/nv10_swtcl.c
+++ b/src/mesa/drivers/dri/nouveau/nv10_swtcl.c
@@ -672,7 +672,7 @@ static inline void nv10OutputVertexFormat(struct nouveau_context* nmesa, GLuint
if (nmesa->screen->card_type==NV_10) {
int size;
-#define NV10_SET_VERTEX_ATTRIB(i,j,k) \
+#define NV10_SET_VERTEX_ATTRIB(i,j) \
do { \
size = attr_size[j] << 4; \
size |= (attr_size[j]*4) << 8; \