Re: [PATCH xserver 1/3] glamor: Unconditionalize GLAMOR_GRADIENT_SHADER

2017-10-25 Thread Eric Anholt
Adam Jackson writes: > Effectively always true anyway. All 3: Reviewed-by: Eric Anholt signature.asc Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development Archives:

Re: forum for Motif, XLib, etc. programming enthusiasts?

2017-10-25 Thread walter harms
Am 25.10.2017 01:20, schrieb Alan Corey: > Yes, I've played in Glade a little, wasn't crazy about it. And GTK3 > looks awful, just the amount of text for a hello world program. > > I wanted to use Motif but support for it is vanishing it seems. > Athena, I hate the scrollbars. What I want to

Re: [PATCH xserver] meson: Use [ true, false, auto ] for tristate values

2017-10-25 Thread Daniel Stone
On 25 October 2017 at 14:51, Adam Jackson wrote: > On Wed, 2017-10-25 at 11:34 +1000, Peter Hutterer wrote: >> On Tue, Oct 24, 2017 at 01:03:09PM -0400, Adam Jackson wrote: >> > For symmetry with the boolean options. I really do not want to care >> > whether an option is a

Re: [PATCH xserver] ramdac: Check ScreenPriv != NULL in xf86ScreenSetCursor()

2017-10-25 Thread Adam Jackson
On Wed, 2017-10-25 at 17:23 +1000, Dave Airlie wrote: > Reviewed-by: Dave Airlie remote: I: patch #184600 updated using rev 68d95e759f8b6ebca6bd52e69e6bc34cc174f8ca. remote: I: 1 patch(es) updated to state Accepted. To ssh://git.freedesktop.org/git/xorg/xserver

Re: [PATCH xserver] meson: Use [ true, false, auto ] for tristate values

2017-10-25 Thread Adam Jackson
On Wed, 2017-10-25 at 11:34 +1000, Peter Hutterer wrote: > On Tue, Oct 24, 2017 at 01:03:09PM -0400, Adam Jackson wrote: > > For symmetry with the boolean options. I really do not want to care > > whether an option is a tristate if I'm trying to set it explicitly. > > > > Signed-off-by: Adam

Re: forum for Motif, XLib, etc. programming enthusiasts?

2017-10-25 Thread Henrik Pauli
GTK most certainly has a blank widget, just like all the other toolkits.  Don't forget, it started as the GIMP Toolkit, and that required a lot of custom widgets. Look at https://developer.gnome.org/gtk3/3.12/GtkDrawingArea.html On 25/10/17 01:20, Alan Corey wrote: Yes, I've played in Glade

[Bug 103292] Rainbow screen of death on start up

2017-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103292 --- Comment #7 from Michel Dänzer --- (In reply to MaxV from comment #6) > Maybe does the kernel load radeon instead of amdgpu driver? Yes, the attached working dmesg shows the radeon driver being used for the discrete GPU

Re: [PATCH xserver] ramdac: Check ScreenPriv != NULL in xf86ScreenSetCursor()

2017-10-25 Thread Dave Airlie
Reviewed-by: Dave Airlie On 25 October 2017 at 11:39, Alex Goins wrote: > Similar to change cba5a10f, xf86ScreenSetCursor() would dereference ScreenPriv > without NULL checking it. If Option "SWCursor" is specified, ScreenPriv == > NULL. > > Without this