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

Jakob Bornecrantz wallbraker at gmail.com
Wed Jun 23 13:08:40 PDT 2010


On Tue, Jun 8, 2010 at 2:01 PM, Keith Whitwell <keithw at vmware.com> 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 gets linked in after identity,
>>  rbug and trace so it can't find the symbols for the create functions.
>>  I tried making that function a inline, moving it the header file and
>>  it worked for me.
>
> Hmm, gallium_wrap_screen() seems to work fine in the existing targets.

I believe this is due to building with scons and using whole-archive
or something which the make build doesn't do. I have added the inline
helpers on the branch and they seem to work.

Anyways I'm going to fix up nouveau and add back debugging support
today. I want to merge this tomorrow as this has been out there for a
while.

Cheers Jakob.


More information about the mesa-dev mailing list