summaryrefslogtreecommitdiff
path: root/docs/envvars.html
AgeCommit message (Collapse)AuthorFilesLines
2014-01-06docs: fix misspellingsNathan Kidd1-3/+3
Fixed what I noticed; no warranty for exhaustiveness. Signed-off-by: Nathan Kidd <nkidd@opentext.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2013-11-25docs: describe the INTEL_* envvars that do existChris Forbes1-0/+32
V2: drop description of `fall` and `wm`, which have been removed by the previous patch; describe `stats`. Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2013-11-25docs: drop INTEL_* envvars which no longer existChris Forbes1-4/+0
These were removed back in 2012. Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2013-06-07docs: update some environment variable infoBrian Paul1-4/+13
Drop the GALLIUM_NOSSE/PPC env vars, added ST_DEBUG and some of the VMware SVGA driver env vars.
2013-05-09docs: document GALLIUM_HUD and LIBGL_SHOW_FPSMarek Olšák1-0/+5
2012-09-28mesa: allow MESA_GL_VERSION_OVERRIDE to override the API typeJordan Justen1-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>
2012-09-19docs: add new iframe layoutAndreas Boll1-0/+8
2012-06-25docs: document the GALLIUM_LOG_FILE env varBrian Paul1-0/+2
2012-06-25mesa: new MESA_LOG_FILE env var to log errors, warnings, etc., to a fileBrian Paul1-0/+2
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
2012-06-12docs: prefer lowercase html tagsAndreas Boll1-4/+4
Signed-off-by: Brian Paul <brianp@vmware.com>
2012-06-12docs: consolidate html header and footerAndreas Boll1-15/+11
add doctype add character encoding add missing <head> tag unify html header and footer Signed-off-by: Brian Paul <brianp@vmware.com>
2012-01-30Rename R300_NO_TCL envvar to RADEON_NO_TCLMatt Turner1-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.
2012-01-09softpipe: Document new llvm flagJakob Bornecrantz1-0/+2
Signed-off-by: Jakob Bornecrantz <wallbraker@gmail.com>
2011-10-04Remove remnants of legacy glide supportGuillem Jover1-2/+0
Signed-off-by: Guillem Jover <guillem@hadrons.org> Signed-off-by: Brian Paul <brianp@vmware.com>
2011-09-28mesa: Allow overriding GLSL version with environment variableChad Versace1-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>
2011-09-27mesa: Allow override of GL version with environment variableChad Versace1-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>
2011-03-24mesa: new MESA_EXTENSION_MAX_YEAR env varBrian Paul1-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.
2011-02-17docs: updated environment variable listBrian Paul1-13/+90
2010-02-02docs: Update for EGL environment variables.Chia-I Wu1-0/+4
Mention that EGL_DRIVER should be a full path, and add a link from envvars.html to egl.html.
2010-01-26docs: document Intel, R300 env varsBrian Paul1-0/+19
2009-10-14docs: document more MESA_GLSL env var optionsBrian Paul1-0/+1
2009-06-08docs: document MESA_EXTENSION_OVERRIDE env varBrian Paul1-0/+3
2009-01-22docs: assorted updates, link fixesBrian Paul1-1/+1
2006-06-01document MESA_TEX/TNL_PROG env varsBrian Paul1-0/+5
2006-01-27misc updatesBrian Paul1-8/+9
2005-11-05added MESA_GLX_ALPHA_BITS env varBrian Paul1-0/+1
2005-08-19update MESA_DEBUG with FP infomesa_6_3_2Brian Paul1-1/+3
2005-01-20Use a simple CSS style sheet.Brian Paul1-1/+3
2004-07-23new MESA_GLX_DEPTH_BITS env varBrian Paul1-0/+1
2004-07-23added MESA_GLX_FORCE_ALPHA env varBrian Paul1-0/+1
2004-02-02updated list of env varsBrian Paul1-3/+16
2003-03-08Documentation/website overhaul. The website content and doc/ directoryBrian Paul1-0/+25
are now merged and are one and the same.