summaryrefslogtreecommitdiffstats
path: root/docs/envvars.html
Commit message (Collapse)AuthorAgeFilesLines
* mesa: allow MESA_GL_VERSION_OVERRIDE to override the API typeJordan Justen2012-09-281-3/+19
| | | | | | | | | | | | | | | | | | | Change the format to MAJOR.MINOR[FC] For example: 2.1, 3.0FC, 3.1 The FC suffix indicates a forward compatible context, and is only valid for versions >= 3.0. Examples: 2.1: GL Legacy/Compatibility context 3.0: GL Legacy/Compatibility context 3.0FC: GL Core Profile context + Forward Compatible 3.1: GL Core Profile context 3.1FC: GL Core Profile context + Forward Compatible Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Chad Versace <chad.versace@linux.intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>
* docs: add new iframe layoutAndreas Boll2012-09-191-0/+8
|
* docs: document the GALLIUM_LOG_FILE env varBrian Paul2012-06-251-0/+2
|
* mesa: new MESA_LOG_FILE env var to log errors, warnings, etc., to a fileBrian Paul2012-06-251-0/+2
| | | | Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
* docs: prefer lowercase html tagsAndreas Boll2012-06-121-4/+4
| | | | Signed-off-by: Brian Paul <brianp@vmware.com>
* docs: consolidate html header and footerAndreas Boll2012-06-121-15/+11
| | | | | | | | | add doctype add character encoding add missing <head> tag unify html header and footer Signed-off-by: Brian Paul <brianp@vmware.com>
* Rename R300_NO_TCL envvar to RADEON_NO_TCLMatt Turner2012-01-301-2/+2
| | | | | | | | The envvar works for R100 and R200 too, and the classic R300 driver doesn't even exist anymore. "RADEON_NO_TCL" is already mentioned in the code and is the same envvar used for the R300g driver.
* softpipe: Document new llvm flagJakob Bornecrantz2012-01-091-0/+2
| | | | Signed-off-by: Jakob Bornecrantz <wallbraker@gmail.com>
* Remove remnants of legacy glide supportGuillem Jover2011-10-041-2/+0
| | | | | Signed-off-by: Guillem Jover <guillem@hadrons.org> Signed-off-by: Brian Paul <brianp@vmware.com>
* mesa: Allow overriding GLSL version with environment variableChad Versace2011-09-281-0/+4
| | | | | | | | | | | | | | Override the context's GLSL version if the environment variable MESA_GLSL_VERSION_OVERRIDE is set. Valid values for MESA_GLSL_VERSION_OVERRIDE are integers, such as "130". MESA_GLSL_VERSION_OVERRIDE has the same behavior as INTEL_GLSL_VERSION, except that it applies to all drivers, not just Intel's. Since the former supercedes the latter, this patch disables the latter. Reviewed-by: Dave Airlie <airlied@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Signed-off-by: Chad Versace <chad@chad-versace.us>
* mesa: Allow override of GL version with environment variableChad Versace2011-09-271-0/+4
| | | | | | | | | | | | | It is necessary to manually set the GL version to 3.0 in order to run Piglit tests that use glGetUniform*(). This patch allows one to override the version of the OpenGL context by setting the environment variable MESA_GL_VERSION_OVERRIDE. Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Signed-off-by: Chad Versace <chad@chad-versace.us>
* mesa: new MESA_EXTENSION_MAX_YEAR env varBrian Paul2011-03-241-0/+9
| | | | | | | If set to year X, only report extensions up to that year. This is a work-around for games that try to copy the extensions string to a fixed size buffer and overflow. If a game was released in year X, setting MESA_EXTENSION_MAX_YEAR to that year will likely fix the problem.
* docs: updated environment variable listBrian Paul2011-02-171-13/+90
|
* docs: Update for EGL environment variables.Chia-I Wu2010-02-021-0/+4
| | | | | Mention that EGL_DRIVER should be a full path, and add a link from envvars.html to egl.html.
* docs: document Intel, R300 env varsBrian Paul2010-01-261-0/+19
|
* docs: document more MESA_GLSL env var optionsBrian Paul2009-10-141-0/+1
|
* docs: document MESA_EXTENSION_OVERRIDE env varBrian Paul2009-06-081-0/+3
|
* docs: assorted updates, link fixesBrian Paul2009-01-221-1/+1
|
* document MESA_TEX/TNL_PROG env varsBrian Paul2006-06-011-0/+5
|
* misc updatesBrian Paul2006-01-271-8/+9
|
* added MESA_GLX_ALPHA_BITS env varBrian Paul2005-11-051-0/+1
|
* update MESA_DEBUG with FP infoBrian Paul2005-08-191-1/+3
|
* Use a simple CSS style sheet.Brian Paul2005-01-201-1/+3
|
* new MESA_GLX_DEPTH_BITS env varBrian Paul2004-07-231-0/+1
|
* added MESA_GLX_FORCE_ALPHA env varBrian Paul2004-07-231-0/+1
|
* updated list of env varsBrian Paul2004-02-021-3/+16
|
* Documentation/website overhaul. The website content and doc/ directoryBrian Paul2003-03-081-0/+25
are now merged and are one and the same.