[PATCH 5/9] dri2: Fixes to swap scheduling.

2012-02-15 Thread Mario Kleiner
Fix some small off-by-one errors and a mismatch between 32 bit kernel interfaces for vblank count and 64 bit dri2 interfaces for target_msc et al. Return corrected target_msc to swap scheduling in x-server. A revised version of the patch discussed here:

Re: [PULL] DRI2 fixes and extensions

2011-09-21 Thread Keith Packard
On Fri, 5 Nov 2010 11:25:00 +0200, Pauli Nieminen ext-pauli.niemi...@nokia.com wrote: Pauli Nieminen (5): DRI2: Avoid call to NULL pointer DRI2: Add error message when working around driver bug DRI2: Add ReuseBufferNotify hook DRI2: Expose API to set drawable swap

[PULL xserver] DRI2 fixes

2011-04-14 Thread Ville Syrjälä
The following changes since commit b2997431fd426ab318bc5dfd2cd43956d733ebec: Send events that were missing from RRSelectInput (2011-04-13 19:04:32 -0700) are available in the git repository at: git://gitorious.org/vsyrjala/xserver.git dri2_fixes Ville Syrjälä (2): dri2: Handle

Re: [PULL] DRI2 fixes and extensions

2010-12-06 Thread Jesse Barnes
On Wed, 24 Nov 2010 11:21:18 -0800 Keith Packard kei...@keithp.com wrote: On Fri, 5 Nov 2010 11:25:00 +0200, Pauli Nieminen ext-pauli.niemi...@nokia.com wrote: Pauli Nieminen (5): DRI2: Avoid call to NULL pointer DRI2: Add error message when working around driver bug

DRI2 fixes and extensions

2010-11-26 Thread Pauli
I updated the last patch based Jesse's wish. i also added the review tags that he gave to last two patches. I'm reposting the last patch ecause it has changed. I also updated the branch holding the patches. Sorry for the delay to handle the changes. The following changes since commit

Re: [PULL] DRI2 fixes and extensions

2010-11-24 Thread Keith Packard
On Fri, 5 Nov 2010 11:25:00 +0200, Pauli Nieminen ext-pauli.niemi...@nokia.com wrote: Pauli Nieminen (5): DRI2: Avoid call to NULL pointer DRI2: Add error message when working around driver bug DRI2: Add ReuseBufferNotify hook DRI2: Expose API to set drawable swap

[PULL] DRI2 fixes and extensions

2010-11-05 Thread Pauli Nieminen
The following changes since commit a52efb096e166e325deb3d6b502671f339a4fa15: Keith Packard (1): Merge remote branch 'sthibaul/master-iopl' are available in the git repository at: ssh://people/~suokko/xserver.git dri2_patches Pauli Nieminen (5): DRI2: Avoid call to NULL pointer

Re: DRI2 fixes for 1.8-branch

2010-06-11 Thread Jesse Barnes
On Fri, 11 Jun 2010 11:23:53 +1000 Peter Hutterer peter.hutte...@who-t.net wrote: I've got a few DRI2 cherry-picks for 1.8 on git://people.freedesktop.org/~whot/xserver.git server-1.8-branch Cherry-picking them was more complicated than I hoped for since we had one of the patches reverted,

DRI2 fixes for 1.8-branch

2010-06-10 Thread Peter Hutterer
I've got a few DRI2 cherry-picks for 1.8 on git://people.freedesktop.org/~whot/xserver.git server-1.8-branch Cherry-picking them was more complicated than I hoped for since we had one of the patches reverted, then others on top, etc. And I don't know what I'm doing when it comes to DRI2. So,

Re: DRI2 fixes

2010-05-21 Thread Jesse Barnes
On Fri, 21 May 2010 14:05:41 +1000 Peter Hutterer peter.hutte...@who-t.net wrote: On Thu, May 20, 2010 at 09:19:03AM -0700, Jesse Barnes wrote: On Mon, 29 Mar 2010 10:04:28 -0700 Jesse Barnes jbar...@virtuousgeek.org wrote: On Mon, 22 Mar 2010 15:03:30 -0700 Jesse Barnes

DRI2 fixes resend

2010-05-07 Thread Kristian Høgsberg
I'm resending the patch series to fix the XID confusion in DRI2. Patches 2, 3 and 4 have already been review and/or tested, but the first patch needs review again. Patch 1 is the one that fixes the resource count in dix/resource.c. Keith pointed out that the other recent resource functions also

[git pull] GLX DRI2 fixes

2010-04-06 Thread Jesse Barnes
The following changes since commit 3083c5d0c4386cdd7083b7a83ac72fdad2f1e61e: Michel Dänzer (1): Xext: Fix cursor reference counting hazard. are available in the git repository at: git://people.freedesktop.org/~jbarnes/xserver master This series has been posted reviewed. I've been

Re: DRI2 fixes

2010-03-29 Thread Jesse Barnes
On Mon, 22 Mar 2010 15:03:30 -0700 Jesse Barnes jbar...@virtuousgeek.org wrote: This is a collection of fixes from my personal server tree targeting the 1.8 release. They're mostly small fixes, but they fix a few important (i.e. common) cases with the new protocol code. Please review; I'll

Re: DRI2 fixes

2010-03-24 Thread Mario Kleiner
On Mar 22, 2010, at 11:03 PM, Jesse Barnes wrote: This is a collection of fixes from my personal server tree targeting the 1.8 release. They're mostly small fixes, but they fix a few important (i.e. common) cases with the new protocol code. Please review; I'll make any necessary changes,

DRI2 fixes

2010-03-22 Thread Jesse Barnes
This is a collection of fixes from my personal server tree targeting the 1.8 release. They're mostly small fixes, but they fix a few important (i.e. common) cases with the new protocol code. Please review; I'll make any necessary changes, add the Reviewed-by tags, and push to Keith. Thanks,

[PATCH xserver/dri2] Fixes and Improvements for DRI 2.2 protocol bits

2010-02-20 Thread Mario Kleiner
Hi, the patch series against the xserver i just sent out contains bug fixes and adds missing functionality for the new DRI2 2.2 protocol requests. It should improve the handling of the SGI_swap_interval and OML_video_sync GLX extensions. Jesse Barnes already had a positive look at the