diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-11-26 13:01:29 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-11-30 11:32:21 -0800 |
commit | b09d59342804db7dbb8056dca43dd39f54e290aa (patch) | |
tree | c32790ee508b1947559fd340ecf4fb083efe7699 /man | |
parent | c52a2b1ebad56820af932dfbc871701a8b04fd9c (diff) |
Add -iglx & +iglx to Xserver.man
Covers the current state after commits 99f0365b1fbdfd9238b9f,
d0da0e9c3bb8fe0cd4879, & e3aa13b8d63ea2fba6eb4 were all applied.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: James Jones <jajones@nvidia.com>
Reviewed-by: Robert Morell <rmorell@nvidia.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/Xserver.man | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/Xserver.man b/man/Xserver.man index c03830c15..3bf844f98 100644 --- a/man/Xserver.man +++ b/man/Xserver.man @@ -181,6 +181,16 @@ prints a usage message. .B \-I causes all remaining command line arguments to be ignored. .TP 8 +.B \-iglx +Prohibit creating indirect GLX contexts. Indirect GLX is of limited use, +since it lacks support for many modern OpenGL features and extensions; +it's slower than direct contexts; and it opens a large attack surface for +protocol parsing errors. +This is the default unless +iglx is specified. +.TP 8 +.B +iglx +Allow creating indirect GLX contexts. +.TP 8 .B \-maxbigreqsize \fIsize\fP sets the maximum big request to .I size |