diff options
author | Eric Engestrom <[email protected]> | 2017-09-08 11:53:47 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2017-09-12 13:53:12 +0100 |
commit | 177fd320d6fdccad09397fc54a1cefc94e1c4de0 (patch) | |
tree | 5bb53824e565cf0c6c3b4a461c7b28a7cf46ebac /docs/libGL.txt | |
parent | 43e2d58698f76b96b36ff3cb2eba1713ff3a3125 (diff) |
glx: turn LIBGL_ALWAYS_INDIRECT into a boolean
Instead of setting based on set/unset, allow users to use boolean values.
In the docs, use `ALWAYS=true` instead of `ALWAYS=1` as it's clearer IMO.
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'docs/libGL.txt')
-rw-r--r-- | docs/libGL.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libGL.txt b/docs/libGL.txt index 839e330cf06..b69b8c07fcb 100644 --- a/docs/libGL.txt +++ b/docs/libGL.txt @@ -59,7 +59,7 @@ to learn if it is thread safe. Indirect Rendering You can force indirect rendering mode by setting the LIBGL_ALWAYS_INDIRECT -environment variable. Hardware acceleration will not be used. +environment variable to `true`. Hardware acceleration will not be used. |