Re: [Mesa-dev] Gallium issue on Haiku scons build, duplicate rtasm, assertion error.

2012-01-20 Thread Jakob Bornecrantz
On Sat, Jan 21, 2012 at 1:30 AM, Alexander von Gluck wrote: > Quick question, I noticed that Mesa and gallium both implement rtasm... > > src/gallium/auxiliary/rtasm/rtasm_x86sse.c:   p->need_emms = 1; > src/gallium/auxiliary/rtasm/rtasm_x86sse.c:   assert(p->need_emms); > src/gallium/auxiliary/rt

[Mesa-dev] Gallium issue on Haiku scons build, duplicate rtasm, assertion error.

2012-01-20 Thread Alexander von Gluck
Quick question, I noticed that Mesa and gallium both implement rtasm... src/gallium/auxiliary/rtasm/rtasm_x86sse.c: p->need_emms = 1; src/gallium/auxiliary/rtasm/rtasm_x86sse.c: assert(p->need_emms); src/gallium/auxiliary/rtasm/rtasm_x86sse.c: p->need_emms = 0; src/gallium/auxiliary/rtasm/r