diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-07-03 01:03:14 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-07-03 01:03:14 +0800 |
commit | a34a4e3f6420e2b06bbdaa124fe0ccb1bc6a0bd9 (patch) | |
tree | 772faa2aa30186571e39c5278c5327117389b2a3 /src/i965_render.c | |
parent | 6506ac7aa008436158db4f4196802cab462f3446 (diff) |
Fix official name for GM45 chipset
Diffstat (limited to 'src/i965_render.c')
-rw-r--r-- | src/i965_render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i965_render.c b/src/i965_render.c index a3c7f49b..a13aec2b 100644 --- a/src/i965_render.c +++ b/src/i965_render.c @@ -1035,7 +1035,7 @@ i965_prepare_composite(int op, PicturePtr pSrcPicture, BEGIN_BATCH(12); /* Match Mesa driver setup */ - if (IS_IGD_GM(pI830) || IS_G4X(pI830)) + if (IS_GM45(pI830) || IS_G4X(pI830)) OUT_BATCH(NEW_PIPELINE_SELECT | PIPELINE_SELECT_3D); else OUT_BATCH(BRW_PIPELINE_SELECT | PIPELINE_SELECT_3D); |