mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 18:10:11 +01:00
docs: document MESA_EXTENSION_OVERRIDE env var
This commit is contained in:
parent
f9c0ce0e07
commit
cc26e27746
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ fragment programs (intended for developers only)
|
||||||
<li>MESA_TNL_PROG - if set, implement conventional vertex transformation
|
<li>MESA_TNL_PROG - if set, implement conventional vertex transformation
|
||||||
operations with vertex programs (intended for developers only).
|
operations with vertex programs (intended for developers only).
|
||||||
Setting this variable automatically sets the MESA_TEX_PROG variable as well.
|
Setting this variable automatically sets the MESA_TEX_PROG variable as well.
|
||||||
|
<li>MESA_EXTENSION_OVERRIDE - can be used to enable/disable extensions.
|
||||||
|
A value such as "GL_EXT_foo -GL_EXT_bar" will enable the GL_EXT_foo extension
|
||||||
|
and disable the GL_EXT_bar extension.
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue