[Mesa-dev] [PATCH 6/6] gallivm: Add a new interface for doing TGSI->LLVM conversions

Jose Fonseca jfonseca at vmware.com
Fri Jan 27 09:17:54 PST 2012



----- Original Message -----
> On Mon, Jan 16, 2012 at 2:27 PM, Jose Fonseca <jfonseca at vmware.com>
> wrote:
> > Tom,
> >
> > Looks good in principle!
> >
> > But I need to test this myself before I can be comfortable w/
> > merging it into master.
> >
> 
> Hi Jose,
> 
> Have you had a chance to test this out yet?

Hi Tom,

Sorry for dropping the ball.  I just tried your branch now, and I'm hitting this segfault:

#0  0x00007ffff46ab3f9 in lp_build_emit_fetch (bld_base=0x7fffffffb010, inst=0xb36760, src_op=0, chan_index=4294967295)
    at src/gallium/auxiliary/gallivm/lp_bld_tgsi.c:312
312	   assert(reg->Register.Index <= bld_base->info->file_max[reg->Register.File]);
(gdb) p bld_base->info
$4 = (const struct tgsi_shader_info *) 0x0
(gdb) 

Apart of fixing this, I need to properly understand how aos is being changed.

Jose


More information about the mesa-dev mailing list