summaryrefslogtreecommitdiffstats
path: root/docs/envvars.html
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix misspellingsNathan Kidd2014-01-061-3/+3
| | | | | | | Fixed what I noticed; no warranty for exhaustiveness. Signed-off-by: Nathan Kidd <[email protected]> Reviewed-by: Brian Paul <[email protected]>
* docs: describe the INTEL_* envvars that do existChris Forbes2013-11-251-0/+32
| | | | | | | | V2: drop description of `fall` and `wm`, which have been removed by the previous patch; describe `stats`. Signed-off-by: Chris Forbes <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
* docs: drop INTEL_* envvars which no longer existChris Forbes2013-11-251-4/+0
| | | | | | | These were removed back in 2012. Signed-off-by: Chris Forbes <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
* docs: update some environment variable infoBrian Paul2013-06-071-4/+13
| | | | | Drop the GALLIUM_NOSSE/PPC env vars, added ST_DEBUG and some of the VMware SVGA driver env vars.
* docs: document GALLIUM_HUD and LIBGL_SHOW_FPSMarek Olšák2013-05-091-0/+5
|
* 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 <[email protected]> Reviewed-by: Chad Versace <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
* 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 <[email protected]>
* docs: prefer lowercase html tagsAndreas Boll2012-06-121-4/+4
| | | | Signed-off-by: Brian Paul <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Remove remnants of legacy glide supportGuillem Jover2011-10-041-2/+0
| | | | | Signed-off-by: Guillem Jover <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* 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 <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Signed-off-by: Chad Versace <[email protected]>
* 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 <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Signed-off-by: Chad Versace <[email protected]>
* 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 infomesa_6_3_2Brian 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.