Re: [PATCH] libx11 xkb/XKBMAlloc.c fix check for map-num_types

2014-06-06 Thread Alan Coopersmith
On 06/ 5/14 04:21 PM, Daniel Stone wrote: Hi, On 5 June 2014 15:46, walter harms wha...@bfs.de mailto:wha...@bfs.de wrote: fix: check for map-num_types overflow compiletestested, i have no example to check this condition but i guess that this was the original author intended

Re: [PATCH] libx11 xkb/XKBMAlloc.c fix check for map-num_types

2014-06-06 Thread walter harms
Am 06.06.2014 08:21, schrieb Alan Coopersmith: On 06/ 5/14 04:21 PM, Daniel Stone wrote: Hi, On 5 June 2014 15:46, walter harms wha...@bfs.de mailto:wha...@bfs.de wrote: fix: check for map-num_types overflow compiletestested, i have no example to check this condition but i

Re: [PATCH] libx11 xkb/XKBMAlloc.c fix check for map-num_types

2014-06-06 Thread walter harms
Am 06.06.2014 01:21, schrieb Daniel Stone: Hi, On 5 June 2014 15:46, walter harms wha...@bfs.de wrote: fix: check for map-num_types overflow compiletestested, i have no example to check this condition but i guess that this was the original author intended This isn't an overflow

[PULL] mi build fix

2014-06-06 Thread Jeremy Huddleston Sequoia
The following changes since commit 08820f03768e904f1746ef93ca01660330dc5406: Update to version 1.15.99.903 (2014-06-04 22:35:38 -0700) are available in the git repository at: git://people.freedesktop.org/~jeremyhu/xserver master for you to fetch changes up to

Additions for Compose

2014-06-06 Thread Geoff Streeter
I have added support to produce ∥ PARALLEL TO. Dyalog will be using this character in a future release of Dyalog APL I have added support for bold box drawing glyphs - I think they might be useful. The apl keyboard symbols file has support for LIGHT box drawing glyphs on the numeric keypad

RE: Additions for Compose

2014-06-06 Thread Geoff Streeter
I see that the UTF-8 characters did not make the round trip into the digest. Do you want me to submit this patch in a different form? ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info:

[PATCH] fb: Correctly implement CopyArea when using a window with depth 32 and 24bpp.

2014-06-06 Thread Robert Ancell
When using the fb backend at 24bpp it allows a visual with 32 bit depth. When using CopyArea from a 32bpp pixmap to a window with a 32 bit depth it would read the ARGB as RGB. Fix is to correctly ignore the alpha channel in the pixmap when copying. --- fb/fbcopy.c | 10 +- 1 file

Re: [PATCH] fb: Correctly implement CopyArea when using a window with depth 32 and 24bpp.

2014-06-06 Thread Robert Ancell
This fixes gnome-terminal not showing in qemu [1] and can be triggered by the attached test case. I haven't combined this with the patch in [2] because this patch is internally coherent with the fb logic; I still don't know if fb is doing the right thing here by allowing depth=32 bpp=24. The

Trying to understand meaning of rrCheckPixmapBounding.

2014-06-06 Thread Michal Srb
Hello, I am currectly trying to solve a bug when Xserver doesn't configure correctly monitor on slaved gpu if the monitor is rotated to left or right. Things get broken... I found out that the problem is in rrCheckPixmapBounding - it doesn't consider rotation of the crtcs. So it thinks it

Re: Running DRI3 on intel-gfx

2014-06-06 Thread Jamey Sharp
On Wed, Jun 04, 2014 at 06:58:47PM +0200, Sedat Dilek wrote: How do I see if DRI3 is enabled for mesa on my SandyBridge intel-gfxcard? glxinfo log-file attached... $ LC_ALL=C LIBGL_DEBUG=verbose glxinfo 2 /dev/null /tmp/glxinfo.txt You threw out the information you wanted by

Re: [PATCH] ephyr: Free damage structure at server reset time

2014-06-06 Thread Jamey Sharp
Xephyr could wrap CloseScreen after initializing kdrive, couldn't it? I haven't looked carefully at that code, so I dunno. Regardless: Reviewed-by: Jamey Sharp ja...@minilop.net On Wed, Jun 04, 2014 at 10:00:45PM -0700, Keith Packard wrote: The usual mechanism for freeing a damage structure

Re: Submitting xkb symbols files

2014-06-06 Thread Alan Coopersmith
On 06/ 6/14 01:31 AM, Geoff Streeter wrote: I submitted a new version of xkb/symbols/apl as bug 79127. It is allocated to x...@listserv.bat.ru It does not seem to be progressing. Is this still the right way to submit xkb symbols files? Yes it is. -- -Alan Coopersmith-

