diff options
author | Ben Skeggs <[email protected]> | 2008-07-08 12:51:29 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-07-08 12:51:29 +1000 |
commit | 06d87b44cffef9e335b9a0e70fd2aec61fcd171b (patch) | |
tree | 48cf9cf4ac65844865dbf65b5f9dd1a117895795 /src/gallium/winsys/dri/nouveau/nouveau_screen.c | |
parent | 205101dafb0042ebeeab3dd50f549d8a3d3c08ce (diff) |
nv50: make use of nouveau drm 0.0.11 to get 3d going
Diffstat (limited to 'src/gallium/winsys/dri/nouveau/nouveau_screen.c')
-rw-r--r-- | src/gallium/winsys/dri/nouveau/nouveau_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/dri/nouveau/nouveau_screen.c b/src/gallium/winsys/dri/nouveau/nouveau_screen.c index b15ee7509cc..df1fe7e69b4 100644 --- a/src/gallium/winsys/dri/nouveau/nouveau_screen.c +++ b/src/gallium/winsys/dri/nouveau/nouveau_screen.c @@ -13,7 +13,7 @@ #include "nouveau_screen.h" #include "nouveau_swapbuffers.h" -#if NOUVEAU_DRM_HEADER_PATCHLEVEL != 10 +#if NOUVEAU_DRM_HEADER_PATCHLEVEL != 11 #error nouveau_drm.h version does not match expected version #endif |