<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Sep 16, 2014 at 10:41 AM, Adam Jackson <span dir="ltr"><<a href="mailto:ajax@nwnk.net" target="_blank">ajax@nwnk.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">On Fri, 2014-09-12 at 14:59 -0400, Stirling Westrup wrote:<br>
> I am writing a video driver for which I'd like to support the Double<br>
> Buffer Extension. However I need to hook some of the calling functions<br>
> described xorg/dbestruct.h, especially 'AllocateBackBuffer' and<br>
> 'SwapBuffers'.<br>
<br>
</span>You found an app that uses it?  Impressive.<br></blockquote><div><br></div><div>Not so surprising. I wrote the app. Basically we're trying to get frame-perfect synchronization across 16 instantiations of Xorg, all running on one server and talking via USB to 16 zero clients. Its a software-based video wall, and it works decently well.<br><br>Alas the zero clients don't have either GL or DRI support, so I'm having to go old school with what extensions I use.<br><br>The plan was to use the X Synchronization library and the DBE to time the frame changes in the video wall, but both of these have API issues and would need patches. (You can't currently create a new class of clock for X Sync).<br><br></div><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">
</span>At the moment, yeah.  Not so much out of malice as neglect, the<br>
extension is not widely used and none of the open (or closed!) drivers<br>
attempts to support it specially.  I wouldn't object to a patch,<br>
although I'd at least like to see it done with accessor functions that<br>
return the window/screen private pointer rather than by exporting the<br>
private keys.<br></blockquote><div><br></div><div>That would be my approach as well, were I to write a patch. Currently the 'improved frame sync' feature for our wall is on hold due to more critical issues in our product which have recently turned up.  When we get back to it, I'll submit some patches for X Sync and DBE. </div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Ideally we'd do what the GLX spec says and unify the view of "the back<br>
buffer" across extensions, which I guess could include DRI3 at this<br>
point.<br clear="all"></blockquote></div><br></div><div class="gmail_extra">I'm not very much up on either the GLX or DRI specs, so I'm not sure how that would affect the design of the interfaces.<br><br></div><div class="gmail_extra"><br><br>-- <br>Stirling Westrup<br>Programmer, Entrepreneur.<br><a href="https://www.linkedin.com/e/fpf/77228" target="_blank">https://www.linkedin.com/e/fpf/77228</a><br><a href="http://www.linkedin.com/in/swestrup" target="_blank">http://www.linkedin.com/in/swestrup</a><br><a href="http://technaut.livejournal.com" target="_blank">http://technaut.livejournal.com</a><br><a href="http://sourceforge.net/users/stirlingwestrup" target="_blank">http://sourceforge.net/users/stirlingwestrup</a>
</div></div>