Re: misc fixes for VC4

2014-12-31 Thread Rob Clark
On Tue, Dec 30, 2014 at 5:54 PM, Eric Anholt e...@anholt.net wrote: I've been looking into X performance on VC4 recently. The first obvious thing happening was that we're hitting some fallbacks in the driver for things like GL_QUADS, so I thought what if I use the GLES2 paths instead? Turns

Reference: xorg/app/xauth Update DISPLAY parsing to work with new launchd paths in Yosemite

2014-12-31 Thread Colin Harrison
Hi, In the latest commit to xauth there are two added instances of: buf[sizeof(path) - 1] = '\0'; shouldn't those be? path[sizeof(path) - 1] = '\0'; Thanks, Colin Harrison ___ xorg-devel@lists.x.org: X.Org development Archives:

Re: [PATCH] modesetting: Fix build with --disable-glamor.

2014-12-31 Thread Jasper St. Pierre
This is causing build failures on GNOME Continuous: http://build.gnome.org/continuous/buildmaster/builds/2014/12/31/4/build/log-xorg-xserver.txt Reviewed-by: Jasper St. Pierre jstpie...@mecheye.net On Tue, Dec 30, 2014 at 2:58 PM, Eric Anholt e...@anholt.net wrote: Kenneth Graunke

Re: Reference: xorg/app/xauth Update DISPLAY parsing to work with new launchd paths in Yosemite

2014-12-31 Thread Alan Coopersmith
On 12/31/14 08:11 AM, Colin Harrison wrote: Hi, In the latest commit to xauth there are two added instances of: buf[sizeof(path) - 1] = '\0'; shouldn't those be? path[sizeof(path) - 1] = '\0'; Looks like it, for those OS'es without a good enough libc to have strlcpy. -- -Alan

Re: misc fixes for VC4

2014-12-31 Thread Eric Anholt
Rob Clark robdcl...@gmail.com writes: On Tue, Dec 30, 2014 at 5:54 PM, Eric Anholt e...@anholt.net wrote: I've been looking into X performance on VC4 recently. The first obvious thing happening was that we're hitting some fallbacks in the driver for things like GL_QUADS, so I thought what if

Re: [PATCH] modesetting: Fix build with --disable-glamor.

2014-12-31 Thread Rob Clark
and xorg tinderbox: http://tinderbox.x.org/builds/2014-12-31-0019/logs/xserver/#build Reviewed-by: Rob Clark robdcl...@gmail.com On Wed, Dec 31, 2014 at 12:47 PM, Jasper St. Pierre jstpie...@mecheye.net wrote: This is causing build failures on GNOME Continuous:

Re: misc fixes for VC4

2014-12-31 Thread Rob Clark
On Wed, Dec 31, 2014 at 2:52 PM, Eric Anholt e...@anholt.net wrote: Rob Clark robdcl...@gmail.com writes: On Tue, Dec 30, 2014 at 5:54 PM, Eric Anholt e...@anholt.net wrote: I've been looking into X performance on VC4 recently. The first obvious thing happening was that we're hitting some