Re: Buildability of the Xorg drivers

2022-02-02 Thread Zack Rusin
> On Feb 2, 2022, at 15:27, Matt Turner wrote: > > On Sun, Jan 30, 2022 at 4:16 PM Alan Coopersmith > wrote: >> xf86-input-vmmouse >> xf86-video-vmware >> - do not allow merge requests > > This has been an issue before, in conjunction with not even knowing > who the nominal maintainer was.

Re: [PATCH] GLX/DRI2: Do not expose INTEL_swap_event without swap control

2013-03-12 Thread Zack Rusin
Swap events depent on the implementation of ScheduleSwap. By unconditionally enabling GLX_INTEL_swap_event we're breaking the system with drivers that don't support it because the apps are forever stuck waiting for an event that will never be delivered. So lets enable the extension only if

[PATCH] GLX/DRI2: Do not expose INTEL_swap_event without swap control

2013-02-14 Thread Zack Rusin
if the hooks it depends on are actually there. Signed-off-by: Zack Rusin za...@vmware.com --- glx/glxdri2.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glx/glxdri2.c b/glx/glxdri2.c index b26e501..28bb8c2 100644 --- a/glx/glxdri2.c +++ b/glx/glxdri2.c @@ -857,8 +857,6

[ANNOUNCE] xf86-video-vmware 13.0.0

2013-01-15 Thread Zack Rusin
API vmware: drop infoFromScreen inline in favour of new interface vmware: avoid warnings about shadowing 'i' Jakob Bornecrantz (1): vmwgfx: Guard against null rotate pixmap in shadow destroy Robert Hooker (1): vmware: Fix up some warnings after new compat API change. Zack

[ANNOUNCE] xf86-input-vmmouse 13.0.0

2013-01-15 Thread Zack Rusin
warnings about unused variables Stephen Brooks (1): Reset ps2buttons to avoid button messages from being discarded. Zack Rusin (2): vmmouse 12.9.99.901 vmmouse release 13.0.0 git tag: xf86-input-vmmouse-13.0.0 http://xorg.freedesktop.org/archive/individual/driver/xf86-input-vmmouse

[ANNOUNCE] xf86-video-vmware 13.0.0

2013-01-15 Thread Zack Rusin
API vmware: drop infoFromScreen inline in favour of new interface vmware: avoid warnings about shadowing 'i' Jakob Bornecrantz (1): vmwgfx: Guard against null rotate pixmap in shadow destroy Robert Hooker (1): vmware: Fix up some warnings after new compat API change. Zack

Re: [PATCH input-vmmouse] Enable hardware access during vmmouse preinit.

2012-05-03 Thread Zack Rusin
On Thursday, May 03, 2012 05:55:24 PM Michal Srb wrote: Vmmouse driver uses outl calls but never requests hardware access. In case there are no other drivers that requests it, vmmouse initialization will fail. (Found on KVM virtual machine with fbdev graphics driver and vmmouse input driver.)

Re: vmware driver freeing non malloced object

2012-03-15 Thread Zack Rusin
On Thursday, March 15, 2012 10:14:25 AM Dave Airlie wrote: Just packaged xorg-x11-drv-vmware-12.0.1 and got this in build logs /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes

Re: [PATCH] exa: Unset and restore per alpha in exaTryMagicTwoPassCompositeHelper

2009-10-20 Thread Zack Rusin
On Tuesday 20 October 2009 07:25:02 Michel Dänzer wrote: On Mon, 2009-10-19 at 15:02 -0400, Zack Rusin wrote: On Monday 19 October 2009 08:58:22 Michel Dänzer wrote: On Fri, 2009-10-16 at 00:29 +0100, ja...@vmware.com wrote: From: Zack Rusin za...@vmware.com This fixes

Re: [PATCH] exa: Unset and restore per alpha in exaTryMagicTwoPassCompositeHelper

2009-10-19 Thread Zack Rusin
On Monday 19 October 2009 08:58:22 Michel Dänzer wrote: On Fri, 2009-10-16 at 00:29 +0100, ja...@vmware.com wrote: From: Zack Rusin za...@vmware.com This fixes the component alpha fallback in exa. I'm not sure which branches this should go into. Also before committing this patch make sure

Re: [radeonhd] Re: Updated R5xx 3D Programming Guide

2008-04-08 Thread Zack Rusin
On Tuesday 08 April 2008 07:24:40 pm Jerome Glisse wrote: I just want to be sure that you are aware of the limitation of GPU hw, it should not be seen as CPU and so not be tackle like a CPU. Compiler we are aiming for should be able to translate TGSI in GPU opcode. I am yet not sure on win we