Re: Does Xorg'x XRender implementation support better-than-bilinear interpolation?

2012-09-12 Thread Clemens Eisserer
Hi, None of Intel UXA, Radeon EXA or Nouveau EXA accelerate convolutions. Thanks for the clarification. It means I won't have to worry implementing something right now. Though my opinion would be that it would be better to add anisotropic filtering to Render as a standard filter with a

Re: [PATCH libX11] Allow overriding location of keysymdef.h

2012-09-12 Thread Dan Nicholson
On Tue, Sep 11, 2012 at 9:43 AM, Ross Burton ross.bur...@intel.com wrote: Currently keysymdef.h is found by using the includedir of xproto. This doesn't work when cross-compiling with a sysroot as that ends up being /usr/include/X11, not a path into the cross-build environment. So, add

[PATCH V2] Allow overriding location of keysymdef.h

2012-09-12 Thread Ross Burton
Currently keysymdef.h is found by using the includedir of xproto. This doesn't work when cross-compiling with a sysroot as that ends up being /usr/include/X11, not a path into the cross-build environment. So, add an option to allow explicitly specifying the location of keysymdef.h, and verify

Re: [PATCH libX11] Allow overriding location of keysymdef.h

2012-09-12 Thread Burton, Ross
On 12 September 2012 13:51, Dan Nicholson dbn.li...@gmail.com wrote: Other than those nitpicks, it seems like a good fix to me. V2 should be heading towards the list now, thanks for the review. Ross ___ xorg-devel@lists.x.org: X.Org development

Re: [PATCH] Use new pixman_glyph_cache_t API that will be in pixman 0.28.0

2012-09-12 Thread Aaron Plattner
I ran some cairo-perf-trace numbers on Xorg with an accelerated driver. xorg-server-1.13.0, glyph cache disabled: [ # ] backend test min(s) median(s) stddev. count [ 0] xlibfirefox-particles 40.857 40.865 0.02%6/6 [ 1] xlib

[PATCH] Add glXCreateNewContext support in Xephyr #54798

2012-09-12 Thread Frederic Plourde
From: Frederic Plourde frederic.plou...@collabora.com --- hw/kdrive/ephyr/ephyrglxext.c | 63 +++- hw/kdrive/ephyr/ephyrhostglx.c | 56 +-- hw/kdrive/ephyr/ephyrhostglx.h |7 +++-- 3 files changed, 108 insertions(+), 18

Re: [PATCH V2] Allow overriding location of keysymdef.h

2012-09-12 Thread Dan Nicholson
On Sep 12, 2012 6:40 AM, Ross Burton ross.bur...@intel.com wrote: Currently keysymdef.h is found by using the includedir of xproto. This doesn't work when cross-compiling with a sysroot as that ends up being /usr/include/X11, not a path into the cross-build environment. So, add an option to

Re: [PATCH] Use new pixman_glyph_cache_t API that will be in pixman 0.28.0

2012-09-12 Thread Søren Sandmann
Aaron Plattner aplatt...@nvidia.com writes: I ran some cairo-perf-trace numbers on Xorg with an accelerated driver. xorg-server-1.13.0, glyph cache disabled: [ # ] backend test min(s) median(s) stddev. count [ 0] xlibfirefox-particles 40.857

Re: [PATCH] Use new pixman_glyph_cache_t API that will be in pixman 0.28.0

2012-09-12 Thread Aaron Plattner
On 09/12/2012 08:38 AM, Søren Sandmann wrote: Aaron Plattner aplatt...@nvidia.com writes: I ran some cairo-perf-trace numbers on Xorg with an accelerated driver. xorg-server-1.13.0, glyph cache disabled: [ # ] backend test min(s) median(s) stddev. count [ 0]