diff options
author | Younes Manton <younes.m@gmail.com> | 2008-08-18 00:04:29 -0400 |
---|---|---|
committer | Younes Manton <younes.m@gmail.com> | 2008-08-18 00:04:29 -0400 |
commit | 7f100d04ddacf9f6517c9aff1e2de5257eb77fb0 (patch) | |
tree | fd7a6642bb2c1234b166365713d1653a1db998d0 /src/gallium/winsys/g3dvl/nouveau | |
parent | f90e50dff9e5cdbad6e9bb74c0aeaaaa82242b25 (diff) |
g3dvl: Use rotating buffers to avoid waiting for map().
Diffstat (limited to 'src/gallium/winsys/g3dvl/nouveau')
-rw-r--r-- | src/gallium/winsys/g3dvl/nouveau/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/g3dvl/nouveau/Makefile b/src/gallium/winsys/g3dvl/nouveau/Makefile index 2861bd7db4..7fa29d2f5f 100644 --- a/src/gallium/winsys/g3dvl/nouveau/Makefile +++ b/src/gallium/winsys/g3dvl/nouveau/Makefile @@ -9,7 +9,7 @@ OBJECTS = nouveau_bo.o nouveau_fence.o nouveau_swapbuffers.o nouveau_channel.o nouveau_pushbuf.o nouveau_resource.o nouveau_screen.o nv04_surface.o \ nv50_surface.o #nouveau_winsys_softpipe.o -CFLAGS += -g -Wall -Werror -fPIC \ +CFLAGS += -g -Wall -fPIC \ -I${GALLIUMDIR}/include \ -I${GALLIUMDIR}/winsys/g3dvl \ -I${DRMDIR}/include \ |