Re: Can't hook into the Double Buffer extension.

2014-10-02 Thread Stirling Westrup
On Tue, Sep 16, 2014 at 10:41 AM, Adam Jackson wrote: > On Fri, 2014-09-12 at 14:59 -0400, Stirling Westrup wrote: > > I am writing a video driver for which I'd like to support the Double > > Buffer Extension. However I need to hook some of the calling functions > > described xorg/dbestruct.h, es

Re: Can't hook into the Double Buffer extension.

2014-09-16 Thread Adam Jackson
On Fri, 2014-09-12 at 14:59 -0400, Stirling Westrup wrote: > I am writing a video driver for which I'd like to support the Double > Buffer Extension. However I need to hook some of the calling functions > described xorg/dbestruct.h, especially 'AllocateBackBuffer' and > 'SwapBuffers'. You found an

Can't hook into the Double Buffer extension.

2014-09-12 Thread Stirling Westrup
I am writing a video driver for which I'd like to support the Double Buffer Extension. However I need to hook some of the calling functions described xorg/dbestruct.h, especially 'AllocateBackBuffer' and 'SwapBuffers'. However, the only way to access them is via the private key for dbe, and its no