Re: Additions for Compose

2014-06-06 Thread Alan Coopersmith
On 06/ 6/14 03:45 AM, Geoff Streeter wrote: I see that the UTF-8 characters did not make the round trip into the digest. Do you want me to submit this patch in a different form? They made it fine in the direct e-mail - those of us applying patches use that, not digests, as chopping patches out

Re: Additions for Compose

2014-06-06 Thread Benno Schulenberg
On Fri, Jun 6, 2014, at 18:16, Alan Coopersmith wrote: On 06/ 6/14 03:45 AM, Geoff Streeter wrote: I see that the UTF-8 characters did not make the round trip into the digest. They made it fine in the direct e-mail Well, for me the body of the direct email is base64 encoded, which (when

[PATCH]libX11: rm redundant null checks

2014-06-06 Thread walter harms
this patch removes a bunch of redundant null checks for Xfree() Signed-off-by: Harms wharms@bfs,de --- modules/im/ximcp/imCallbk.c| 6 +-- modules/im/ximcp/imDefIc.c | 7 ++- modules/im/ximcp/imDefIm.c | 6 +-- modules/im/ximcp/imDefLkup.c | 13 +++---

Re: [PATCH 0/3] fix: dereferenced before chec

2014-06-06 Thread Alan Coopersmith
On 06/ 4/14 08:26 AM, walter harms wrote: Hello List, i was using the static checker smatch on libX11 and found some defects. The patches were compile-tested. there are no codes changes except that the check now occurs before the variable is used. For all three: Reviewed-by: Alan Coopersmith

Re: [PATCH] libX11 fix:redundant null checks

2014-06-06 Thread Alan Coopersmith
On 06/ 5/14 09:37 AM, walter harms wrote: This patch removes some redundant null checks before free it should not chance the code otherwise. Be aware that this is only the frist series. Signed-off-by: Harms wharms@bfs,de Reviewed-by: Alan Coopersmith alan.coopersm...@oracle.com And

Re: [PATCH V2] libx11:lcDefConv.c fix use before check

2014-06-06 Thread Alan Coopersmith
Sorry, but git am cannot apply this patch - even after fixing the missing white space that your mailer seems to have lost, it still doesn't match up to the code currently in git master. -alan- On 06/ 4/14 05:47 AM, walter harms wrote: * Do not use variables before checked for NULL. *

Re: [PATCH]libX11: rm redundant null checks

2014-06-06 Thread Alan Coopersmith
On 06/ 6/14 01:53 PM, walter harms wrote: this patch removes a bunch of redundant null checks for Xfree() Signed-off-by: Harms wharms@bfs,de Reviewed-by: Alan Coopersmith alan.coopersm...@oracle.com and pushed to git master: To ssh://git.freedesktop.org/git/xorg/lib/libX11

Re: Additions for Compose

2014-06-06 Thread Alan Coopersmith
On 06/ 6/14 12:25 PM, Benno Schulenberg wrote: On Fri, Jun 6, 2014, at 18:16, Alan Coopersmith wrote: On 06/ 6/14 03:45 AM, Geoff Streeter wrote: I see that the UTF-8 characters did not make the round trip into the digest. They made it fine in the direct e-mail Well, for me the body of

[PATCH] config: show default path in help for --with-xkb-bin-directory

2014-06-06 Thread Alan Coopersmith
Now shows: --with-xkb-bin-directory=DIR Directory containing xkbcomp program (default: ${bindir}) Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com Reviewed-by: Peter Hutterer peter.hutte...@who-t.net --- configure.ac |2 +- 1

Re: [PATCH] ephyr: Free damage structure at server reset time

2014-06-06 Thread Keith Packard
Jamey Sharp ja...@minilop.net writes: Xephyr could wrap CloseScreen after initializing kdrive, couldn't it? I haven't looked carefully at that code, so I dunno. That's effectively what this does, just a bit simpler. Regardless: Reviewed-by: Jamey Sharp ja...@minilop.net Thanks. --

Re: [PULL] mi build fix

2014-06-06 Thread Keith Packard
Jeremy Huddleston Sequoia jerem...@apple.com writes: Jeremy Huddleston Sequoia (1): mi: Build fix: mieqProcessDeviceEvent returns void Merged. Sorry that I was afk most of the day. 08820f0..e27a839 master - master -- keith.pack...@intel.com pgpoFRX84MoOZ.pgp Description: PGP