34 lines
997 B
Diff
34 lines
997 B
Diff
|
From c43905b6c43ac34bbcb5a9e44414fa500e5cebeb Mon Sep 17 00:00:00 2001
|
||
|
From: Ben Skeggs <bskeggs@redhat.com>
|
||
|
Date: Mon, 17 Jan 2011 12:54:27 +1000
|
||
|
Subject: [PATCH 3/3] mesa-7.10-nouveau-classic-libdrm
|
||
|
|
||
|
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
|
||
|
---
|
||
|
src/mesa/drivers/dri/nouveau/nouveau_driver.h | 2 +-
|
||
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
||
|
|
||
|
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_driver.h b/src/mesa/drivers/dri/nouveau/nouveau_driver.h
|
||
|
index 8036b18..c5ac128 100644
|
||
|
--- a/src/mesa/drivers/dri/nouveau/nouveau_driver.h
|
||
|
+++ b/src/mesa/drivers/dri/nouveau/nouveau_driver.h
|
||
|
@@ -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"
|
||
|
--
|
||
|
1.7.3.4
|
||
|
|