mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
i965: Adapt to new TNL program tracking semantics
This fixes bugzilla #17718.
This commit is contained in:
parent
ed4c6cbe01
commit
2511d57fa4
1 changed files with 2 additions and 1 deletions
|
|
@ -147,7 +147,8 @@ GLboolean brwCreateContext( const __GLcontextModes *mesaVis,
|
|||
|
||||
brw->emit_state_always = 0;
|
||||
|
||||
ctx->FragmentProgram._MaintainTexEnvProgram = 1;
|
||||
ctx->VertexProgram._MaintainTnlProgram = GL_TRUE;
|
||||
ctx->FragmentProgram._MaintainTexEnvProgram = GL_TRUE;
|
||||
|
||||
brw_draw_init( brw );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue