Mesa (master): radeon/r200: forgot one somehow

Dave Airlie airlied at kemper.freedesktop.org
Sat Oct 29 07:15:39 UTC 2011


Module: Mesa
Branch: master
Commit: 09a92e376bf954603dad4a6ad9a18cce3c52b484
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=09a92e376bf954603dad4a6ad9a18cce3c52b484

Author: Dave Airlie <airlied at redhat.com>
Date:   Sat Oct 29 08:15:00 2011 +0100

radeon/r200: forgot one somehow

drops last usage.

---

 .../drivers/dri/radeon/radeon_common_context.h     |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.h b/src/mesa/drivers/dri/radeon/radeon_common_context.h
index 1b23481..4adbbff 100644
--- a/src/mesa/drivers/dri/radeon/radeon_common_context.h
+++ b/src/mesa/drivers/dri/radeon/radeon_common_context.h
@@ -17,7 +17,8 @@
 
 struct radeon_context;
 
-#include "radeon_bocs_wrapper.h"
+#include "radeon_bo_gem.h"
+#include "radeon_cs_gem.h"
 
 /* This union is used to avoid warnings/miscompilation
    with float to uint32_t casts due to strict-aliasing */




More information about the mesa-commit mailing list