diff options
author | Timothy Arceri <[email protected]> | 2017-04-12 15:08:01 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-04-19 16:53:24 +1000 |
commit | a0ed0eb3424df32c6ef4cf01f665e24d8fc4a41b (patch) | |
tree | 2f9704479d1b0cad26db30968c43efd161a317c1 /docs/envvars.html | |
parent | d42d150ad26e29d9e894ba9f9e28f8134e2e5393 (diff) |
mesa: add env var to force enable the KHR_no_error ctx flag
V2: typo know -> known
V3: add security check (Suggested by Nicolai)
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'docs/envvars.html')
-rw-r--r-- | docs/envvars.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/envvars.html b/docs/envvars.html index 653736565e6..a064f569c8b 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -46,6 +46,9 @@ sometimes be useful for debugging end-user issues. <li>MESA_NO_MMX - if set, disables Intel MMX optimizations <li>MESA_NO_3DNOW - if set, disables AMD 3DNow! optimizations <li>MESA_NO_SSE - if set, disables Intel SSE optimizations +<li>MESA_NO_ERROR - if set error checking is disabled as per KHR_no_error. + This will result in undefined behaviour for invalid use of the api, but + can reduce CPU use for apps that are known to be error free.</li> <li>MESA_DEBUG - if set, error messages are printed to stderr. For example, if the application generates a GL_INVALID_ENUM error, a corresponding error message indicating where the error occurred, and possibly why, will be |