Re: [Mesa3d-dev] Data cache for Cell driver

2008-02-26 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Paul wrote: | Ian Romanick wrote: |> I managed to track down the problem. cell_start_spus is being called |> multiple times. Each time it is called the SPUs expect the buffers to |> be stored in a different location. However, when the batch da

Re: [Mesa3d-dev] Data cache for Cell driver

2008-02-25 Thread Brian Paul
Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Brian Paul wrote: > | Brian Paul wrote: > |> On 2/21/08, Ian Romanick <[EMAIL PROTECTED]> wrote: > |>> -BEGIN PGP SIGNED MESSAGE- > |>> Hash: SHA1 > |>> > |>> Brian Paul wrote: > |>> | Ian Romanick wrote: > |>> >

Re: [Mesa3d-dev] Data cache for Cell driver

2008-02-25 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Paul wrote: | Brian Paul wrote: |> On 2/21/08, Ian Romanick <[EMAIL PROTECTED]> wrote: |>> -BEGIN PGP SIGNED MESSAGE- |>> Hash: SHA1 |>> |>> Brian Paul wrote: |>> | Ian Romanick wrote: |>> |>> |> Suggestions? |>> | |>> | demos/texcy

Re: [Mesa3d-dev] Data cache for Cell driver

2008-02-22 Thread Brian Paul
Brian Paul wrote: > On 2/21/08, Ian Romanick <[EMAIL PROTECTED]> wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Brian Paul wrote: >> | Ian Romanick wrote: >> >> |> Suggestions? >> | >> | demos/texcyl.c is the one texturing test that pretty much works as >> | expected. Use t

Re: [Mesa3d-dev] Data cache for Cell driver

2008-02-21 Thread Brian Paul
On 2/21/08, Ian Romanick <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Brian Paul wrote: > | Ian Romanick wrote: > > |> Suggestions? > | > | demos/texcyl.c is the one texturing test that pretty much works as > | expected. Use the right mouse button for the

Re: [Mesa3d-dev] Data cache for Cell driver

2008-02-21 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Paul wrote: | Ian Romanick wrote: |> Suggestions? | | demos/texcyl.c is the one texturing test that pretty much works as | expected. Use the right mouse button for the options menu. Unfortunately texcyl, renormal, and possibly others die with "

Re: [Mesa3d-dev] Data cache for Cell driver

2008-02-21 Thread Brian Paul
Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Brian Paul wrote: > | Ian Romanick wrote: > |> > |> There is an obvious need for some sort of data cache on the SPEs in the > |> Cell driver. I've done some research on the subject, and I think I've > |> got a plan. I want

Re: [Mesa3d-dev] Data cache for Cell driver

2008-02-21 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Paul wrote: | Ian Romanick wrote: |> |> There is an obvious need for some sort of data cache on the SPEs in the |> Cell driver. I've done some research on the subject, and I think I've |> got a plan. I wanted to bounce it off folks before I mov

Re: [Mesa3d-dev] Data cache for Cell driver

2008-02-20 Thread Brian Paul
Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > There is an obvious need for some sort of data cache on the SPEs in the > Cell driver. I've done some research on the subject, and I think I've > got a plan. I wanted to bounce it off folks before I move too far on an > im

[Mesa3d-dev] Data cache for Cell driver

2008-02-20 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There is an obvious need for some sort of data cache on the SPEs in the Cell driver. I've done some research on the subject, and I think I've got a plan. I wanted to bounce it off folks before I move too far on an implementation. My current thinking