Re: License of Adobe Utopia fonts

2013-08-21 Thread Paulo Zanoni
: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel -- Paulo Zanoni ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http

Re: [PATCH evdev] Fix absolute events with swapped axes

2011-12-15 Thread Paulo Zanoni
{ int numValuators; DeviceIntPtrslave; ValuatorMask*scroll; +double untransformedValuators[2]; } last; /* Input device property handling. */ Cheers, Paulo -- Paulo Zanoni ___ xorg

Re: [PATCH] Even more correctly free config file names

2011-12-12 Thread Paulo Zanoni
Coopersmith alan.coopersm...@oracle.com Reviewed-by: Paulo Zanoni paulo.r.zan...@intel.com Another option would have been to set everything to NULL. The funniest thing here was trying to find out why I didn't have this warning on my machine. I put some stuff in CFLAGS, so I don't get -O2 in my

Re: [PATCH] xf86RegisterRootWindowProperty is confused about xnfcalloc

2011-12-09 Thread Paulo Zanoni
] With the variable declaration removed: Reviewed-by: Paulo Zanoni paulo.r.zan...@intel.com  hw/xfree86/common/xf86Helper.c |   10 +++---  1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/hw/xfree86/common/xf86Helper.c b/hw/xfree86/common/xf86Helper.c index d99522c..054e9f1 100644

Re: [PATCH 20/42] Move DGA from extmod to built-in

2011-12-02 Thread Paulo Zanoni
keep running your tree to see if I find anything else. Cheers, Paulo -- Paulo Zanoni ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH] Fix segfault when there's no config dir

2011-12-01 Thread Paulo Zanoni
with list=NULL and num=0, which, from a certain point of view, goes against your first comment on my initial patch. Anyway, I'd be happy with any of the 3 solutions, since they all fix the bug. -- keith.pack...@intel.com -- Paulo Zanoni ___ xorg

Re: [PATCH] Fix segfault when there's no config dir

2011-11-30 Thread Paulo Zanoni
work fine. So, is this version ok? Do I need to do something else? I received reports on IRC and we also have bug #43286 about it. Thank you, Paulo -- Paulo Zanoni ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives

[PULL] leak fixes

2011-11-24 Thread Paulo Zanoni
The following changes since commit 7b0f53f0a5824fcd81ef505beb3e19ac7c77961f: Fix Xdmx build on Linux to work with strlcpy changes (2011-11-23 11:06:34 -0800) are available in the git repository at: git://people.freedesktop.org/~pzanoni/xserver leak-fixes Paulo Zanoni (7): glx: fix

Re: [PULL] leak fixes

2011-11-24 Thread Paulo Zanoni
2011/11/24 Keith Packard kei...@keithp.com: On Thu, 24 Nov 2011 15:11:38 -0200, Paulo Zanoni przan...@gmail.com wrote: Paulo Zanoni (7):       glx: fix memory leak when destroying screen       glx: don't leak fbconfigs       glx: don't leak driConfigs       Correctly free config file names

Re: [PATCH 1/3] glx: fix memory leak when destroying screen

2011-11-10 Thread Paulo Zanoni
2011/10/29 przan...@gmail.com: From: Paulo Zanoni paulo.r.zan...@intel.com 1,152 bytes in 1 blocks are definitely lost in loss record 536 of 575   at 0x4C25E84: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)   by 0x483820: __glXScreenInit (glxscreens.c:357)   by 0x48271C

Re: [PATCH 1/5] dix: don't InitXTestDevices if there's no XTest extension

2011-11-01 Thread Paulo Zanoni
this patch then. Sorry :( Thanks for the review. Cheers, Julien -- Paulo Zanoni ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH] dri2: Register the DRI2DrawableType after server regeneration

2011-10-29 Thread Paulo Zanoni
sequence and was last up until xf86-video-intel started using the Resource database to track outstanding swaps... Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk --- v2: Try registering the RESTYPE from InitExtensions(). --- Tested-by: Paulo Zanoni paulo.r.zan...@intel.com How

Re: [PATCH] Unbreak the .m.c rule

2011-02-23 Thread Paulo Zanoni
Great! Now I can build xts on newer distros =) Tested-by: Paulo Zanoni pzan...@mandriva.com 2011/2/23 Peter Hutterer peter.hutte...@who-t.net: On Tue, Feb 22, 2011 at 05:57:26PM -0500, Adam Jackson wrote: Some builds of gnu make apparently know how to go straight from .m to .o. That's great

[PATCH libICE] Remove useless line from a table in specs/ice.xml

2010-12-17 Thread Paulo Zanoni
This seems to be a leftover from a manpage/groff conversion. Signed-off-by: Paulo Zanoni pzan...@mandriva.com --- specs/ice.xml |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/specs/ice.xml b/specs/ice.xml index c851cf7..e60c111 100644 --- a/specs/ice.xml +++ b/specs

[PATCHES] convert protos and libs to use docbookx.dtd 4.3

2010-12-16 Thread Paulo Zanoni
Cheers, Paulo -- Paulo Zanoni ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

[PATCH xextproto] Use the same docbookx.dtd version (4.3) for all docs

