Re: Xorg 7.7 question on Thinkpad T550

2015-07-06 Thread William Bulley
According to Connor Behan connor.be...@gmail.com on Sat, 07/04/15 at 15:57: Can you post the Intel Xorg.0.log as well? See attached. When I attempt to invoke an Xorg session (see below) with the VESA section commented out and the Intel section uncommented, the Fatal server error was: (EE)

[git pull v2] glamor: gles2 text improvements + regression fix + cleanups

2015-07-06 Thread Eric Anholt
Same pull request as the previous one, just with keithp's LSB-aware a1 text regression fix instead of mine. The following changes since commit b4061cf5f76241157b2dc81dec053012075311c0: Fix border tile origin when background is ParentRelative (2015-06-29 21:07:58 -0700) are available in the

Re: [PATCH] mi: fix typo in warning about overflowing queue

2015-07-06 Thread Keith Packard
Alan Coopersmith alan.coopersm...@oracle.com writes: Reported-by: Vincent Hobeïka vincent.hobe...@gmail.com Signed-off-by: Julien Cristau jcris...@debian.org Reviewed-by: Alan Coopersmith alan.coopersm...@oracle.com Merged. e3624aa..ac94cdb master - master -- -keith signature.asc

Re: [PATCH] Fix NO_LOCAL_CLIENT_CRED build

2015-07-06 Thread Keith Packard
Jon TURNEY jon.tur...@dronecode.org.uk writes: On 04/07/2015 05:21, Ray Strode wrote: On Thu, Jul 2, 2015 at 12:40 PM, Jon TURNEY wrote: Makes sense. Revised patch attached. LGTM I'm going to choose to assume that is a Reviewed-by: Keith, Please consider applying to master. I liked

Re: Xorg 7.7 question on Thinkpad T550

2015-07-06 Thread Alan Coopersmith
On 07/ 6/15 02:40 PM, Connor Behan wrote: If modprobe evdev works, you have the module, otherwise you don't. Since his first message said he was running FreeBSD, not Linux, it's safe to assume he has neither evdev nor udev. -- -Alan Coopersmith-

Re: [git pull v2] glamor: gles2 text improvements + regression fix + cleanups

2015-07-06 Thread Keith Packard
Eric Anholt e...@anholt.net writes: Dave Airlie (1): xserver: fix build with glamor disabled. Eric Anholt (23): glamor: Fix text rendering on GLES2. glamor: Drop CloseScreen-time GL resource cleanup code. glamor: Use the normal GL_QUADS drawing helper in the render

Re: Xorg 7.7 question on Thinkpad T550

2015-07-06 Thread Connor Behan
On 06/07/15 04:12 PM, William Bulley wrote: According to Connor Behan connor.be...@gmail.com on Sat, 07/04/15 at 15:57: Can you post the Intel Xorg.0.log as well? See attached. When I attempt to invoke an Xorg session (see below) with the VESA section commented out and the Intel section

[PATCH] glamor: Use a single glTexImage2D call for core font atlas texture data v2

2015-07-06 Thread Michel Dänzer
From: Michel Dänzer michel.daen...@amd.com Instead of one glTexSubImage2D call for each glyph. This significantly reduces the amount of time it takes for xterm to start up on a fresh X server with the radeonsi driver. v2: Use GLYPHWIDTHBYTESPADDED instead of hardcoding 4 bytes glyph

Re: [PATCH] glamor: Use a single glTexImage2D call for core font atlas texture data v2

2015-07-06 Thread Keith Packard
Michel Dänzer mic...@daenzer.net writes: From: Michel Dänzer michel.daen...@amd.com Instead of one glTexSubImage2D call for each glyph. This significantly reduces the amount of time it takes for xterm to start up on a fresh X server with the radeonsi driver. v2: Use GLYPHWIDTHBYTESPADDED