summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r700_render.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-05-26 12:21:54 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-05-26 12:21:54 -0400
commitf3eaba017c77f4dcf6cdecba7c19c9ea4fd3ce63 (patch)
treec6c5a1203b6e8e497f5abc12a69e597ffc1d2613 /src/mesa/drivers/dri/r600/r700_render.c
parent930b42693eb2e875d2447897dd1379d7bd273a95 (diff)
r6xx: fix more r6xx specific cases
Diffstat (limited to 'src/mesa/drivers/dri/r600/r700_render.c')
-rw-r--r--src/mesa/drivers/dri/r600/r700_render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r600/r700_render.c b/src/mesa/drivers/dri/r600/r700_render.c
index 464023e96f..fccf416c8c 100644
--- a/src/mesa/drivers/dri/r600/r700_render.c
+++ b/src/mesa/drivers/dri/r600/r700_render.c
@@ -86,7 +86,7 @@ void r700WaitForIdleClean(context_t *context)
static void r700Start3D(context_t *context)
{
BATCH_LOCALS(&context->radeon);
- if (context->radeon.radeonScreen->chip_family <= CHIP_FAMILY_RV670)
+ if (context->radeon.radeonScreen->chip_family < CHIP_FAMILY_RV770)
{
BEGIN_BATCH_NO_AUTOSTATE(2);
R600_OUT_BATCH(CP_PACKET3(R600_IT_START_3D_CMDBUF, 0));