summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
diff options
context:
space:
mode:
authorKevin DeKorte <kdekorte@gmail.com>2009-07-17 14:43:42 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-07-17 14:43:42 -0400
commit79a170108f1d9cad949cd2a34e4de597beae72db (patch)
tree5fb20919e64a5727ca3e65f2acf7deb218dff684 /src/mesa/drivers/dri/radeon
parentc4ab08a0cdddd05f53810490f4ded5838acd1217 (diff)
R6xx/r7xx: warning fixes
patch from Kevin DeKorte with some minor fixes from me.
Diffstat (limited to 'src/mesa/drivers/dri/radeon')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_common_context.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.c b/src/mesa/drivers/dri/radeon/radeon_common_context.c
index bbe7225ee6..285e015c92 100644
--- a/src/mesa/drivers/dri/radeon/radeon_common_context.c
+++ b/src/mesa/drivers/dri/radeon/radeon_common_context.c
@@ -46,6 +46,10 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "swrast_setup/swrast_setup.h"
#include "tnl/tnl.h"
+#if RADEON_COMMON && defined(RADEON_COMMON_FOR_R600) /* +r6/r7 */
+#include "r600_context.h"
+#endif
+
#define DRIVER_DATE "20090101"
#ifndef RADEON_DEBUG