mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-08 01:20:33 +01:00
i965: fix assertion failure caused by commit dd1d66fc4a.
This commit is contained in:
parent
d7cf6a8a69
commit
5b6ca237ee
1 changed files with 3 additions and 0 deletions
|
|
@ -154,6 +154,9 @@ GLboolean brwCreateContext( const __GLcontextModes *mesaVis,
|
|||
return GL_FALSE;
|
||||
}
|
||||
|
||||
/* Initialize swrast, tnl driver tables: */
|
||||
intelInitSpanFuncs(ctx);
|
||||
|
||||
TNL_CONTEXT(ctx)->Driver.RunPipeline = _tnl_run_pipeline;
|
||||
|
||||
ctx->Const.MaxTextureUnits = BRW_MAX_TEX_UNIT;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue