Re: [Intel-gfx] [PATCH] xf86-video-intel: support swapbuffers using page flipping

2009-03-06 Thread Eric Anholt
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

Re: [PATCH] xf86-video-intel: support swapbuffers using page flipping

2009-02-26 Thread Jesse Barnes
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

[PATCH] xf86-video-intel: support swapbuffers using page flipping

2009-02-26 Thread Jesse Barnes
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