diff options
author | Kevin DeKorte <[email protected]> | 2009-07-17 14:43:42 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2009-07-17 14:43:42 -0400 |
commit | 79a170108f1d9cad949cd2a34e4de597beae72db (patch) | |
tree | 5fb20919e64a5727ca3e65f2acf7deb218dff684 /src/mesa/drivers/dri/radeon | |
parent | c4ab08a0cdddd05f53810490f4ded5838acd1217 (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.c | 4 |
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 bbe7225ee6c..285e015c924 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 |