projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b490fa0
)
radeon/r200: forgot one somehow
author
Dave Airlie
<airlied@redhat.com>
Sat, 29 Oct 2011 07:15:00 +0000
(08:15 +0100)
committer
Dave Airlie
<airlied@redhat.com>
Sat, 29 Oct 2011 07:15:27 +0000
(08:15 +0100)
drops last usage.
src/mesa/drivers/dri/radeon/radeon_common_context.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/radeon/radeon_common_context.h
b/src/mesa/drivers/dri/radeon/radeon_common_context.h
index 1b2348105cb1954b68f680dc8407046f43d41099..4adbbff6fc34d78c639ae219a11dd076c09a6a23 100644
(file)
--- 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 */