diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-03-10 01:25:51 +0100 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-03-10 01:30:34 +0100 |
commit | 4f12b37a56b0f90d7beb248c5d3bee7600c24c14 (patch) | |
tree | 2da2f1d3e2aa978532be9bd59559f2da9c29c565 /src/mesa/drivers/dri | |
parent | 581a5940339af8b2cdd7497228d22fcf47269592 (diff) |
nouveau: fix the nv04 swtcl code.
Diffstat (limited to 'src/mesa/drivers/dri')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nv04_swtcl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nv04_swtcl.c b/src/mesa/drivers/dri/nouveau/nv04_swtcl.c index 9b5332b77a..a9c9c6ecf6 100644 --- a/src/mesa/drivers/dri/nouveau/nv04_swtcl.c +++ b/src/mesa/drivers/dri/nouveau/nv04_swtcl.c @@ -503,7 +503,7 @@ static inline void nv04OutputVertexFormat(struct nouveau_context* nmesa) nmesa->vertex_size=_tnl_install_attrs( ctx, nmesa->vertex_attrs, nmesa->vertex_attr_count, - ctx->Viewport._WindowMap.m, 0 ); + nmesa->viewport.m, 0 ); } |