summaryrefslogtreecommitdiffstats
path: root/docs/envvars.html
Commit message (Collapse)AuthorAgeFilesLines
* doc: document spilling options accepted by INTEL_DEBUGIago Toral Quiroga2016-03-211-0/+2
| | | | Reviewed-by: Jordan Justen <[email protected]>
* doc: add 'vec4' option in INTEL_DEBUGJuan A. Suarez Romero2016-03-181-0/+1
| | | | Reviewed-by: Iago Toral Quiroga <[email protected]>
* docs: Correct typo in LLVMpipe envvar descriptionRhys Kidd2016-02-201-1/+1
| | | | | Signed-off-by: Rhys Kidd <[email protected]> Reviewed-by: Roland Scheidegger <[email protected]>
* docs: Document VC4_DEBUG envvarRhys Kidd2016-02-151-0/+19
| | | | | Signed-off-by: Rhys Kidd <[email protected]> Signed-off-by: Eric Anholt <[email protected]>
* docs: document MESA_GLES_VERSION_OVERRIDE envvarAlejandro Piñeiro2016-02-131-0/+8
| | | | | | v2: Removed reference to FC not being an allowed suffix (Brian Paul) Reviewed-by: Brian Paul <[email protected]>
* mesa: add MESA_NO_MINMAX_CACHE environment variableNicolai Hähnle2016-02-031-0/+1
| | | | | | | | | | When set to a truish value, this globally disables the minmax cache for all buffer objects. No #ifdef DEBUG guards because this option can be interesting for benchmarking. Reviewed-by: Marek Olšák <[email protected]>
* st/va: disable MPEG4 by default v2Christian König2015-12-071-0/+6
| | | | | | | | | | | | The workarounds are too hacky to enable them by default and otherwise MPEG4 doesn't work reliably. v2: add docs/envvars.html, CC stable and fix typos Signed-off-by: Christian König <[email protected]> Reviewed-by: Emil Velikov <[email protected]> (v1) Reviewed-by: Ilia Mirkin <[email protected]> (v1) Cc: "11.1.0" <[email protected]>
* gallium/hud: document GALLIUM_HUD_PERIOD in envvars.html.Jimmy Berry2015-11-191-0/+2
| | | | Signed-off-by: Marek Olšák <[email protected]>
* gallium/hud: control visibility at startup and runtime.Jimmy Berry2015-11-191-0/+6
| | | | | | | - env GALLIUM_HUD_VISIBLE: control default visibility - env GALLIUM_HUD_SIGNAL_TOGGLE: toggle visibility via signal Signed-off-by: Marek Olšák <[email protected]>
* docs: document INTEL_DEBUG 'optimizer' envvarAlejandro Piñeiro2015-09-151-0/+1
| | | | Reviewed-by: Matt Turner <[email protected]>
* docs: document the LIBGL_DRI3_DISABLE environment variableMartin Peres2015-05-081-0/+1
| | | | | | Suggested-by: Axel Davy <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Signed-off-by: Martin Peres <[email protected]>
* 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.