Skip to content
Snippets Groups Projects
Commit e76ddbf0 authored by Ian Romanick's avatar Ian Romanick Committed by Jordan Justen
Browse files

i965: Don't maintain programs for ff state when there is no ff


NOTE: This is a candidate for the 9.0 branch.

Signed-off-by: default avatarIan Romanick <ian.d.romanick@intel.com>
parent 8b89a5bb
No related branches found
No related tags found
No related merge requests found
......@@ -328,8 +328,8 @@ brwCreateContext(int api,
intel->batch.need_workaround_flush = true;
ctx->VertexProgram._MaintainTnlProgram = true;
ctx->FragmentProgram._MaintainTexEnvProgram = true;
ctx->VertexProgram._MaintainTnlProgram = ctx->API != API_OPENGL_CORE;
ctx->FragmentProgram._MaintainTexEnvProgram = ctx->API != API_OPENGL_CORE;
brw_draw_init( brw );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment