Re: [Mesa-dev] RFC: Merge gallium-drm-driver-descriptor

2010-06-28 Thread Jakob Bornecrantz
On Wed, Jun 23, 2010 at 10:08 PM, Jakob Bornecrantz wrote: > On Tue, Jun 8, 2010 at 2:01 PM, Keith Whitwell wrote: >> On Mon, 2010-06-07 at 12:17 -0700, Jakob Bornecrantz wrote: >> >>> Also I need to figure out a good way to solve some of the target >>>  helpers code. The current wrapper code doe

Re: [Mesa-dev] RFC: Merge gallium-drm-driver-descriptor

2010-06-23 Thread Jakob Bornecrantz
On Tue, Jun 8, 2010 at 2:01 PM, Keith Whitwell wrote: > On Mon, 2010-06-07 at 12:17 -0700, Jakob Bornecrantz wrote: > >> Also I need to figure out a good way to solve some of the target >>  helpers code. The current wrapper code doesn't work since it gets >>  compiled into the aux archive which ge

Re: [Mesa-dev] RFC: Merge gallium-drm-driver-descriptor

2010-06-08 Thread Keith Whitwell
On Mon, 2010-06-07 at 12:17 -0700, Jakob Bornecrantz wrote: > Also I need to figure out a good way to solve some of the target > helpers code. The current wrapper code doesn't work since it gets > compiled into the aux archive which gets linked in after identity, > rbug and trace so it can't fi

[Mesa-dev] RFC: Merge gallium-drm-driver-descriptor

2010-06-07 Thread Jakob Bornecrantz
Hi All So I just pushed my latest must organize things better in gallium branch. The branch does two things: rename drm_api to drm_driver_descriptor, moves the bootstrap code out of the winsys. The former is to remove some of the "api" misuse in gallium and change it to a more fitting name. Whi