diff options
author | Brian <[email protected]> | 2007-01-30 08:09:25 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-01-30 08:09:25 -0700 |
commit | 8be177a694c6910781da25134ff52b6bd4c6a6e3 (patch) | |
tree | ffeac2fa879c53458ea6b65ac8d0b675a7e27a00 /src/mesa/drivers/dri/nouveau/Makefile | |
parent | 832417f31e81b415894414621500b7aef328652b (diff) | |
parent | a4ddd64f3659b9db7719d3746c1469ece6bb44c5 (diff) |
s/params/pointer/ for glGetVertexAttribPointer
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/Makefile b/src/mesa/drivers/dri/nouveau/Makefile index 492e743360a..20d2de5eefb 100644 --- a/src/mesa/drivers/dri/nouveau/Makefile +++ b/src/mesa/drivers/dri/nouveau/Makefile @@ -27,6 +27,7 @@ DRIVER_SOURCES = \ nouveau_tex.c \ nouveau_swtcl.c \ nouveau_sync.c \ + nouveau_query.c \ nv04_state.c \ nv04_swtcl.c \ nv10_state.c \ |