i965: Fix up the VF stats packet header.
This commit is contained in:
@@ -150,7 +150,7 @@ GLboolean brwCreateContext( const __GLcontextModes *mesaVis,
|
||||
MIN2(ctx->Const.FragmentProgram.MaxNativeParameters,
|
||||
ctx->Const.FragmentProgram.MaxEnvParams);
|
||||
|
||||
if (intel->is_ironlake || intel->is_g4x) {
|
||||
if (intel->is_ironlake || intel->is_g4x || intel->gen >= 6) {
|
||||
brw->CMD_VF_STATISTICS = CMD_VF_STATISTICS_GM45;
|
||||
brw->CMD_PIPELINE_SELECT = CMD_PIPELINE_SELECT_GM45;
|
||||
brw->has_surface_tile_offset = GL_TRUE;
|
||||
|
||||
Reference in New Issue
Block a user