Re: [Mesa-dev] r600g old design -> new design

2010-09-29 Thread Jerome Glisse
2010/9/29 Michel Dänzer : > On Mit, 2010-09-29 at 11:49 +0100, Keith Whitwell wrote: >> On Wed, 2010-09-29 at 03:35 -0700, Michel Dänzer wrote: >> > On Die, 2010-09-28 at 11:40 -0400, Jerome Glisse wrote: >> > > >> > > - use score for placing bo, bo placement will be recorded in bo >> > > structur

Re: [Mesa-dev] r600g old design -> new design

2010-09-29 Thread Michel Dänzer
On Mit, 2010-09-29 at 11:49 +0100, Keith Whitwell wrote: > On Wed, 2010-09-29 at 03:35 -0700, Michel Dänzer wrote: > > On Die, 2010-09-28 at 11:40 -0400, Jerome Glisse wrote: > > > > > > - use score for placing bo, bo placement will be recorded in bo structure > > > and > > > each time a state

Re: [Mesa-dev] r600g old design -> new design

2010-09-29 Thread Keith Whitwell
On Wed, 2010-09-29 at 03:35 -0700, Michel Dänzer wrote: > On Die, 2010-09-28 at 11:40 -0400, Jerome Glisse wrote: > > > > - use score for placing bo, bo placement will be recorded in bo structure > > and > > each time a state is bind bo score will be updated (bo bound as framebuffer > > will get

Re: [Mesa-dev] r600g old design -> new design

2010-09-29 Thread Michel Dänzer
On Die, 2010-09-28 at 11:40 -0400, Jerome Glisse wrote: > > - use score for placing bo, bo placement will be recorded in bo structure and > each time a state is bind bo score will be updated (bo bound as framebuffer > will get their score for placing into vram increase while bo bound as small > v

[Mesa-dev] r600g old design -> new design

2010-09-28 Thread Jerome Glisse
Hi, So new design is on parity with old design from piglit point of view, so i am now switching new design to be default. If nothings come up in the coming day i will remove the old design and do some renaming of files : winsys r600_state2.c -> r600_hw_context.c winsys evergreen_state.c -> evergre