Re: [Mesa-dev] RFC: gallium: Remove redundant sw and debug target helpers

2010-11-16 Thread Keith Whitwell
On Wed, 2010-11-10 at 16:04 -0800, Jakob Bornecrantz wrote: > Hi all > > We have a bunch of redundant target helpers to wrap screens with debug > drivers and for creating the various software drivers. This series removes > all but the inline one, I picked it since it gives more flexibility for

[Mesa-dev] RFC: gallium: Remove redundant sw and debug target helpers

2010-11-10 Thread Jakob Bornecrantz
Hi all We have a bunch of redundant target helpers to wrap screens with debug drivers and for creating the various software drivers. This series removes all but the inline one, I picked it since it gives more flexibility for targets and maybe more importantly is the one that is used in 20 place