2010-12-14 Thread Paulo Zanoni
This way we don't need to require 4.1.2 and 4.5 The geproto xml was inconsistent, by the way. Signed-off-by: Paulo Zanoni pzan...@mandriva.com --- Whenever I compile xextproto, I need to have the 3 docbookx.dtd files in my file system. If no one objects, I'll provide more patches converting

Re: [PATCH 2/2] Only call LoaderRefSymLists for older ABIs

2010-12-13 Thread Paulo Zanoni
=) -- Paulo Zanoni ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

[PATCH 2/2] Remove {xf86, }LoaderRe{q, f}Sym{bols, Lists} and their symbols

2010-12-13 Thread Paulo Zanoni
According to xserver commit 71a83d68ab07536c0778d13cd7da974c40e77457 they do nothing since 2006. Signed-off-by: Paulo Zanoni pzan...@mandriva.com --- src/xgi_driver.c | 158 +- 1 files changed, 1 insertions(+), 157 deletions(-) diff --git

[PATCH newport] Replace X{c,r,}alloc and Xfree for stdlib functions

2010-12-13 Thread Paulo Zanoni
Signed-off-by: Paulo Zanoni pzan...@mandriva.com --- src/newport_cursor.c |2 +- src/newport_driver.c |8 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/newport_cursor.c b/src/newport_cursor.c index 3264de4..37b7492 100644 --- a/src/newport_cursor.c +++ b/src

[PATCH 3/3 xgi] Replace alloc for malloc

2010-12-13 Thread Paulo Zanoni
alloc is not declared Signed-off-by: Paulo Zanoni pzan...@mandriva.com --- src/xgi_driver.c | 14 +++--- src/xgi_opt.c|2 +- src/xgi_video.c |2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/xgi_driver.c b/src/xgi_driver.c index debef31..614ee2d

[PATCH 1/2 xgixp] Remove {xf86, }LoaderRe{q, f}Sym{bols, Lists} and their symbols

2010-12-13 Thread Paulo Zanoni
You get an undefined symbol message if you try to load the driver in xserver 1.9. According to xserver commit 71a83d68ab07536c0778d13cd7da974c40e77457 they do nothing since 2006. Signed-off-by: Paulo Zanoni pzan...@mandriva.com --- src/xgi_driver.c | 160

[PATCH 2/2 xgixp] Replace X{c, r, }alloc and Xfree for stdlib functions

2010-12-13 Thread Paulo Zanoni
Signed-off-by: Paulo Zanoni pzan...@mandriva.com --- src/xg47_cmdlist.c |2 +- src/xg47_display.c |6 +++--- src/xg47_video.c | 26 +- src/xgi_dga.c |6 +++--- src/xgi_dri.c |4 ++-- src/xgi_driver.c |8 src/xgi_hwmc.c

Re: [PATCH] Add MOD_CLASS_VIDEODRV to FBDevVersRec

2010-12-10 Thread Paulo Zanoni
Ping? Any specific reason to reject it? (there's no maintainer in the xorg-docs/MAINTAINERS file) 2010/11/4 Paulo Zanoni pzan...@mandriva.com: fbdev seems to be the only video driver without MOD_CLASS_VIDEODRV Signed-off-by: Paulo Zanoni pzan...@mandriva.com ---  src/fbdev.c |    2 +-  1

[PATCH 1/2] Export xgiModuleData and DriverRec

2010-12-10 Thread Paulo Zanoni
You can't load the driver without exporting xgiModuleData. Most of the other drivers also export their DriverRecs. Signed-off-by: Paulo Zanoni pzan...@mandriva.com --- src/xgi_driver.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xgi_driver.c b/src/xgi_driver.c

[PATCH 2/2] Only call LoaderRefSymLists for older ABIs

2010-12-10 Thread Paulo Zanoni
Signed-off-by: Paulo Zanoni pzan...@mandriva.com --- src/xgi_driver.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/xgi_driver.c b/src/xgi_driver.c index b5899f2..0c63f4d 100755 --- a/src/xgi_driver.c +++ b/src/xgi_driver.c @@ -500,6 +500,7 @@ xgiSetup(pointer

announcing xdriverprobe

2010-11-04 Thread Paulo Zanoni
Hello guys Some time ago I was discussing with Vignatti and Ander the possibility of writing a small app that does dlopen() on the video drivers and prints the supported devices. Even if that doesn't seem much useful, I decided it would be a fun programming exercise that would teach me something

[PATCH] Add MOD_CLASS_VIDEODRV to FBDevVersRec

2010-11-04 Thread Paulo Zanoni
fbdev seems to be the only video driver without MOD_CLASS_VIDEODRV Signed-off-by: Paulo Zanoni pzan...@mandriva.com --- src/fbdev.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/fbdev.c b/src/fbdev.c index c97ce1c..cb29bd2 100644 --- a/src/fbdev.c +++ b/src

Re: [PATCH] dix: be more verbose when we run out of opcodes

2010-03-29 Thread Paulo Zanoni
Is is too late for 1.8? (pinging since we're talking about the number of events in another thread) On Mon, Mar 15, 2010 at 11:13 AM, Paulo Ricardo Zanoni pzan...@mandriva.com wrote: Em Sex, 2010-03-12 às 23:06 +0100, Julien Cristau escreveu: On Fri, Mar 12, 2010 at 12:01:41 -0300, Paulo