Re: Another protocol repository merge attempt

2017-12-14 Thread Keith Packard
Alan Coopersmith writes: > Honestly, I think the versions of Java I've used for generating the docs > just uses fontconfig to find local fonts, but we do ship with a bunch of > commercially licensed fonts from way back when that should be automatically > added to

Re: Another protocol repository merge attempt

2017-12-14 Thread Alan Coopersmith
On 12/14/17 04:21 PM, Keith Packard wrote: Of course, bugs in the fonts will involve copying new versions into our repo. I don't have a great solution here. I do suspect the Oracle has their AWT configured to find local fonts so that the docbook toolchain works, but that isn't true for me, and

Re: [PATCH util/macros] Drop -fno-strict-aliasing from XORG_CWARNFLAGS

2017-12-14 Thread Peter Harris
On 2017-12-14 11:35 AM, Michel Dänzer wrote: > I don't think compilers can reliably warn about all strict aliasing > violations yet (ever?). > > Is this really worth the risk? Do you have any numbers showing tangible > benefits of this change? The main benefit is in code cleanliness, not

Re: Another protocol repository merge attempt

2017-12-14 Thread Keith Packard
Eric Anholt writes: > I like that it's just commits and merges instead of filter-branch. Yeah, it makes the history really easy to see, and (if we don't move files), the per-file history easy to track. > I think it would make more sense if the headers matched the structure

Re: [PATCH xserver 2/2] glx: Enable GLX_ARB_create_context_no_error

2017-12-14 Thread Eric Anholt
Adam Jackson writes: > This is mostly for the client library's convenience, if this extension > is listed then it can know the attribute won't be rejected. Note that we > don't _do_ anything with this attribute, meaning indirect contexts will > not be no-error. That's fine, we

Re: [PATCH xserver 1/2] glx: Stop printing messages about what GLX extensions we enable

2017-12-14 Thread Eric Anholt
Adam Jackson writes: > glxinfo already exists, use it. Yes, please. Reviewed-by: Eric Anholt signature.asc Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development Archives:

Re: Another protocol repository merge attempt

2017-12-14 Thread Eric Anholt
Keith Packard writes: > [ Unknown signature status ] > > The idea of merging all of our X protocol repositories came up again, > and Adam Jackson asked if I wanted to wait for this before merging my > randr lease/non-desktop changes. > > Not really? But, I'm still interested

Re: [PATCH] glx: do not pick sRGB config for 32-bit RGBA visual

2017-12-14 Thread Adam Jackson
On Mon, 2017-12-11 at 07:53 +0200, Tapani Pälli wrote: > Hi; > > Any comments? Without this change there will be issues with certain > Linux desktops when distributions start to use Mesa 17.4. Merged, thanks: remote: I: patch #190632 updated using rev c2954b16c8730c7ed8441fd8dba25900f3aed265.

[PATCH xserver] composite: Propagate damagedDescendants when reparented

2017-12-14 Thread Peter Harris
If a window that is fully covered by an automatic-redirected descendant (even implicitly, eg. via BackingStores) is reparented, the automatic updates could be broken if the new parent is not marked as having damaged descendants. Fix this issue by propagating the damagedDescendants flag whenever a

Re: [PATCH util/macros] Drop -fno-strict-aliasing from XORG_CWARNFLAGS

2017-12-14 Thread Michel Dänzer
On 2017-12-13 08:47 PM, Adam Jackson wrote: > On Wed, 2017-12-13 at 11:31 -0800, Keith Packard wrote: >> Adam Jackson writes: >> >>> This has been "deprecated" since 2011, but because it is still >>> referenced from XORG_DEFAULT_OPTIONS nothing has ever been updated to >>> get