On Thu, 2009-02-26 at 13:36 -0800, Jesse Barnes wrote:
> Support the new swapbuffers request using the new page flipping ioctl
> if possible.
>
> This patch still needs some work; there's a bug in the no-flip case that
> causes us to lose track of pixmaps, and the pipe is still hardcoded to 1,
> b
On Thursday, February 26, 2009 1:36:26 pm Jesse Barnes wrote:
> Support the new swapbuffers request using the new page flipping ioctl
> if possible.
>
> This patch still needs some work; there's a bug in the no-flip case that
> causes us to lose track of pixmaps, and the pipe is still hardcoded to
Support the new swapbuffers request using the new page flipping ioctl
if possible.
This patch still needs some work; there's a bug in the no-flip case that
causes us to lose track of pixmaps, and the pipe is still hardcoded to 1,
but that should be easy to fix.
The code is pretty ugly too; it see