summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nv10_swtcl.c
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2006-09-17 15:30:40 +0000
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2006-09-17 15:30:40 +0000
commit473a38622e46d46b74d7426d0a2f4b60f4a1d5d4 (patch)
tree38c40e0d3707784c71819c3a33f6cb0c23e6aa68 /src/mesa/drivers/dri/nouveau/nv10_swtcl.c
parentc67f54552077b780df574cbcdea70b2cc37076ef (diff)
Rename nouveau_tris.* to nouveau_swtcl.*
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nv10_swtcl.c')
-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 af9f4fabf4..34546cc234 100644
--- a/src/mesa/drivers/dri/nouveau/nv10_swtcl.c
+++ b/src/mesa/drivers/dri/nouveau/nv10_swtcl.c
@@ -40,7 +40,7 @@
#include "tnl/t_context.h"
#include "tnl/t_pipeline.h"
-#include "nouveau_tris.h"
+#include "nouveau_swtcl.h"
#include "nv10_swtcl.h"
#include "nouveau_context.h"
#include "nouveau_span.h"