diff options
author | Stephane Marchesin <[email protected]> | 2006-09-17 15:30:40 +0000 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2006-09-17 15:30:40 +0000 |
commit | 473a38622e46d46b74d7426d0a2f4b60f4a1d5d4 (patch) | |
tree | 38c40e0d3707784c71819c3a33f6cb0c23e6aa68 /src/mesa/drivers/dri/nouveau/nv10_swtcl.c | |
parent | c67f54552077b780df574cbcdea70b2cc37076ef (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.c | 2 |
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 af9f4fabf46..34546cc2343 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" |