nouveau: fix includes for latest libdrm
authorBen Skeggs <bskeggs@redhat.com>
Mon, 20 Dec 2010 03:39:36 +0000 (13:39 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Mon, 20 Dec 2010 20:28:08 +0000 (06:28 +1000)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
src/gallium/drivers/nouveau/nouveau_winsys.h
src/gallium/drivers/nv50/nv50_surface.c
src/gallium/drivers/nvfx/nv04_2d.c
src/gallium/drivers/nvfx/nvfx_vbo.c
src/mesa/drivers/dri/nouveau/nouveau_driver.h

index ab480cabd09d9259bc58567a371fd648f833da52..747b084bc45232cb5d0f06c2af9bb800aa2afdc0 100644 (file)
@@ -10,7 +10,7 @@
 #include "nouveau/nouveau_grobj.h"
 #include "nouveau/nouveau_notifier.h"
 #include "nouveau/nouveau_resource.h"
-#include "nouveau/nouveau_pushbuf.h"
+#include "nouveau/nv04_pushbuf.h"
 
 #ifndef NV04_PFIFO_MAX_PACKET_LEN
 #define NV04_PFIFO_MAX_PACKET_LEN 2047
index ce48022db4e73373d83dc202af7237073f681e3f..a99df76cee339607a5431291be8a94834e26e58d 100644 (file)
@@ -22,7 +22,7 @@
 
 #define __NOUVEAU_PUSH_H__
 #include <stdint.h>
-#include "nouveau/nouveau_pushbuf.h"
+#include "nouveau/nv04_pushbuf.h"
 #include "nv50_context.h"
 #include "nv50_resource.h"
 #include "pipe/p_defines.h"
index e0e65e7a87ff6eb46a93992e75dc3e18aa2205d1..e2fadd33e1c7d81c624b57a915260d333efef9dd 100644 (file)
 #include <stdio.h>
 #include <stdint.h>
 #include <nouveau/nouveau_device.h>
-#include <nouveau/nouveau_pushbuf.h>
 #include <nouveau/nouveau_channel.h>
 #include <nouveau/nouveau_bo.h>
 #include <nouveau/nouveau_notifier.h>
 #include <nouveau/nouveau_grobj.h>
+#include <nouveau/nv04_pushbuf.h>
 #include "nv04_2d.h"
 
 #include "nouveau/nv_object.xml.h"
index 597664e77161eb50e1f25dcb6dd9d422130d0930..339b31786d62d70d90ff81536be8b636c41b667b 100644 (file)
@@ -9,8 +9,7 @@
 #include "nvfx_resource.h"
 
 #include "nouveau/nouveau_channel.h"
-
-#include "nouveau/nouveau_pushbuf.h"
+#include "nouveau/nv04_pushbuf.h"
 
 static inline unsigned
 util_guess_unique_indices_count(unsigned mode, unsigned indices)
index 8036b18edc05f82b4c84e8db8a77d4142496e628..c5ac1282d0d6db4f56637551336a3a3d57c6e0e3 100644 (file)
@@ -38,7 +38,6 @@
 #include <assert.h>
 
 #include "nouveau_device.h"
-#include "nouveau_pushbuf.h"
 #include "nouveau_grobj.h"
 #include "nouveau_channel.h"
 #include "nouveau_bo.h"
@@ -46,6 +45,7 @@
 #include "nouveau_screen.h"
 #include "nouveau_state.h"
 #include "nouveau_surface.h"
+#include "nv04_pushbuf.h"
 
 #define DRIVER_DATE    "20091015"
 #define DRIVER_AUTHOR  "Nouveau"