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
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
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