diff options
author | Jeremy Kolb <[email protected]> | 2006-04-14 17:39:43 +0000 |
---|---|---|
committer | Jeremy Kolb <[email protected]> | 2006-04-14 17:39:43 +0000 |
commit | 5fd11335f655e27515d9bf92fef5d9a8cd4f6bb5 (patch) | |
tree | 17cd34918b650c982d61a3e80bc1e0dff4463a9e /src/mesa/drivers/dri/nouveau/Makefile | |
parent | f799745f50ff2e61f535816d623e643cc1eac944 (diff) |
Added the beginnings of state (not much there yet). Fixed some includes.
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 25c298132c5..fc512050196 100644 --- a/src/mesa/drivers/dri/nouveau/Makefile +++ b/src/mesa/drivers/dri/nouveau/Makefile @@ -14,6 +14,7 @@ DRIVER_SOURCES = \ nouveau_ioctl.c \ nouveau_lock.c \ nouveau_span.c \ + nouveau_state.c \ nouveau_tex.c \ nouveau_tris.c \ nv10_swtcl.c |