On Wed, Feb 11, 2009 at 17:27, Brian Paul <bri...@vmware.com> wrote:
> Stephane Marchesin wrote:
>>
>> On Wed, Feb 11, 2009 at 15:53, Dan Nicholson <dbn.li...@gmail.com> wrote:
>>>
>>> On Wed, Feb 11, 2009 at 5:01 AM, Jerome Glisse <gli...@freedesktop.org>
>>> wrote:
>>>>
>>>> On Tue, 2009-02-10 at 16:47 -0800, Dan Nicholson wrote:
>>>>>
>>>>> Jerome commented out the DRI_DIRS part and some other stuff in the
>>>>> gallium branch and that's been merged in. I was going to take a look
>>>>> at it a little later, but if you just want to get a non-gallium build,
>>>>> you may want to revert 14f79d46.
>>>>>
>>>>> http://cgit.freedesktop.org/mesa/mesa/commit/?id=14f79d46
>>>>>
>>>>> --
>>>>> Dan
>>>>
>>>> Sorry about that this was a patch i didn't want to push upstream IIRC.
>>>> When i was hacking on gallium i found that DRI_DIRS was conflicting
>>>> btw gallium and non gallium driver, don't remember the exact detail,
>>>> my autoconf foo never was that good.
>>>
>>> Yeah, I figured as much. It's no big deal. Jakub already pushed
>>> something out that has it mostly working.
>>>
>>> Do you know why the ASM_FLAGS were commented out? Does that conflict
>>> with gallium?
>>
>> The gallium SSE generator has issues on AMD64. FWIW there are bugs in
>> most assembly generation pieces in the mesa/gallium code so that's the
>> first thing you might want to disable for debugging...
>
> Can you be more specific about these bugs?
>

Sure, on the gallium side the AMD64/linux calling convention used for
SSE generation is wrong.
On the mesa side one of the .S files has a bug, and another one has an
extra instruction (but harmless one). I'll try to see if I still have
the patches for that.

Anyway, I never fixed those because each time I look at it I feel like
I'd better spend time on the llvm stuff. Which, incidentally, I do.

Stephane

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to