i965: Sandybridge doesn't have Compr4 mode, since it's not needed any more.

This commit is contained in:
Zhenyu Wang 2010-08-20 14:32:44 -07:00 committed by Eric Anholt
parent 0e2d0cc577
commit da1502494b
1 changed files with 2 additions and 1 deletions

View File

@ -144,7 +144,8 @@ GLboolean brwCreateContext( int api,
brw->CMD_VF_STATISTICS = CMD_VF_STATISTICS_GM45;
brw->CMD_PIPELINE_SELECT = CMD_PIPELINE_SELECT_GM45;
brw->has_surface_tile_offset = GL_TRUE;
brw->has_compr4 = GL_TRUE;
if (intel->gen < 6)
brw->has_compr4 = GL_TRUE;
brw->has_aa_line_parameters = GL_TRUE;
brw->has_pln = GL_TRUE;
} else {