Re: [Intel-gfx] [PATCH] mesa/intel: add DRI2 swapbuffers interface

2009-04-13 Thread Jesse Barnes
On Fri, 27 Feb 2009 15:34:26 -0500 Kristian Høgsberg k...@bitplanet.net wrote: On Fri, Feb 27, 2009 at 2:22 PM, Jesse Barnes jbar...@virtuousgeek.org wrote: On Thursday, February 26, 2009 1:31:03 pm Jesse Barnes wrote: Add support to Mesa and the intel driver for the new DRI2 swapbuffers

Re: [PATCH] mesa/intel: add DRI2 swapbuffers interface

2009-02-27 Thread Jesse Barnes
On Thursday, February 26, 2009 1:31:03 pm Jesse Barnes wrote: Add support to Mesa and the intel driver for the new DRI2 swapbuffers interface. Uses the new flush hook to make sure any outstanding rendering is complete before sending the swapbuffers request. Need to update the FBconfigs too;

Re: [Intel-gfx] [PATCH] mesa/intel: add DRI2 swapbuffers interface

2009-02-27 Thread Kristian Høgsberg
On Fri, Feb 27, 2009 at 2:22 PM, Jesse Barnes jbar...@virtuousgeek.org wrote: On Thursday, February 26, 2009 1:31:03 pm Jesse Barnes wrote: Add support to Mesa and the intel driver for the new DRI2 swapbuffers interface.  Uses the new flush hook to make sure any outstanding rendering is

[PATCH] mesa/intel: add DRI2 swapbuffers interface

2009-02-26 Thread Jesse Barnes
Add support to Mesa and the intel driver for the new DRI2 swapbuffers interface. Uses the new flush hook to make sure any outstanding rendering is complete before sending the swapbuffers request. Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org diff --git