Re: [Mesa-dev] [PATCH] r600g: set address of pop instructions to next instruction

2010-12-03 Thread Marek Olšák
Pushed, thanks. Marek On Fri, Dec 3, 2010 at 5:45 PM, Jerome Glisse wrote: > Attach piglit patch to add the test can someone commit ? It seems i > don't have the right for that. > > Cheers, > Jerome > > ___ > mesa-dev mailing list > mesa-dev@lists.fre

Re: [Mesa-dev] [PATCH] r600g: set address of pop instructions to next instruction

2010-12-03 Thread Jerome Glisse
Attach piglit patch to add the test can someone commit ? It seems i don't have the right for that. Cheers, Jerome 0001-glsl-fs-loop-diagonal-break-new-test-for-loop-break.patch Description: Binary data ___ mesa-dev mailing list mesa-dev@lists.freedeskt

Re: [Mesa-dev] [PATCH] r600g: set address of pop instructions to next instruction

2010-12-03 Thread Jerome Glisse
On Fri, Dec 3, 2010 at 11:11 AM, Alex Deucher wrote: > On Fri, Dec 3, 2010 at 10:30 AM, Jerome Glisse wrote: >> On Fri, Dec 3, 2010 at 7:03 AM, Fabian Bieler wrote: >>> Hello! >>> >>> In R700-family_instruction_set_architecture.pdf >>> pages 3-18 and 9-34 read that pop instructions never jump. >

Re: [Mesa-dev] [PATCH] r600g: set address of pop instructions to next instruction

2010-12-03 Thread Alex Deucher
On Fri, Dec 3, 2010 at 10:30 AM, Jerome Glisse wrote: > On Fri, Dec 3, 2010 at 7:03 AM, Fabian Bieler wrote: >> Hello! >> >> In R700-family_instruction_set_architecture.pdf >> pages 3-18 and 9-34 read that pop instructions never jump. >> The table on page 3-16 however reads that it does jump if t

Re: [Mesa-dev] [PATCH] r600g: set address of pop instructions to next instruction

2010-12-03 Thread Jerome Glisse
On Fri, Dec 3, 2010 at 7:03 AM, Fabian Bieler wrote: > Hello! > > In R700-family_instruction_set_architecture.pdf > pages 3-18 and 9-34 read that pop instructions never jump. > The table on page 3-16 however reads that it does jump if the condition test > fails for all pixels. > > On RV710 the att

[Mesa-dev] [PATCH] r600g: set address of pop instructions to next instruction

2010-12-03 Thread Fabian Bieler
Hello! In R700-family_instruction_set_architecture.pdf pages 3-18 and 9-34 read that pop instructions never jump. The table on page 3-16 however reads that it does jump if the condition test fails for all pixels. On RV710 the attached piglit test indicates that the pop instruction does indeed j