Re: Fence questions

2008-02-29 Thread Thomas Hellström
Jerome Glisse wrote: > On Fri, 29 Feb 2008 09:46:48 +0100 > Thomas Hellström <[EMAIL PROTECTED]> wrote: > > >> Thanks. >> Added Jerome's flush-bit-in-sequence-blit suggestion and a section about >> the command_stream_barrier() callback, which might be handy also for >> Radeons. >> >> /Thomas >

Re: Fence questions

2008-02-29 Thread Jerome Glisse
On Fri, 29 Feb 2008 09:46:48 +0100 Thomas Hellström <[EMAIL PROTECTED]> wrote: > Thanks. > Added Jerome's flush-bit-in-sequence-blit suggestion and a section about > the command_stream_barrier() callback, which might be handy also for > Radeons. > > /Thomas > Thomas i got one last question to

Re: Fence questions

2008-02-29 Thread Thomas Hellström
Alex Deucher wrote: > On Wed, Feb 27, 2008 at 1:06 PM, Thomas Hellström > <[EMAIL PROTECTED]> wrote: > >> Alex Deucher wrote: >> > On Wed, Feb 27, 2008 at 9:03 AM, Thomas Hellström >> > <[EMAIL PROTECTED]> wrote: >> > >> >> Jerome Glisse wrote: >> >> > Hi Thomas, >> >> > >> >> > As i a

Re: Fence questions

2008-02-27 Thread Thomas Hellström
Jerome Glisse wrote: > On Wed, 27 Feb 2008 19:03:32 +0100 > Thomas Hellström <[EMAIL PROTECTED]> wrote: > > >> Jerome Glisse wrote: >> >>> On Wed, 27 Feb 2008 17:08:41 +0100 >>> Thomas Hellström <[EMAIL PROTECTED]> wrote: >>> >>> >>> Thomas Hellström wrote: Some addition

Re: Fence questions

2008-02-27 Thread Jerome Glisse
On Wed, 27 Feb 2008 19:03:32 +0100 Thomas Hellström <[EMAIL PROTECTED]> wrote: > Jerome Glisse wrote: > > On Wed, 27 Feb 2008 17:08:41 +0100 > > Thomas Hellström <[EMAIL PROTECTED]> wrote: > > > > > >> Thomas Hellström wrote: > >> Some additional info on this: > >> flush() only needs to start a

Re: Fence questions

2008-02-27 Thread Alex Deucher
On Wed, Feb 27, 2008 at 1:06 PM, Thomas Hellström <[EMAIL PROTECTED]> wrote: > > Alex Deucher wrote: > > On Wed, Feb 27, 2008 at 9:03 AM, Thomas Hellström > > <[EMAIL PROTECTED]> wrote: > > > >> Jerome Glisse wrote: > >> > Hi Thomas, > >> > > >> > As i am in the process of cleaning up and

Re: Fence questions

2008-02-27 Thread Thomas Hellström
Alex Deucher wrote: > On Wed, Feb 27, 2008 at 9:03 AM, Thomas Hellström > <[EMAIL PROTECTED]> wrote: > >> Jerome Glisse wrote: >> > Hi Thomas, >> > >> > As i am in the process of cleaning up and making radeon >> > fence things bullet proof I am wondering what are the >> > difference btw fen

Re: Fence questions

2008-02-27 Thread Thomas Hellström
Jerome Glisse wrote: > On Wed, 27 Feb 2008 17:08:41 +0100 > Thomas Hellström <[EMAIL PROTECTED]> wrote: > > >> Thomas Hellström wrote: >> Some additional info on this: >> flush() only needs to start a flush, and poll() will report it when it's >> done, but note that on, for example intel, the f

Re: Fence questions

2008-02-27 Thread Jerome Glisse
On Wed, 27 Feb 2008 17:08:41 +0100 Thomas Hellström <[EMAIL PROTECTED]> wrote: > Thomas Hellström wrote: > Some additional info on this: > flush() only needs to start a flush, and poll() will report it when it's > done, but note that on, for example intel, the flush mechanism currently > impleme

Re: Fence questions

2008-02-27 Thread Alex Deucher
On Wed, Feb 27, 2008 at 9:03 AM, Thomas Hellström <[EMAIL PROTECTED]> wrote: > > Jerome Glisse wrote: > > Hi Thomas, > > > > As i am in the process of cleaning up and making radeon > > fence things bullet proof I am wondering what are the > > difference btw fence flags and fence types ? Well i

Re: Fence questions

2008-02-27 Thread Thomas Hellström
Thomas Hellström wrote: > Jerome Glisse wrote: > >> Hi Thomas, >> >> As i am in the process of cleaning up and making radeon >> fence things bullet proof I am wondering what are the >> difference btw fence flags and fence types ? Well i guess >> the questions is more why fence flags are needed ?

Re: Fence questions

2008-02-27 Thread Thomas Hellström
Jerome Glisse wrote: > On Wed, 27 Feb 2008 15:03:34 +0100 > Thomas Hellström <[EMAIL PROTECTED]> wrote: > > >> Jerome Glisse wrote: >> >>> Hi Thomas, >>> >>> As i am in the process of cleaning up and making radeon >>> fence things bullet proof I am wondering what are the >>> difference btw

Re: Fence questions

2008-02-27 Thread Jerome Glisse
On Wed, 27 Feb 2008 15:03:34 +0100 Thomas Hellström <[EMAIL PROTECTED]> wrote: > Jerome Glisse wrote: > > Hi Thomas, > > > > As i am in the process of cleaning up and making radeon > > fence things bullet proof I am wondering what are the > > difference btw fence flags and fence types ? Well i gue

Re: Fence questions

2008-02-27 Thread Thomas Hellström
Jerome Glisse wrote: > Hi Thomas, > > As i am in the process of cleaning up and making radeon > fence things bullet proof I am wondering what are the > difference btw fence flags and fence types ? Well i guess > the questions is more why fence flags are needed ? > > My understanding is that fence_f