diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2011-03-01 11:30:25 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2011-03-01 14:44:43 +1000 |
commit | 5c1c4f8593073c0bad9bada9234657dda1b25ff0 (patch) | |
tree | cc4e5d11b6856133438e4413a4e2710794eac1e4 /src/gallium/drivers/nouveau/Makefile | |
parent | cd24fcedecfc41d77047fb827a88db528ed292ca (diff) |
nouveau: common linear buffer manager, ported from nv50/nvc0 drivers
nv50_resource is being called nv04_resource now temporarily, to avoid
a naming conflict with nouveau_resource from libdrm.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'src/gallium/drivers/nouveau/Makefile')
-rw-r--r-- | src/gallium/drivers/nouveau/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/Makefile b/src/gallium/drivers/nouveau/Makefile index f9ab9d1860..3210d1ff77 100644 --- a/src/gallium/drivers/nouveau/Makefile +++ b/src/gallium/drivers/nouveau/Makefile @@ -9,6 +9,7 @@ LIBRARY_INCLUDES = \ C_SOURCES = nouveau_screen.c \ nouveau_fence.c \ - nouveau_mm.c + nouveau_mm.c \ + nouveau_buffer.c include ../../Makefile.template |