Re: [PATCH] dri2proto: protocol requests for OML_sync_control and SGI_video_sync

2009-09-08 Thread Michel Dänzer
On Sun, 2009-09-06 at 09:46 -0700, Jesse Barnes wrote: On Sun, 06 Sep 2009 12:23:12 +0200 Michel Dänzer mic...@daenzer.net wrote: On Fri, 2009-09-04 at 12:17 -0700, Jesse Barnes wrote: I've been working on coding up the server and client side of SGI_video_sync, OML_sync_control and

Re: [PATCH] dri2proto: protocol requests for OML_sync_control and SGI_video_sync

2009-09-08 Thread Jesse Barnes
On Tue, 08 Sep 2009 10:37:38 +0200 Michel Dänzer mic...@daenzer.net wrote: On Sun, 2009-09-06 at 09:46 -0700, Jesse Barnes wrote: On Sun, 06 Sep 2009 12:23:12 +0200 Michel Dänzer mic...@daenzer.net wrote: On Fri, 2009-09-04 at 12:17 -0700, Jesse Barnes wrote: I've been working on

Re: [PATCH] dri2proto: protocol requests for OML_sync_control and SGI_video_sync

2009-09-06 Thread Michel Dänzer
On Fri, 2009-09-04 at 12:17 -0700, Jesse Barnes wrote: I've been working on coding up the server and client side of SGI_video_sync, OML_sync_control and SGI_swap_control. I came up with this set of new protocol (against the dri2-swapbuffers branch) to support the new requests. We still

Re: [PATCH] dri2proto: protocol requests for OML_sync_control and SGI_video_sync

2009-09-06 Thread Jesse Barnes
On Sun, 06 Sep 2009 12:23:12 +0200 Michel Dänzer mic...@daenzer.net wrote: On Fri, 2009-09-04 at 12:17 -0700, Jesse Barnes wrote: I've been working on coding up the server and client side of SGI_video_sync, OML_sync_control and SGI_swap_control. I came up with this set of new protocol

Re: [PATCH] dri2proto: protocol requests for OML_sync_control and SGI_video_sync

2009-09-06 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michel Dänzer wrote: On Fri, 2009-09-04 at 12:17 -0700, Jesse Barnes wrote: I've been working on coding up the server and client side of SGI_video_sync, OML_sync_control and SGI_swap_control. I came up with this set of new protocol (against the

[PATCH] dri2proto: protocol requests for OML_sync_control and SGI_video_sync

2009-09-04 Thread Jesse Barnes
I've been working on coding up the server and client side of SGI_video_sync, OML_sync_control and SGI_swap_control. I came up with this set of new protocol (against the dri2-swapbuffers branch) to support the new requests. We still need to change the DRI2SwapBuffers request to handle the various

Re: [PATCH] dri2proto: protocol requests for OML_sync_control and SGI_video_sync

2009-09-04 Thread Ian Romanick
On Fri, Sep 04, 2009 at 12:17:20PM -0700, Jesse Barnes wrote: I've been working on coding up the server and client side of SGI_video_sync, OML_sync_control and SGI_swap_control. I came up with this set of new protocol (against the dri2-swapbuffers branch) to support the new requests. We

Re: [PATCH] dri2proto: protocol requests for OML_sync_control and SGI_video_sync

2009-09-04 Thread Jesse Barnes
On Fri, 4 Sep 2009 13:25:43 -0700 Ian Romanick i...@freedesktop.org wrote: On Fri, Sep 04, 2009 at 12:17:20PM -0700, Jesse Barnes wrote: I've been working on coding up the server and client side of SGI_video_sync, OML_sync_control and SGI_swap_control. I came up with this set of new

Re: [PATCH] dri2proto: protocol requests for OML_sync_control and SGI_video_sync

2009-09-04 Thread Jesse Barnes
On Fri, 4 Sep 2009 13:25:43 -0700 Ian Romanick i...@freedesktop.org wrote: +DRI2 provides several methods for synchronizing drawing with various events. +The protocol for these methods is based on the SGI_video_sync and +OML_sync_control OpenGL extensions. Using the DRI2WaitMSC request,

Re: [PATCH] dri2proto: protocol requests for OML_sync_control and SGI_video_sync

2009-09-04 Thread Jesse Barnes
On Fri, 4 Sep 2009 13:25:43 -0700 Ian Romanick i...@freedesktop.org wrote: +can wait for a specific frame count or divisor/remainder before continuing +its processing. With the DRI2WaitSBC request, clients can block until a given +swap count is reached (as incremented by

Re: [PATCH] dri2proto: protocol requests for OML_sync_control and SGI_video_sync

2009-09-04 Thread Jesse Barnes
On Fri, 4 Sep 2009 12:17:20 -0700 Jesse Barnes jbar...@virtuousgeek.org wrote: I've been working on coding up the server and client side of SGI_video_sync, OML_sync_control and SGI_swap_control. I came up with this set of new protocol (against the dri2-swapbuffers branch) to support the new