mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
Fix broken tnl stage.
This commit is contained in:
parent
f4fbda35b0
commit
a546abc8da
1 changed files with 3 additions and 0 deletions
|
|
@ -267,6 +267,9 @@ GLboolean r300CreateContext(const __GLcontextModes * glVisual,
|
|||
ctx->Const.MaxLineWidth = R300_LINESIZE_MAX;
|
||||
ctx->Const.MaxLineWidthAA = R300_LINESIZE_MAX;
|
||||
|
||||
if (hw_tcl_on)
|
||||
ctx->_MaintainTnlProgram = GL_TRUE;
|
||||
|
||||
#ifdef USER_BUFFERS
|
||||
/* Needs further modifications */
|
||||
#if 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue