nouveau: Fix build after msaa merge
authorJakob Bornecrantz <jakob@vmware.com>
Fri, 21 May 2010 20:24:10 +0000 (21:24 +0100)
committerJakob Bornecrantz <jakob@vmware.com>
Fri, 21 May 2010 20:25:07 +0000 (21:25 +0100)
src/gallium/winsys/nouveau/drm/nouveau_drm_api.c

index 3a4bba4ce32d557568a49c9953875bfd39ce914c..c0047859b18b1b01eb5813d6c93692df4aa56837 100644 (file)
@@ -23,9 +23,7 @@ dri_surface_from_handle(struct drm_api *api, struct pipe_screen *pscreen,
        struct pipe_resource tmpl;
        struct winsys_handle whandle;
        unsigned bind = (PIPE_BIND_SCANOUT |
-                        PIPE_BIND_RENDER_TARGET |
-                        PIPE_BIND_BLIT_DESTINATION |
-                        PIPE_BIND_BLIT_SOURCE);
+                        PIPE_BIND_RENDER_TARGET);
 
        memset(&tmpl, 0, sizeof(tmpl));
        tmpl.bind = bind;