Fix broken tnl stage.

This commit is contained in:
Aapo Tahkola 2005-11-01 18:12:58 +00:00
parent f4fbda35b0
commit a546abc8da

View file

@ -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